Help
RSS
API
Feed
Maltego
Contact
Domain > bernrode.kobalt-it.nl
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-08-27
18.238.55.107
(
ClassC
)
2025-11-21
3.169.173.129
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Fri, 21 Nov 2025 03:27:33 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://bernrode.kobalt-it.nl/X-Cache: Redirect from cloudfrontVia: 1.1 0a9acaac1641579d63bb7e6410165540.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: wzv3P8jcvIamiE7dgSc2yfvwiM8_splNph7PESzcI8G3siA1047SxA html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/html; charsetUTF-8Content-Length: 8167Connection: keep-aliveDate: Fri, 21 Nov 2025 03:27:34 GMTETag: W/1fe7-19a4a58dca8X-Powered-By: ExpressCache-Control: public, max-age60Accept-Ranges: bytesLast-Modified: Mon, 03 Nov 2025 15:32:09 GMTX-Cache: Miss from cloudfrontVia: 1.1 ebce609a4052492a033f7a3d502d1e3c.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: kqt78aBcJOQRqtyPuAA0eWKApXSsr8EAvzacI81LemzFEg2q70iOUA !DOCTYPE html>html langnl> head> meta charsetUTF-8> title>Kobalt IT/title> meta nameviewport contentwidthdevice-width,initial-scale1, maximum-scale5, minimal-ui/> link relmanifest href/api/v1/app/manifest> link relicon typeimage/png href/api/v1/app/favicon.png> style>body { margin: 0; font-family: sans-serif;}#loading.hidden { display: none;}#loading .cover { position: fixed; width: 100vw; height: 100vh; background-color: rgba(128, 128, 128, 0.1);}#loading .central { position: fixed; left: 50%; top: 50%; margin-top: -225px; margin-left: -125px; width: 200px; height: 300px; padding: 25px; text-align: center; background-color: white; border-radius: 10px; box-shadow: 0px 1px 6px #dadada; box-sizing: content-box;}#loading .title { margin-top: 60px; text-transform: unset; font-weight: 600; color: #333; font-size: 22px; margin-bottom: 10px; letter-spacing: 1px; line-height: normal;}#loading .description { color: #555;}#loading .branding { position: fixed; bottom: 20px; left: 50%; width: 200px; margin-left: -100px;}/* * FOLDING ANIMATION */#loading .folding { width: 50px; height: 50px; display: inline-block; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); font-size: 0; margin: 50px 5px 5px 5px;}#loading .folding span { position: relative; width: 25px; height: 25px; -moz-transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); display: inline-block;}#loading .folding span::before { content: ; background-color: #173E99; position: absolute; left: 0; top: 0; display: block; width: 25px; height: 25px; -moz-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; -moz-animation: folding 2.5s infinite linear both; -webkit-animation: folding 2.5s infinite linear both; animation: folding 2.5s infinite linear both;}#loading .folding .leaf2 { -moz-transform: rotateZ(90deg) scale(1.1); -ms-transform: rotateZ(90deg) scale(1.1); -webkit-transform: rotateZ(90deg) scale(1.1); transform: rotateZ(90deg) scale(1.1);}#loading .folding .leaf2::before { -moz-animation-delay: 0.3s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; background-color: #2950ac;}#loading .folding .leaf3 { -moz-transform: rotateZ(270deg) scale(1.1); -ms-transform: rotateZ(270deg) scale(1.1); -webkit-transform: rotateZ(270deg) scale(1.1); transform: rotateZ(270deg) scale(1.1);}#loading .folding .leaf3::before { -moz-animation-delay: 0.9s; -webkit-animation-delay: 0.9s; animation-delay: 0.9s; background-color: #456fd1;}#loading .folding .leaf4 { -moz-transform: rotateZ(180deg) scale(1.1); -ms-transform: rotateZ(180deg) scale(1.1); -webkit-transform: rotateZ(180deg) scale(1.1); transform: rotateZ(180deg) scale(1.1);}#loading .folding .leaf4::before { -moz-animation-delay: 0.6s; -webkit-animation-delay: 0.6s; animation-delay: 0.6s; background-color: #3862c5;}#loading .error span::before { -moz-animation: none; -webkit-animation: none; animation: none; background-color: #c10e0e;}#loading .error .leaf2::before { background-color: #d23232;}#loading .error .leaf3::before { background-color: #e64f4f;}#loading .error .leaf4::before { background-color: #e04545;}#loading .errorCode { position: fixed; left: 50%; top: 50%; margin-top: 140px; margin-left: -125px; width: 200px; height: 16px; padding: 0 25px; text-align: center; color: #5d5d5d; border-radius: 10px;}#loading .errorCode span:first-child { margin-top: 6px;}#loading .errorCode span { margin-top: 2px; font-family: Courier New, monospace; font-weight: bold; display: block;}@-moz-keyframes folding { 0%, 10% { -moz-transform: perspective(140px) rotateX(-180deg); transform: perspective(140px) rotateX(-180deg); opacity: 0; } 25%, 75% { -moz-transform: perspective(140px) rotateX(0deg); transform: perspective(140px) rotateX(0deg); opacity: 1; } 90%, 100% { -moz-transform: perspective(140px) rotateY(180deg); transform: perspective(140px) rotateY(180deg); opacity: 0; }}@-webkit-keyframes folding { 0%, 10% { -webkit-transform: perspective(140px) rotateX(-180deg); transform: perspective(140px) rotateX(-180deg); opacity: 0; } 25%, 75% { -webkit-transform: perspective(140px) rotateX(0deg); transform: perspective(140px) rotateX(0deg); opacity: 1; } 90%, 100% { -webkit-transform: perspective(140px) rotateY(180deg); transform: perspective(140px) rotateY(180deg); opacity: 0; }}@keyframes folding { 0%, 10% { -moz-transform: perspective(140px) rotateX(-180deg); -ms-transform: perspective(140px) rotateX(-180deg); -webkit-transform: perspective(140px) rotateX(-180deg); transform: perspective(140px) rotateX(-180deg); opacity: 0; } 25%, 75% { -moz-transform: perspective(140px) rotateX(0deg); -ms-transform: perspective(140px) rotateX(0deg); -webkit-transform: perspective(140px) rotateX(0deg); transform: perspective(140px) rotateX(0deg); opacity: 1; } 90%, 100% { -moz-transform: perspective(140px) rotateY(180deg); -ms-transform: perspective(140px) rotateY(180deg); -webkit-transform: perspective(140px) rotateY(180deg); transform: perspective(140px) rotateY(180deg); opacity: 0; }} /style> script typemodule crossorigin src/assets/index-C1bAAi37.js>/script> link relmanifest href/manifest.webmanifest>/head> body> div idapp>/div> div idloading classhidden page-loader> div classcover>/div> div classcentral> div classfolding> span classleaf1>/span> span classleaf2>/span> span classleaf3>/span> span classleaf4>/span> /div> h1 idappTitle classtitle> /h1> span classdescription> /span> /div> img src/assets/logo-BTGwdNUs.png classbranding altkobalt-logo > /div> noscript idnoscript> div idloading> div classcover>/div> div classcentral> div classfolding error> span classleaf1>/span> span classleaf2>/span> span classleaf3>/span> span classleaf4>/span> /div> h1 classtitle>No JavaScript/h1> span classdescription>JavaScript is required for this site. Please enable it in your browser./span> /div> /div> /noscript> script iderrorCatcher> document.getElementById( loading ).className page-loader window.scriptLoadError function( e ) { console.error(Caught error:, e); document.querySelector(#loading .folding ).className folding error; document.querySelector(#loading .title ).innerHTML Error 500; document.querySelector(#loading .description).innerHTML ; } window.addEventListener( error, window.scriptLoadError, true ); document.body.removeChild( document.getElementById( noscript ) ); /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
]