Help
RSS
API
Feed
Maltego
Contact
Domain > aerosendapp.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-05-15
172.67.144.239
(
ClassC
)
2026-01-24
159.69.0.92
(
ClassC
)
Port 443
HTTP/1.1 200 OKAccept-Ranges: bytesAlt-Svc: h3:443; ma2592000Content-Length: 3664Content-Type: text/html; charsetutf-8Etag: de7gv8ylb15x2tsLast-Modified: Thu, 13 Nov 2025 09:41:14 GMTServer: CaddyVary: Accept-EncodingDate: Sat, 24 Jan 2026 07:45:07 GMT !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Loading... Please Wait.../title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, sans-serif; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); height: 100vh; display: flex; justify-content: center; align-items: center; color: white; } .loader-container { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 30px; } .spinner { width: 60px; height: 60px; border: 6px solid rgba(255, 255, 255, 0.3); border-top: 6px solid #ffffff; border-radius: 50%; animation: spin 1s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .loading-text { font-size: 24px; font-weight: 300; letter-spacing: 2px; animation: pulse 1.5s ease-in-out infinite; } @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.6; } } .countdown { font-size: 16px; opacity: 0.8; } .dots { display: inline-block; animation: dots 1.5s infinite; } @keyframes dots { 0%, 20% { content: ; } 40% { content: .; } 60% { content: ..; } 80%, 100% { content: ...; } } /style>/head>body> div classloader-container> div classspinner>/div> div classloading-text> Please wait,redirecting to a hrefhttps://aerosend.io>main site/a>span classdots>/span> /div> div classcountdown idcountdown> Loading in span idtimer>2/span> seconds... /div> /div> script> // Configuration const REDIRECT_URL https://www.aerosend.io/?utm_sourcecold_email&utm_mediumdirect; // Change this to your desired destination const REDIRECT_DELAY 2000; // 2 seconds in milliseconds // Initialize countdown let timeLeft 2; const timerElement document.getElementById(timer); const countdownElement document.getElementById(countdown); // Update countdown every second const countdownInterval setInterval(() > { timeLeft--; timerElement.textContent timeLeft; if (timeLeft 0) { clearInterval(countdownInterval); countdownElement.textContent Loading now...; } }, 1000); // Redirect after specified delay setTimeout(() > { window.location.href REDIRECT_URL; }, REDIRECT_DELAY); // Optional: Allow manual redirect by clicking anywhere document.addEventListener(click, () > { clearInterval(countdownInterval); window.location.href REDIRECT_URL; }); // Optional: Allow manual redirect by pressing any key document.addEventListener(keydown, () > { clearInterval(countdownInterval); window.location.href REDIRECT_URL; }); /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
]