Help
RSS
API
Feed
Maltego
Contact
Domain > foreclosureanalytics.ai
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-05-13
52.219.101.19
(
ClassC
)
2025-11-18
3.169.173.118
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Tue, 18 Nov 2025 22:13:57 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://foreclosureanalytics.ai/X-Cache: Redirect from cloudfrontVia: 1.1 caca3796a9753caf000b1d1a5f744530.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: lZ_aaROYVQBRa52xFm6Yz4aDj1RhBCytIlMG4TgtnZw-DA5FB0Q1xg 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: 7713Connection: keep-aliveDate: Tue, 18 Nov 2025 22:13:58 GMTLast-Modified: Tue, 01 Jul 2025 07:13:30 GMTETag: 5fdd39dea60f6e1506193599e97e9b92Server: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 e765e4220a4552156eaeff06c1304e0c.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: s7c-CRh5_z_oiGq5rxtl2FeNpAYJbqTPEB44Q240CMTr_y-7DFn6MA !DOCTYPE html>html langen>head> !-- Google Analytics for fastfood41 --> script async srchttps://www.googletagmanager.com/gtag/js?idG-4SRCFSJC3S>/script> script> window.dataLayer window.dataLayer || ; function gtag(){dataLayer.push(arguments);} gtag(js, new Date()); gtag(config, G-4SRCFSJC3S); /script> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0/> title>ForeclosureAnalytics.ai/title> link hrefhttps://fonts.googleapis.com/css2?familyVT323&displayswap relstylesheet> style> body { background-color: #001100; color: #00FF00; font-family: VT323, monospace; font-size: 20px; padding: 2rem; max-width: 800px; margin: auto; white-space: pre-wrap; cursor: pointer; } center { display: block; text-align: center; } #bootText, #responseOutput { opacity: 0; transition: opacity 1s ease; } /style>/head>body onloadbootSequence()> pre idbootText>/pre> pre idresponseOutput>/pre> audio idmodemSound src/sounds/modem-quiet.mp3 preloadauto>/audio> script> let audioUnlocked false; let pausedAfterClickMe false; function unlockAudio() { const modem document.getElementById(modemSound); if (!audioUnlocked) { modem?.play().catch(() > {}); audioUnlocked true; console.log(Audio unlocked.); } document.removeEventListener(click, unlockAudio); document.removeEventListener(keydown, unlockAudio); } document.addEventListener(click, unlockAudio); document.addEventListener(keydown, unlockAudio); const bootLines center>FORECLOSURE ANALYTICS AI v0.9 Beta/center>, center>SYSTEM MEMORY CHECK........ OK/center>, >LOADING ANALYSIS MODULE... READY, , > click me>, , >Welcome to ForeclosureAnalytics.ai, , >This version is a placeholder. A fully operational platform is scheduled \n>to launch in October., , >Within a week or so our assistant will become available to help you \n>evaluate deals, explain risk, and tell you what’s coming next., ; const fakeCodeLines , >10 REM COUNTDOWN TO LAUNCH, >20 PRNIT \LAUNCH DATE: OCTOBER 16TH\, // intentional fake error >20 PRINT \LAUNCH DATE: OCTOBER 16TH\, >30 LET D DATEDIFF(\10/16/2025\, TODAY), >40 PRINT D; \ DAYS REMAIN\, >50 END ; function playKeySound() { // Silenced for your peace. } function flashLines(lines, count, callback) { const el document.getElementById(bootText); el.style.opacity 1; for (let i 0; i count; i++) { el.innerHTML + linesi + \n; } callback(); } function typeLine(text, i, callback, hasErrored false, speedMultiplier 1) { const el document.getElementById(bootText); if (i > text.length) { el.innerHTML + \n; callback(); return; } const shouldError !hasErrored && Math.random() 0.1 && texti ! ; if (shouldError) { const wrongChar String.fromCharCode(text.charCodeAt(i) + 1); el.innerHTML + wrongChar; setTimeout(() > { el.innerHTML el.innerHTML.slice(0, -1); setTimeout(() > { el.innerHTML + texti; setTimeout(() > typeLine(text, i + 1, callback, true, speedMultiplier), randomDelay(speedMultiplier)); }, randomDelay(speedMultiplier)); }, randomDelay(speedMultiplier) + 100); } else { el.innerHTML + texti; setTimeout(() > typeLine(text, i + 1, callback, hasErrored, speedMultiplier), randomDelay(speedMultiplier)); } } function randomDelay(speedMultiplier 1) { return Math.floor((Math.random() * 50 + 25) / speedMultiplier); } function bootSequence() { console.log(Boot sequence started.); const flashCount 2; flashLines(bootLines, flashCount, () > { let i flashCount; function nextLine() { if (i bootLines.length) { const currentLine bootLinesi; typeLine(currentLine, 0, () > { i++; if (currentLine.includes(click me>)) { pausedAfterClickMe true; document.body.addEventListener(click, resumeAfterClickMe); } else { nextLine(); } }); } else { showReadyPrompt(); } } nextLine(); }); } function resumeAfterClickMe() { if (!pausedAfterClickMe) return; pausedAfterClickMe false; document.body.removeEventListener(click, resumeAfterClickMe); const modemSound document.getElementById(modemSound); if (modemSound) { modemSound.volume 0.2; modemSound.play().catch(() > {}); } let i bootLines.findIndex(line > line.includes(>Welcome)); function nextLine() { if (i bootLines.length) { const currentLine bootLinesi; typeLine(currentLine, 0, () > { i++; nextLine(); }); } else { showReadyPrompt(); } } nextLine(); } function showReadyPrompt() { const el document.getElementById(bootText); el.innerHTML + >READY.\n; setTimeout(() > { el.innerHTML + > \n; setTimeout(() > { typeFakeCode(0); }, 250); }, 250); } function typeFakeCode(index) { if (index fakeCodeLines.length) { // Simulate correcting the fake PRNIT line if (fakeCodeLinesindex.includes(PRNIT)) { typeLine(fakeCodeLinesindex, 0, () > { setTimeout(() > { const el document.getElementById(bootText); el.innerHTML + >^ SYNTAX ERROR\n; setTimeout(() > { typeLine(fakeCodeLinesindex + 1, 0, () > typeFakeCode(index + 2), false, 2); }, 1000); }, 500); }, false, 2); } else { typeLine(fakeCodeLinesindex, 0, () > typeFakeCode(index + 1), false, 2); } } else { setTimeout(() > { showCountdownToDate(2025-10-16); }, 500); } } function showCountdownToDate(targetDateStr) { const response document.getElementById(responseOutput); response.style.opacity 1; function updateCountdown() { const now new Date(); const targetDate new Date(targetDateStr); const diff targetDate - now; if (diff 0) { response.innerHTML >LAUNCH COMPLETE; clearInterval(timer); return; } const totalSeconds Math.floor(diff / 1000); const days Math.floor(totalSeconds / (3600 * 24)); const hours Math.floor((totalSeconds % (3600 * 24)) / 3600); const minutes Math.floor((totalSeconds % 3600) / 60); const seconds totalSeconds % 60; response.innerHTML `\n>COUNTDOWN TO LAUNCH DATE: OCTOBER 16, 2025\n>`; response.innerHTML + `${days} DAYS ${String(hours).padStart(2, 0)} HOURS ${String(minutes).padStart(2, 0)} MINUTES ${String(seconds).padStart(2, 0)} SECONDS REMAIN`; } updateCountdown(); const timer setInterval(updateCountdown, 1000); } /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
]