Help
RSS
API
Feed
Maltego
Contact
Domain > staging.horstos.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-01-16
3.64.121.28
(
ClassC
)
2026-03-06
3.122.138.162
(
ClassC
)
Port 80
HTTP/1.1 308 Permanent RedirectDate: Fri, 06 Mar 2026 10:16:33 GMTContent-Type: text/htmlContent-Length: 164Connection: keep-aliveLocation: https://staging.horstos.comAccess-Control-Allow-Origin: *Access-Control-Allow-Credentials: trueAccess-Control-Allow-Methods: GET, POST, PUT, DELETEAccess-Control-Allow-Headers: DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,AuthorizationAccess-Control-Max-Age: 1728000 html>head>title>308 Permanent Redirect/title>/head>body>center>h1>308 Permanent Redirect/h1>/center>hr>center>nginx/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Fri, 06 Mar 2026 10:16:34 GMTContent-Type: text/htmlContent-Length: 5763Connection: keep-aliveETag: 0e674badcb012bcb1d48cc47e7f457acCache-Control: max-age5Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-originX-XSS-Protection: 1; modeblockX-Content-Type-Options: nosniffAccess-Control-Allow-Origin: *X-Permitted-Cross-Domain-Policies: master-onlyStrict-Transport-Security: max-age31536000; includeSubDomainsAccess-Control-Allow-Credentials: trueAccess-Control-Allow-Methods: GET, POST, PUT, DELETEAccess-Control-Allow-Headers: DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,AuthorizationAccess-Control-Max-Age: 1728000 !DOCTYPE html>html langen>head> meta nameviewport contentwidthdevice-width, initial-scale1, maximum-scale1> meta charsetUTF-8> meta namedescription contentJavaFX, libraries, real world, news, videos, downloads, tutorials, blogs, tools, open source/> meta nametheme-color content#070B32> !-- For old IEs --> link relshortcut icon hreffavicon.ico/> !-- For new browsers - multisize ico --> link relicon typeimage/x-icon sizes16x16 32x32 hreffavicon.ico> !-- For iPad with high-resolution Retina display running iOS ≥ 7: --> link relapple-touch-icon sizes152x152 hreffavicon-152-precomposed.png> !-- For iPad with high-resolution Retina display running iOS ≤ 6: --> link relapple-touch-icon sizes144x144 hreffavicon-144-precomposed.png> !-- For iPhone with high-resolution Retina display running iOS ≥ 7: --> link relapple-touch-icon sizes120x120 hreffavicon-120-precomposed.png> !-- For iPhone with high-resolution Retina display running iOS ≤ 6: --> link relapple-touch-icon sizes114x114 hreffavicon-114-precomposed.png> !-- For iPhone 6+ --> link relapple-touch-icon sizes180x180 hreffavicon-180-precomposed.png> !-- For first- and second-generation iPad: --> link relapple-touch-icon sizes72x72 hreffavicon-72-precomposed.png> !-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: --> link relapple-touch-icon sizes57x57 hreffavicon-57.png> !-- For Old Chrome --> link relicon sizes32x32 hreffavicon-32.png> !-- For IE10 Metro --> meta namemsapplication-TileColor content#FFFFFF> meta namemsapplication-TileImage contentfavicon-144.png> !-- Chrome for Android --> link relmanifest hrefmanifest.json> link relicon sizes192x192 hreffavicon-192.png> style typetext/css> body { overflow-x: hidden; } .yt { position: relative; display: block; width: 100%; /* width of iframe wrapper */ height: 0; margin: auto; padding: 0% 0% 56.25%; /* 16:9 ratio */ overflow: hidden; } .yt iframe { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } #myBtn { display: none; position: fixed; bottom: 20px; right: 30px; z-index: 99; font-size: 18px; border: none; outline: none; background-color: #0e4ae4; color: white; cursor: pointer; padding: 15px; border: 1px solid white; border-radius: 3px; background-radius: 1000px; } #myBtn:hover { background-color: white; border: rgb(68, 131, 160); border-width: 1px; color: rgb(68, 131, 160); } @keyframes rotate { 100% { transform: rotate(1turn); } } .centered-box { width: 500px; height: 328px; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: flex; justify-content: center; align-items: center; border-radius: 48px; position: absolute; z-index: 0; overflow: hidden; padding-top: 8px; padding-left: 8px; padding-right: 8px; padding-bottom: 0px; text-align: center; } .centered-box::before { content: ; position: absolute; z-index: -2; left: -50%; top: -50%; width: 200%; height: 200%; background-repeat: no-repeat; background-size: 50% 50%, 50% 50%; background-position: 0 0, 100% 0, 100% 100%, 0 100%; background-image: linear-gradient(#237C83, #237C83), linear-gradient(#16AEA9, #16AEA9), linear-gradient(#03CBC3, #03CBC3), linear-gradient(#1CDAD3, #1CDAD3); animation: rotate 4s linear infinite; } /style> title>horstOS - Solutionspace/title> link relstylesheet typetext/css href/jpro/css/jpro.css> script src/js/custom-jpro.js typetext/javascript>/script> script src/js/compute-normals.js typetext/javascript>/script>/head>body stylebackground-color:#007079;-webkit-font-smoothing: antialiased;>div classcentered-box> img src/loading.png stylewidth: 100%; height: 100%; altLoading...>/div>div> jpro-app href/app/default fxContextMenufalse setThemeColorfalse fullscreentrue snapshotauto loadernone/>/div>button onclicktopFunction() idmyBtn titleGo to top>Top/button>script>/**//Get the buttonvar mybutton document.getElementById(myBtn);// When the user scrolls down 20px from the top of the document, show the buttonwindow.onscroll function() {scrollFunction()};function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display block; } else { mybutton.style.display none; }}// When the user clicks on the button, scroll to the top of the documentfunction topFunction() { document.body.scrollTop 0; document.documentElement.scrollTop 0;*//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
]