Help
RSS
API
Feed
Maltego
Contact
Domain > www.hegodata.com
×
Welcome!
Right click nodes and scroll the mouse to navigate the graph.
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-01-24
80.122.152.94
(
ClassC
)
Port 80
HTTP/1.1 200 OKX-XSS-Protection: 1; modeblockContent-Security-Policy: frame-ancestors self *.rapidm2m.studio rapidm2m.studio;date: Fri, 24 Jan 2025 03:45:47 GMTconnection: Keep-Alivecontent-length: 87 HTML>meta http-equivrefresh content0; URLhttps://www.hegodata.com/ />/HTML>
Port 443
HTTP/1.1 200 OKStrict-Transport-Security: max-age31536000X-XSS-Protection: 1; modeblockContent-Security-Policy: frame-ancestors self *.rapidm2m.studio rapidm2m.studio;date: Fri, 24 Jan 2025 03:45:47 GMTconnection: Keep-Alivecontent-type: text/html; charsetUTF-8cache-control: max-age60etag: i2OG6d+gHbItsxQqI+7Zvwcontent-length: 9953 !-- begin of page - special version for all pages available without login - no access to any db-data is possible!!! -->!DOCTYPE html>html langen>head> meta namecopyright contentCopyright Microtronics Engineering GmbH> meta nameauthor contentMicrotronics Engineering GmbH> meta http-equivcontent-type contenttext/html; charsetUTF-8/> title>myDatanet/title> link relicon hreffavicon.ico typeimage/x-icon> !-- CSS --> link relstylesheet typetext/css href/css/opensans.css /> link relstylesheet typetext/css href/css/bootstrap.min.css> link relstylesheet typetext/css href/css/bootstrap-dialog.min.css > link relstylesheet typetext/css href/css/glyphicons.css /> link relstylesheet typetext/css href/css/mdn.css> link relstylesheet typetext/css href/css/font-awesome.min.css> !-- SCRIPTS --> script src/js/jquery.min.js typetext/javascript>/script> script src/js/bootstrap.min.js typetext/javascript>/script> script src/js/bootstrap-dialog.min.js typetext/javascript>/script> script src/js/commonguest.js typetext/javascript>/script> /head>body>!-- header -->div classnavbar navbar-inverse navbar-static-top> div classcontainer-fluid stylepadding:0px;> div classnavbar-header> img src/logo.png onerrorthis.src /logo.svg; classnavbar-brand> div classbrand>/div> /div> div classcontainer> div classnav navbar-nav navbar-right> div idselect-language classbtn-group btn-block> /div> /div> /div> /div>/div >script languageJavaScript>(function() { if(1) { let sLanguagesde,en; let sLanguageen; let tLanguagessLanguages.split(,); for(var i0; itLanguages.length; i++){ if(tLanguagesisLanguage) $(#select-language).append(span classbtn btn-default active> + tLanguagesi + /span>); else{ $(#select-language).append(span classbtn btn-default onclicklocation.href\index.htm?language+tLanguagesi+\> + tLanguagesi + /span>/a>); } } }})()/script>div classcontainer-fluid styleheight: 80%; align-content: center;>div classrow> div idlogin_center_area> div class container-login> div classlogin-form> div classform-signin> label idlogin-msg classbtn-block stylemargin-bottom: 20px;>/label> div iddivIdProviders stylemargin-top:10px;>/div> div iddivLoginDivider classlogin_divider styledisplay:none; margin-top:10px; margin-bottom:10px;> div classlogin_divider_lines>/div> div classlogin_divider_or>or/div> div classlogin_divider_lines>/div> /div> form methodpost idloginform namemyform actionlogin.htm?languageen autocompleteoff> label iderror-login classbtn-block>/label> div idbrowser classnote hidden stylemargin-bottom: 10px;>div classnote-title-row>span classnote-title>Your browser is not fully supported!/span>/div>p>You are using a web browser which is not fully supported by this server! For the best user experience, please use a hrefhttp://www.google.com/intl/en/chrome/browser/ target_blank>Google Chrome/a> or a hrefhttp://www.mozilla.org/en/firefox/new/ target_blank>Firefox/a>!/p>/div> input idusername nameusername typetext size20 placeholderuser name value required autofocus classform-control login input-lg> input idpassword namepassword typepassword placeholderpassword size20 value required classform-control login input-lg> input idauth nameauth typehidden> button idlogin-btnlogin namesubmit typebutton onclickwindow.doLogin() classbtn btn-lg btn-default btn-block>Log in/button> div classflex styletext-align: end; padding: 5px;> a classpointer idpwd_forgotten onclick$(#loginform).addClass(hidden); $(#loginform2).removeClass(hidden);$(#username_pwdreq).focus();>Password forgotten/a> /div> /form> form methodpost idloginform2 namemyform2 actionlogin.htm?languageen&actionrequest_password classhidden> input idusername_pwdreq nameusername typetext size20 placeholderuser name value required autofocus classform-control input-lg> input idpassword_pwdreq nameemail typetext placeholdere-mail size20 value required classform-control input-lg> div classbtn-group btn-block btn-group-lg styledisplay: flex;> input onclick$(#loginform2).addClass(hidden); $(#loginform).removeClass(hidden); $(#error-login).html();$(#username).focus(); classbtn btn-default valuecancel stylewidth:200px;> input typesubmit classbtn btn-default valueRequest stylewidth:200px;> /div> /form> /div> /div> /div> /div> div idlogin_right_area classcol-sm-6>/div>/div>/div>script languageJavaScript> $(#username).on(keypress, (e) > { if (e.which 13) { if ($(#username)0.checkValidity()) $(#password).focus() else $(#username)0.reportValidity(); } }); $(#password).on(keypress, (e) > { if (e.which 13) { if ($(#password)0.checkValidity()) window.doLogin(); else $(#password)0.reportValidity(); } }); window.doLogin async () > { const res await fetch(login.htm?languageen, { method: POST, headers: { Content-Type: application/x-www-form-urlencoded }, body: auth+btoa(`${btoa($(#username).val())}:${btoa($(#password).val())}`) }); let data undefined; let clearInputs false; try { data await res.json(); } catch (error) {} if (res.redirected) { const sidRes /sid(^\$*)/.exec(res.url); if (sidRes) { sessionStorage.sid sidRes1; document.location.replace(res.url); } } else if(res.status 401 && data?.expired) { $(#error-login).html(Your account has expired!); clearInputs true; } else { $(#error-login).html(Invalid user name and/or password!+( br>)) clearInputs true; } if(clearInputs) { $(#username).val(); $(#password).val(); } } window.onload function() { if(!``) { $(#login-msg).remove(); } if (!$(#login_right_area).is(:empty)) { $(#login_center_area).addClass(col-sm-6); } // click on ID Provder > try to login with it MDN.PAGE.onIdProvider function(id) { MDN.api({ path: id-providers, id, login}, async function (err, textStatus, result, xhr) { if(err || result.err) { return myAlert(Login to this service failed.); } window.location.replace(result.url); }); } // load list of active ID Providers MDN.api({ path: id-providers}, async function (err, textStatus, id_providers, xhr) { if(err) { console.error(err); return myAlert(Loading the list of id providers over the api failed!); } let localLogin 1; if(!localLogin && id_providers.length) { // local login is disabled and there is at least one ID Provider configured -> hide user name and password $(#loginform).hide(); // if local login is disabled and there is only one ID Provder -> skip this mask and use it if(id_providers.length 1) { let path window.location.pathname; let page path.split(/).pop(); // if we came from logout, don`t automatically go to login again if(page ! logout.htm) { return MDN.PAGE.onIdProvider(id_providers0.id); } } } else if(id_providers.length) { $(#divLoginDivider).show(); } // for each ID Provider add a button for(let id_provider of id_providers) { let btn $(`button classbtn btn-lg btn-block stylebackground-color: rgba(0, 0, 0, 0.1);>${id_provider.name}/button>`); btn.attr(value, id_provider.name); btn.on(click, function() {MDN.PAGE.onIdProvider(id_provider.id)}); $(#divIdProviders).append(btn); } if(!id_providers.length) { $(#divIdProviders).remove(); $(#divLoginDivider).remove(); } }); let sysMsg %info sysmsg%>; if(sysMsg ! %info sysmsg%>) { myInfoMsg(sysMsg); } let sysError %info syserr%>; if(sysError ! %info syserr%>) { myAlert(sysError); } };/script>style> .form-signin inputtypetext, .form-signin inputtypepassword { margin-bottom: 10px; }/style>!-- end of page - special version for all pages available without login - no access to any db-data is possible!!! -->div classcontainer> div classfooter-login container> p classtext-muted> small> a hrefhttps://microtronics.com/en/gtct target_blank>Terms/a> | a hrefhttps://microtronics.com/en/privacy-policy target_blank>Privacy/a> | powered by a hrefhttp://www.microtronics.com/ target_blank>Microtronics/a>/small> /p> /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
]