Help
RSS
API
Feed
Maltego
Contact
Domain > sop3.thestrategicsolution.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2022-06-03
52.6.167.158
(
ClassC
)
2025-02-08
54.211.158.203
(
ClassC
)
2026-03-04
44.205.132.72
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: awselb/2.0Date: Wed, 04 Mar 2026 09:05:19 GMTContent-Type: text/htmlContent-Length: 134Connection: keep-aliveLocation: https://sop3.thestrategicsolution.com:443/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Wed, 04 Mar 2026 09:05:19 GMTContent-Type: text/html; charsetutf-8Content-Length: 11468Connection: keep-aliveCache-Control: privateServer: Microsoft-IIS/10.0Set-Cookie: ASP.NET_SessionIdnm5k10b3sm0bmt3oalo1ayt0; path/; secure; HttpOnly; SameSiteLax; SameSiteNoneX-AspNet-Version: 4.0.30319X-Powered-By: ASP.NETX-Robots-Tag: noindex, nofollow html xmlnshttp://www.w3.org/1999/xhtml>head> meta http-equivContent-Type contenttext/html; charsetutf-8 /> title>PolicyPartner by Grace Hill/title> link hrefcss/style.css typetext/css relstylesheet mediaall /> script src/js/tinymce/tinymce.min.js typetext/javascript>/script> script srcjs/jquery-2.1.1.min.js>/script> link href//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css relstylesheet> script srcjs/bootstrap/js/bootstrap.min.js>/script> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.css> script srchttps://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.js>/script> /head>body> form idbody_bg> div idwer> div idlarge-header classlarge-header styleleft: 0px; height: 600px; z-index: 1; position: absolute;> canvas iddemo-canvas width1024 height500 stylez-index: -1; position: absolute;>/canvas> /div> div idlogin_frem stylez-index: 2;> div idlogo_login styletext-align: center;> img width90% srcimages/PolicyPartner-Tag.png /> /div> div idlogin_conten> div idform_box> div stylemargin-top: 15px> label classlabel forusername>Username /label> input classinputtxt idtxtUserName typetext nameusername /> /div> div> label classlabel forpassword>Password /label> input classinputtxt idtxtPassword typepassword namepassword /> /div> div > label>input typecheckbox idcbRememberme classlabelrem> Remember me next time/label> label idlblError stylevisibility: hidden classlabelerror>Incorrect username or password./label> /div> /div> div idbutton_panel> div idleft_button> input typebutton onclickloginUser() valueLogin classlogin /> /div> /div> /div> /div> div idshadow> /div> /div> /form> script typetext/javascript> window.ReturnUrl ; (function () { if (location.hash) { if (location.hash.search(NoDinding) 1) { //sweetAlert(Google Login!, No User Binded to your Google Account, error); var URI window.location.href.split(#NoDinding)0 swal({ title: Google Login!, text: No User Binded to your Google Account, type: error }, function () { window.location.href URI; }); //window.location.href URI } } $(body).keypress(function (e) { if ((e.which && e.which 13) || (e.keyCode && e.keyCode 13)) { loginUser(); } }); var width, height, largeHeader, canvas, ctx, circles, target, animateHeader true; // Main initHeader(); addListeners(); function initHeader() { width window.innerWidth; height window.innerHeight; target { x: 0, y: height }; largeHeader document.getElementById(large-header); largeHeader.style.height height + px; canvas document.getElementById(demo-canvas); canvas.width width; canvas.height height; ctx canvas.getContext(2d); // create particles circles ; for (var x 0; x width * 0.5; x++) { var c new Circle(); circles.push(c); } animate(); } // Event handling function addListeners() { window.addEventListener(scroll, scrollCheck); window.addEventListener(resize, resize); } function scrollCheck() { if (document.body.scrollTop > height) animateHeader false; else animateHeader true; } function resize() { width window.innerWidth; height window.innerHeight; largeHeader.style.height height + px; canvas.width width; canvas.height height; } function animate() { if (animateHeader) { ctx.clearRect(0, 0, width, height); for (var i in circles) { circlesi.draw(); } } setTimeout(function () { requestAnimationFrame(animate); }, 30); } // Canvas manipulation function Circle() { var _this this; // constructor (function () { _this.pos {}; init(); // console.log(_this); })(); function init() { _this.pos.x Math.random() * width; _this.pos.y height + Math.random() * 100; _this.alpha 0.1 + Math.random() * 0.4; _this.scale 0.1 + Math.random() * 0.3; _this.velocity Math.random() + 1; } this.draw function () { if (_this.alpha 0) { init(); } _this.pos.y - _this.velocity; _this.alpha - 0.0005; ctx.beginPath(); ctx.arc(_this.pos.x, _this.pos.y, _this.scale * 10, 0, 2 * Math.PI, false); ctx.fillStyle rgba(100,100,100, + _this.alpha + ); ctx.fill(); }; } })(); function loginUser() { //if ($(#txtUserName).val() null || $(#txtUserName).val() ) { } var _data { Name: $(#txtUserName).val(), Password: $(#txtPassword).val(), RememberMe: $(#cbRememberme).is(:checked) } $.ajax({ url: api/Account/Login, type: POST, async: true, data: JSON.stringify(_data), contentType: application/json, success: function (result) { if (result Success) { var returnUrl ; window.location returnUrl || returnUrl undefined ? Manuals/Default.aspx : returnUrl; } else { document.getElementById(lblError).style.visibility visible; } } }); } function GoogleLogin() { var ExternalLoginURI $.ajax({ url: ExternalLogins?returnUrl%2F&generateStatetrue, type: GET, success: function (result) { if (result ! null) { for (var x 0; x result.length; x++) { if (resultx.Name Google) { ExternalLoginURI resultx.Url; } } window.location.href ExternalLoginURI; } } }); } /script> style> .login { box-sizing: border-box; position: relative; width: 70px; margin: 0.2em; padding: 0 15px 0 15px; border: none; text-align: left; line-height: 34px; white-space: nowrap; border-radius: 0.2em; font-size: 16px; color: #FFF; background: #FF0000; cursor: pointer; margin-left:30px; } /* Shared */ .loginBtn { box-sizing: border-box; position: relative; /* width: 13em; - apply for fixed size */ margin: 0.2em; padding: 0 15px 0 46px; border: none; text-align: left; line-height: 34px; white-space: nowrap; border-radius: 0.2em; font-size: 16px; color: #FFF; cursor: pointer; } .loginBtn:before { content: ; box-sizing: border-box; position: absolute; top: 0; left: 0; width: 34px; height: 100%; } .loginBtn:focus { outline: none; } .loginBtn:active { box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1); } /* Facebook */ .loginBtn--facebook { background-color: #4C69BA; background-image: linear-gradient(#4C69BA, #3B55A0); /*font-family: Helvetica neue, Helvetica Neue, Helvetica, Arial, sans-serif;*/ text-shadow: 0 -1px 0 #354C8C; } .loginBtn--facebook:before { border-right: #364e92 1px solid; background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png) 6px 6px no-repeat; } .loginBtn--facebook:hover, .loginBtn--facebook:focus { background-color: #5B7BD5; background-image: linear-gradient(#5B7BD5, #4864B1); } /* Google */ .loginBtn--google { /*font-family: Roboto, Roboto, arial, sans-serif;*/ background: #DD4B39; } .loginBtn--google:before { border-right: #BB3F30 1px solid; background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png) 6px 6px no-repeat; } .loginBtn--google:hover, .loginBtn--google:focus { background: #E74B37; } /style>/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
]