Help
RSS
API
Feed
Maltego
Contact
Domain > az-ca-asthmap.ca
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-04-24
13.35.116.127
(
ClassC
)
2024-05-21
99.84.252.94
(
ClassC
)
2024-11-22
3.167.138.126
(
ClassC
)
2024-11-25
52.85.5.92
(
ClassC
)
2025-01-30
3.162.112.47
(
ClassC
)
2026-01-18
3.163.24.53
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Sun, 18 Jan 2026 07:19:02 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://az-ca-asthmap.ca/X-Cache: Redirect from cloudfrontVia: 1.1 182d3a3dbb6658c964ee75cd45a42242.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: krF4V7GKlBmZwftr7kGQvRSm9fnx_3EflrhPdLR82ku-g6vmS4PCGw 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/htmlContent-Length: 6520Connection: keep-aliveDate: Thu, 15 Jan 2026 21:16:43 GMTCache-Control: public, max-age0, s-maxage31536000Server: AmazonS3Accept-Ranges: bytesETag: f2349ded6881f9264860f1662f1313e6Last-Modified: Fri, 27 Jun 2025 18:26:10 GMTX-Cache: Hit from cloudfrontVia: 1.1 44e3ef26e727fc044d711ef45aefcd72.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: AcxIRbzyV1-KSosdGTXPOJmgzSU0UNzAGapxdN6dKeNrg3OKBuMhYQAge: 208939 !DOCTYPE html>html langen-us>head> meta charsetutf-8> meta http-equivContent-Type contenttext/html; charsetutf-8> meta namedescription contentAsthMap is a platform gathering didactic & interactive 3D maps of the inflammatory pathways that are involved in different asthma phenotypes.> meta namekeywords contentAsthMap, asthma, asthme> meta nameviewport contentwidthdevice-width, initial-scale1> meta namerobots contentnoindex, nofollow> title>AsthMap/title> link relshortcut icon hrefTemplateData/img/favicon.ico> link defer relstylesheet hrefTemplateData/css/style.css> script srcBuild/UnityLoader.js>/script> script srchttps://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.9.6/lottie.min.js>/script>/head>body> div classkeepRatio> div classwebgl-content> button classbtn off idfullScreenButton onclickToggleFullScreen() aria-labelfullScreen>/button> div idgameContainer>/div> /div> div idloadingBlock> img classlogo srcTemplateData/img/Logo.png altAsthMap Logo styleaspect-ratio: auto 780 / 165;>/img> div idanimationContainer classanimatedLogo> script> var animation bodymovin.loadAnimation({ container: document.getElementById(animationContainer), renderer: svg, loop: true, autoplay: true, path: https://lottie.host/7da5a9b1-31fe-4956-900f-b63428284840/t5jz5p8hQq.json // lottie file path }) /script> /div> div idprogressBar> div classcentered> div idemptyBar>/div> div idfullBar>/div> /div> /div> img classloadingLogo srcTemplateData/img/loading.png altloading styleaspect-ratio: auto 236 / 61;> div idwarningBrowserBlock styledisplay:none;> div classwarningBrowserText> Your browser may not be compatible with this website. For an optimal experience, we suggest you to download one of this popular web browsers. /div> div classbrowserIcons> a hrefhttps://www.mozilla.org/firefox target_blank>img srcTemplateData/img/browser-firefox.png altFirefox browser>/a> a hrefhttps://www.google.com/chrome target_blank>img srcTemplateData/img/browser-chrome.png altChrome browser>/a> a hrefhttps://www.apple.com/safari/ target_blank>img srcTemplateData/img/browser-safari.png altSafari browser>/a> /div> /div> div idwarningMobileBlock styledisplay:none;> div classwarningBrowserText> /div> /div> /div> div iderrorBrowserBlock styledisplay:none;> img classlogo srcTemplateData/img/Logo.png altAsthMap Logo>/img> span classsubtitle> ASTHMAP br> /span> div iderrorContent> div iderrorBrowserText> Your browser does not support WebGL. br> You can download one of this popular web browsers. /div> div classbrowserIcons> a hrefhttps://www.mozilla.org/firefox target_blank>img srcTemplateData/img/browser-firefox.png altFirefox browser>/a> a hrefhttps://www.google.com/chrome target_blank>img srcTemplateData/img/browser-chrome.png altChrome browser>/a> a hrefhttps://www.apple.com/safari/ target_blank>img srcTemplateData/img/browser-safari.png altSafari browser>/a> /div> /div> /div> /div>/body>script> function ToggleFullScreen() { var isInFullScreen (document.fullscreenElement && document.fullscreenElement ! null) || (document.webkitFullscreenElement && document.webkitFullscreenElement ! null) || (document.mozFullScreenElement && document.mozFullScreenElement ! null) || (document.msFullscreenElement && document.msFullscreenElement ! null); var element document.body.getElementsByClassName(webgl-content)0; if (!isInFullScreen) { document.getElementById(fullScreenButton).style.backgroundImage url(TemplateData/img/fullScreen_off.png); document.getElementById(fullScreenButton).classList.add(on); document.getElementById(fullScreenButton).classList.remove(off); return (element.requestFullscreen || element.webkitRequestFullscreen || element.mozRequestFullScreen || element.msRequestFullscreen).call(element); } else { document.getElementById(fullScreenButton).style.backgroundImage url(TemplateData/img/fullScreen_on.png); document.getElementById(fullScreenButton).classList.add(off); document.getElementById(fullScreenButton).classList.remove(on); if (document.exitFullscreen) { document.exitFullscreen(); } else if (document.webkitExitFullscreen) { document.webkitExitFullscreen(); } else if (document.mozCancelFullScreen) { document.mozCancelFullScreen(); } else if (document.msExitFullscreen) { document.msExitFullscreen(); } } } function CheckCompatibility(gameInstance, onsuccess, onerror) { if (!UnityLoader.SystemInfo.hasWebGL) { document.getElementById(errorBrowserBlock).style.display inherit; onerror(); } else if (UnityLoader.SystemInfo.mobile) { //document.getElementById(warningMobileBlock).style.display inherit; onsuccess(); } else if (Firefox, Chrome, Safari.indexOf(UnityLoader.SystemInfo.browser) -1) { //document.getElementById(warningBrowserBlock).style.display inherit; onsuccess(); } else { onsuccess(); } } function RuntimeInitialized() { } function UnityProgress(gameInstance, progress) { if (!gameInstance.Module) return; document.getElementById(loadingBlock).style.display inherit; document.getElementById(fullBar).style.width (100 * progress) + %; document.getElementById(emptyBar).style.width (100 * (1 - progress)) + %; if (progress 1) { setTimeout(function () { document.getElementById(loadingBlock).style.display none; }, 3000); } } var gameInstance UnityLoader.instantiate(gameContainer, Build/videotest.json, { onProgress: UnityProgress, compatibilityCheck: CheckCompatibility, Module: { //TOTAL_MEMORY: 268435456, onRuntimeInitialized: RuntimeInitialized, }, });/script>/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
]