Help
RSS
API
Feed
Maltego
Contact
Domain > account.msv.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-08-21
104.26.12.213
(
ClassC
)
2026-01-09
172.66.172.132
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Fri, 09 Jan 2026 02:56:53 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveCF-Ray: 9bb0a9fdcf38659c-PDXCF-Cache-Status: DYNAMICAccess-Control-Allow-Origin: https://tickets-v4.msv.comCache-Control: public, must-revalidate, max-age30Last-Modified: Wed, 07 Jan 2026 08:51:35 GMTServer: cloudflareStrict-Transport-Security: max-age10886400; includeSubDomains; preloadVary: Accept-Encodingaccess-control-allow-credentials: trueaccess-control-allow-methods: GET, OPTIONSreferrer-policy: strict-origin-when-cross-originx-content-type-options: nosniffx-dns-prefetch-control: offx-xss-protection: 1; modeblock !DOCTYPE html>html translateno>head> meta charsetutf-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0, maximum-scale1.0, user-scalableno /> meta namegoogle contentnotranslate> title>CMS.Client/title> base href/ /> link hrefcss/app.css relstylesheet /> link relicon typeimage/png hreffavicon.png /> link hrefhttps://fonts.googleapis.com/css2?familyRubik:wght@300;400;700;800;900&displayswap relstylesheet> link relstylesheet href/libs/fontawesome-pro-6.4.2-web/css/fontawesome.min.css> link relstylesheet href/libs/fontawesome-pro-6.4.2-web/css/brands.min.css /> link relstylesheet href/libs/fontawesome-pro-6.4.2-web/css/solid.min.css /> link relstylesheet href/libs/fontawesome-pro-6.4.2-web/css/light.min.css /> link relstylesheet href/libs/fontawesome-pro-6.4.2-web/css/custom-icons.css /> link relstylesheet preload href/_content/EBES.CMS.Shared.UI/msv-2021.css> link relstylesheet preload href/_content/EBES.CMS.Shared.UI/msv-2024.css?vRelease-895> !--link relstylesheet preload href/_content/ebes.cms.shared.ui/ps-2024.css?v13>-->/head>body classnotranslate> div idapp> div idloading-msg classloading> noscript> h1 classerror>This site requires javascript to work correctly. Please update your browser or try a different one./h1> /noscript> !--h1 idloading-text>Hang tight. Were starting our engines.../h1>--> img srchttps://images.msv.com/images/loading-v-mark.gif /> div classloading-progress-text>/div> /div> /div> div idblazor-error-ui> An unhandled error has occurred. a href classreload>Reload/a> a classdismiss>🗙/a> /div> script srchttps://cdn.jsdelivr.net/npm/wasm-feature-detect/dist/umd/index.js>/script> !--script src_framework/blazor.webassembly.js autostartfalse>/script>--> script src./blazor.webassembly.js?vRelease-895 autostartfalse>/script> script typetext/javascript> ScrollElementIntoView elementId > { var target document.getElementById(elementId); if (target) { const yOffset -60; const y target.getBoundingClientRect().top + window.pageYOffset + yOffset; var isOldShopContainer document.getElementsByClassName(shop-container-oldstyle); if (isOldShopContainer.length > 0) { // overflow auto is on a lower down div not the window var shopBody document.getElementById(shop-body); shopBody.scrollTo({ top: y, behavior: smooth }); } else { window.scrollTo({ top: y, behavior: smooth }); } } } ScrollToTop () > { setTimeout(() > { var target document.getElementById(shop-body); if (target null) { target document.getElementById(main); } if (target ! null) { target.scrollTo({ top: 0, behavior: smooth }); } window.scrollTo({ top: 0, behavior: smooth }); }, 100); // Delay may help on iOS } window.onscroll function () { var target document.getElementById(header); if (target) { if (window.pageYOffset > 10) target.classList.add(stuck); else target.classList.remove(stuck); } }; window.clipboardCopy { copyText: function (text) { return new Promise(function (resolve) { navigator.clipboard.writeText(text).then(function () { resolve(Copied to clipboard); }).catch(function (error) { resolve(Error could not copy to clipboard); }); }); } } AddBodyClass (add, className) > { if (add) document.body.classList.add(className); else document.body.classList.remove(className); } window.getOS function () { var userAgent navigator.userAgent || navigator.vendor || window.opera; // Windows Phone must come first because its UA also contains Android if (/windows phone/i.test(userAgent)) { return Windows Phone; } if (/android/i.test(userAgent)) { return Android; } // iOS detection from: http://stackoverflow.com/a/9039885/177710 if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) { return iOS; } return unknown; //return // iPad Simulator, // iPhone Simulator, // iPod Simulator, // iPad, // iPhone, // iPod //.includes(navigator.platform) // // iPad on iOS 13 detection // || (navigator.userAgent.includes(Mac) && ontouchend in document) } window.redirectToUrl function (url) { window.location.replace(url); } window.getScrollPosition function (id) { var elem document.getElementById(id); var scrollTop 0; if (elem) scrollTop elem.scrollTop; return scrollTop; } window.setupWatcher function (stickyId, instance) { var stickyElm document.getElementById(stickyId); var handler (e) > { var x e0; if (x.isIntersecting false) instance.invokeMethodAsync(IsIntersecting, false); else instance.invokeMethodAsync(IsIntersecting, true); }; var observer new IntersectionObserver( handler, { rootMargin: 0px 0px 0px 0px, threshold: 1 } ); observer.observe(stickyElm); } /script> script> (async () > { try { var language window.navigator.userLanguage || window.navigator.language; language language.slice(0, 2); if (language es) { document.getElementById(loading-text).innerText Agárrense fuerte. Estamos encendiendo nuestros motores...; } else if (language fr) { document.getElementById(loading-text).innerText Accrochez-vous bien. Nous démarrons nos moteurs...; } } catch (error) { } try { if (await wasmFeatureDetect.simd()) { await Blazor.start(); } else { let cookie document.cookie.toString(); if (cookie.includes(client-versionold) false) { document.cookie client-versionold; secure; samesitestrict; path/; location.reload(); } else { await Blazor.start(); return; } var loadingMsg document.getElementById(loading-msg); loadingMsg.replaceChildren(); var msg document.createElement(div); var os getOS(); if (os iOS) { msg.innerHTML p>Please note your Apple Device must be running iOS 16.4 or later to use this website./p>p>To maintain your computer\s security, stability and compatibility, Apple recommends using the latest iOS version/p>; } else { msg.innerHTML p>Please note your browser is running an older version that we dont currently support./p>p>Please try upgrading it or try using a different browser such as Google Chrome./p>; } loadingMsg.appendChild(msg); } } catch (error) { var loadingMsg document.getElementById(loading-msg); loadingMsg.replaceChildren(); var msg document.createElement(div); msg.innerHTML p>There was an error while loading the app. Please refresh and try again or contact us./p>; loadingMsg.appendChild(msg); console.error(Error starting blazor: + error) } finally { } })(); /script>/body>/html>
Subdomains
Date
Domain
IP
i.msv.com
2026-01-07
172.66.172.132
account.msv.com
2026-01-09
172.66.172.132
www.msv.com
2024-11-25
104.22.69.172
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
]