Help
RSS
API
Feed
Maltego
Contact
Domain > support.northwoodmachine.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2022-05-16
3.210.34.203
(
ClassC
)
2025-11-23
147.182.180.155
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: nginx/1.24.0 (Ubuntu)Date: Sun, 23 Nov 2025 11:19:05 GMTContent-Type: text/htmlContent-Length: 178Connection: keep-aliveLocation: https://support.northwoodmachine.com/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/1.24.0 (Ubuntu)/center>/body>/html>
Port 443
HTTP/1.1 200 OKServer: nginx/1.24.0 (Ubuntu)Date: Sun, 23 Nov 2025 11:19:05 GMTContent-Type: text/html; charsetutf-8Content-Length: 9750Connection: keep-alivevary: origin, access-control-request-method, access-control-request-headersaccess-control-allow-origin: https://shop.northwoodmachine.comaccess-control-allow-credentials: true !DOCTYPE html>html> head> !-- Standard Meta --> meta charsetutf-8 /> meta http-equivX-UA-Compatible contentIEedge,chrome1 /> meta nameviewport contentwidthdevice-width, initial-scale1.0, maximum-scale1.0> !-- Site Properties --> title>Log in/title> link relstylesheet typetext/css href../../static/semantic/semantic.min.css> script srchttps://code.jquery.com/jquery-3.1.1.min.js integritysha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8 crossoriginanonymous>/script> script src../../static/semantic/semantic.min.js>/script> link relicon hrefhttps://northwoodmachine.com/wp-content/uploads/2021/02/cropped-favicon_64x64-32x32.png sizes32x32 /> link relicon hrefhttps://northwoodmachine.com/wp-content/uploads/2021/02/cropped-favicon_64x64-192x192.png sizes192x192 /> style typetext/css> body { background-color: #DADADA; } body > .grid { height: 100%; } .image { margin-top: -100px; } .column { max-width: 450px; } .ui.secondary.button { display: flex; justify-content: center; align-items: center; gap: 5px; margin: 0 0 1em; } .ui.basic.secondary.button:hover { background-color: rgb(245, 245, 245) !important; } a.disabled { pointer-events: none; cursor: default; color: gray; } .ui .progress { height: 10px !important; margin-bottom: 0px; } .ui .progress .bar { height: 10px !important; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; } .ui.stacked.segment { border-radius: 0px 0px .28571429rem .28571429rem; } /style> script> function showProgBar() { let bar $(#progress_bar); bar0.style.opacity 100%; bar0.children0.style.display ; bar.progress(); bar.progress(set duration, 1); bar0.children0.style.width 100%; if (bar0.children0.children && bar0.children0.children0) bar0.children0.children0.outerText ; } function hideProgBar() { let bar $(#progress_bar); bar0.style.opacity 0%; bar0.children0.style.display none; } function getFormData() { var myform $(.ui.form); var data {}; myform.serializeArray().forEach((val, i) > { datavalname valvalue; }); return data } $(document).ready(function () { window.addEventListener(pageshow, function(e) { hideProgBar(); }) var msgText ; var message $(.ui.error.message); if (errorMsg) { } $(.ui.form).form({ fields: { email: { identifier : email, rules: { type : email, prompt : Please enter an email } }, password: { identifier : password, rules: { type: empty, prompt: Please enter a valid password } }, }, inline: true, on: blur, transition: fade down, onSuccess: validationpassed }); function validationpassed() { data getFormData(); $(.ui.submit.button).addClass(disabled); showProgBar(); $.ajax({ type: POST, url: /manual_login, data: JSON.stringify(data), success: myformposted, error: formFailed, contentType: application/json }); } // stop the form from submitting normally $(.ui.form).submit(function(e){ return false; }); function formFailed(e) { var message $(.ui.message); if (e.status 401) message.get(0).innerHTML Invalid email or password; else message.get(0).innerText An error occured while processing the request. Please try again or contact support if issues re-occur; message.removeClass(positive).addClass(error); $(.ui.submit.button).removeClass(disabled); message.show(); hideProgBar(); } function resendVerification() { data getFormData(); document.getElementById(resendAnchor).classList.add(disabled) $(.ui.submit.button).addClass(disabled); showProgBar(); $.ajax({ type: POST, url: /resend_verification, data: JSON.stringify(data), success: myformposted, contentType: application/json }); } function myformposted(data) { // clear your form and do whatever you want here var message $(.ui.message); if (data Ok) { var redir (new URLSearchParams(window.location.search)).get(redir); if (redir) window.location redir; else window.location /home; message.hide(); } else hideProgBar(); if (data unverified) { message.get(0).innerHTML Email address is unverified. Click br>a onclickresendVerification() idresendAnchor stylecursor: pointer>here/a> to send verification email.; document.getElementById(resendAnchor).onclick resendVerification message.removeClass(positive).addClass(error); message.show(); } else if (data verified) { message.get(0).innerHTML Account is already verified.; $(.ui.submit.button).removeClass(disabled); message.removeClass(positive).addClass(error); message.show(); } else if (data sent) { message.get(0).innerHTML Verification email sent. Please click the verify link sent to your inbox.br>Didnt recieve? Click a idresendAnchor stylecursor: pointer>resend/a> or contact support.; document.getElementById(resendAnchor).onclick resendVerification message.removeClass(error).addClass(positive); $(.ui.submit.button).removeClass(disabled); message.show(); } } }); /script> /head>body>div classui middle aligned center aligned grid> div classcolumn> h2 classui image header> img srchttps://44165512.fs1.hubspotusercontent-na1.net/hubfs/44165512/USE%20DOCUMENTS%20NOT%20FILES/tiny%20flag.png classimage> div classcontent> Log-in to your account /div> /h2> br> div classui blue progress data-percent99 idprogress_bar styleopacity: 0 > div classbar> div classprogress>/div> /div> /div> form action/manual_login methodpost classui large form> div classui stacked segment> div classfield> div classui left icon input> i classenvelope icon>/i> input typetext nameemail placeholderE-mail address> /div> /div> div classfield> div classui left icon input> i classlock icon>/i> input typepassword namepassword placeholderPassword> /div> a href/forgot_password>Forgot Password?/a> /div> div classfield> div classui fluid large primary submit button>Sign in/div> /div> div classui horizontal divider> Or /div> a hrefhttps://login.microsoftonline.com/common/oauth2/v2.0/authorize?scopeopenid%20profile%20email&client_id73f057b3-197f-4234-a7c0-9d23712abdb9&response_typecode&redirect_urihttps://support.northwoodmachine.com/auth/microsoft_callback&state/home classui fluid large secondary basic button> img src../../static/icons/microsoft.png>Sign in with Microsoft /a> a hrefhttps://accounts.google.com/o/oauth2/v2/auth?scopeopenid%20profile%20email&client_id458049536124-0sntj10153aku5tlvrlipkmcujrm4db1.apps.googleusercontent.com&response_typecode&redirect_urihttps://support.northwoodmachine.com/auth/google_callback&state/home classui fluid large secondary basic button> img src../../static/icons/google.png>Sign in with Google /a> div classui horizontal divider> a href/signup>Sign Up/a> /div> /div> !-- div classui error message>/div> --> div classui error message iderrorMsg styledisplay: none;>/div> h4>We have migrated our ticket system! To get started, a href/signup>sign up manually/a> or use the single sign-on options above./h4> h4>Try to use an email associated to your company / machines, and if any issues occur call or email a hrefmailto:support@northwoodmachine.com>support/a>/h4> !-- div classui message> New to us? a href#>Sign Up/a> /div> --> /form> /div>/div>/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
]