Help
RSS
API
Feed
Maltego
Contact
Domain > intac.mysecureweb.net
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-03-02
52.0.106.215
(
ClassC
)
2025-08-02
52.55.4.205
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyContent-Type: text/html; charsetiso-8859-1Date: Sat, 02 Aug 2025 23:34:57 GMTLocation: https://intac.mysecureweb.net/Server: ApacheContent-Length: 309Connection: keep-alive !DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN>html>head>title>301 Moved Permanently/title>/head>body>h1>Moved Permanently/h1>p>The document has moved a hrefhttps://intac.mysecureweb.net/>here/a>./p>hr>address>Apache Server at intac.mysecureweb.net Port 80/address>/body>/html>
Port 443
HTTP/1.1 200 OKCache-Control: no-store, no-cache, must-revalidate, post-check0, pre-check0Cache-control: no-cacheset-cookieContent-Type: text/html; charsetUTF-8Date: Sat, 02 Aug 2025 23:34:58 GMTExpires: Thu, 19 Nov 1981 08:52:00 GMTPragma: no-cacheServer: ApacheSet-Cookie: PHPSESSID5iq6o5ab0qv6spj32k1kgrbgl4; path/Set-Cookie: AWSELBE3F7117B04C2628576CD3CD48E0C941075A778368B550CF2B4F81248642B45F3B456B9E5DCCFB4078A29AD03C276BF2E89FF847CEA2A273D975AAB3555323174CB4C50B716;PATH/;MAX-AGE3600Set-Cookie: AWSELBCORSE3F7117B04C2628576CD3CD48E0C941075A778368B550CF2B4F81248642B45F3B456B9E5DCCFB4078A29AD03C276BF2E89FF847CEA2A273D975AAB3555323174CB4C50B716;PATH/;MAX-AGE3600;SECURE;SAMESITENoneContent-Length: 5691Connection: keep-alive html>head>title>Intac Login/title>link relstylesheet typetext/css href/css/main.css>!--if lte IE 8>link relstylesheet mediaall typetext/css href/css/ie7.css />!endif-->link relstylesheet href//code.jquery.com/ui/1.13.2/themes/base/jquery-ui.css>script srchttps://code.jquery.com/jquery-3.6.0.js>/script>script srchttps://code.jquery.com/ui/1.13.2/jquery-ui.js>/script>/head>body marginwidth0 marginheight0 topmargin0 leftmargin0 stylebackground:#fff url(/pics/login_bg.jpg) repeat-x; margin: auto> h3 stylecolor:red>/h3> div classlogin_section>br/>br/>img src/pics/FuturePlan_Intac.png height80/>br/>br/>p>span classorange stylefont-weight: bold;>/span>/p>style>#loginForm INPUT { color: #407561; text-align: left;}#login_links B { color: #015C35; margin-left: 5px;}#login_links A { color: #009F35; margin-left: 25px;}/style>form idloginForm nameloginForm actionlogin.php methodPOST stylebackground: url(/pics/login_box.gif) no-repeat; width: 389; height: 157px>input typehidden nameaction valuelogin>input typehidden nameredirect value>table cellpadding5 cellspacing0 border0 aligncenter> tr> td>b>Email:/b>br>input typetext size20 nameemail value>/td> td>b>Password:/b>br>input typepassword value namepassword>/td> /tr> tr> td alignleft>b>EIN # (ex. 12-3456789):/b>br>input typetext idein_login1 value nameein1 size2 maxlength2> - input typetext idein_login2 value nameein2 size7 maxlength7/>/td> td alignright valignbottom>input typeimage src/pics/submit_btn.gif altSubmit border0/>/td> /tr> tr> td colspan2> a hrefjavascript:void(0) idpay_invoice>Pay an Invoice/a> /td> /tr> tr> td colspan2> /td> /tr>/table>div styletext-align:right;padding:10px 10px 0 0;font-size:16px;>Forgot Password? Click a hrefpassword_reset.php>Here/a>/div>/form>div stylefloat:right; margin-right: 75px;>a hrefhttps://www.ascensus.com/privacy-management/>b stylecolor:#015C35>Security/b>/a>br/>/div>div idlogin_links>b>Trouble logging in?/b>br/>a hreflogin_instructions.pdf>Download login instructions/a>br/>a hrefmailto:portal@intacinc.com>Contact Intac Tech Support/a>br/>/div>br/>span idsiteseal>script typetext/javascript srchttps://seal.godaddy.com/getSeal?sealIDSgLra2URqG5VIe8nJGVDv5fF1jKkjagH4nJRCruJgAERd8gfYzr4>/script>/span>/div>div idinvoice-login-form classui-widget> h1>Invoice Login:/h1> div> div> Invoice Number: input stylemargin-bottom:10px; typetext idinvoice_number nameinvoice_number placeholderInvoice Number/> a hrefjavascript:void(0) onclickremoveInvoiceNumber(this) styledisplay:none;>small>Remove/small>/a> /div> /div> button classui-button ui-corner-all ui-widget onclickcloneInvoiceNumber()>Add Invoice + /button> br /> br /> div>Billing Zip Code: input typetext idbilling_zip placeholderBilling Zip Code/>/div>/div>script typetext/javascript> var dialog; var cloneInvoiceNumber function(){ var c $(nameinvoice_number).eq(0).parent().clone(); c.find(input).val(); $(nameinvoice_number).eq(0).parent().parent().append(c); $(nameinvoice_number).next().show(); } var removeInvoiceNumber function(el){ if($(nameinvoice_number).length > 1){ $(el).parent().remove(); } if($(nameinvoice_number).length 2){ $(nameinvoice_number).next().hide(); } } dialog $( #invoice-login-form ).dialog({ autoOpen: false, height: 400, width: 430, modal: true, buttons: { Pay Invoice: function(){ var form new FormData(); form.append(billing_zip, $(#billing_zip).val()); form.append(action, invoice_login); var invoice_list ; $(nameinvoice_number).each(function(index,item){ if($(item).val()){ form.append(invoice_number+index+, $(item).val()); invoice_list.push($(item).val()); } }); var object {}; form.forEach((value, key) > objectkey value); $.ajax( { data:object, dataType:json, method: post, success: function(data) { if(!data.success){ if(data.msg){ alert(data.msg); }else{ alert(Error logging in.); } }else if(data.success){ if(data.redirect){ window.location.hrefdata.redirect; } } }, url: /login.php } ); }, Cancel: function() { dialog.dialog( close ); } }, close: function() { //form 0 .reset(); //allFields.removeClass( ui-state-error ); } }); $( #pay_invoice ).on( click, function() { dialog.dialog( open ); });/script> script> (function(i,s,o,g,r,a,m){iGoogleAnalyticsObjectr;irir||function(){ (ir.qir.q||).push(arguments)},ir.l1*new Date();as.createElement(o), ms.getElementsByTagName(o)0;a.async1;a.srcg;m.parentNode.insertBefore(a,m) })(window,document,script,//www.google-analytics.com/analytics.js,ga); ga(create, UA-46568335-1, mysecureweb.net); ga(send, pageview); /script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]