Help
RSS
API
Feed
Maltego
Contact
Domain > www.hiddenvalleyhoa.net
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2015-03-07
66.96.147.81
(
ClassC
)
2026-02-12
86.38.217.89
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Thu, 12 Feb 2026 06:15:18 GMTServer: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33Last-Modified: Wed, 11 Feb 2026 00:49:30 GMTETag: 12e2-64a81beac57baAccept-Ranges: bytesContent-Length: 4834Vary: Accept-EncodingContent-Type: text/html; charsetUTF-8 !DOCTYPE html>html langen>head>meta charsetUTF-8 />meta nameviewport contentwidthdevice-width, initial-scale1.0 />style> html, body { margin: 0; padding: 0; overflow: hidden; background: black; height: 100%; width: 100%; } /* Canvas for matrix effect */ #matrix-canvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.2; /* semi-transparent background */ background-color: black; } /* Container for htop simulation */ #htop { position: relative; z-index: 1; width: 100%; height: 100%; padding: 20px; box-sizing: border-box; font-family: monospace; font-size: 14px; line-height: 1.4; overflow: auto; color: #ffffff; /* white text */ }/style>/head>body>canvas idmatrix-canvas>/canvas>div idhtop>/div>script>/* Disable right-click context menu */document.addEventListener(contextmenu, function(e) { e.preventDefault();});/* Matrix effect code */const canvas document.getElementById(matrix-canvas);const ctx canvas.getContext(2d);let width window.innerWidth;let height window.innerHeight;canvas.width width;canvas.height height;window.addEventListener(resize, () > { width window.innerWidth; height window.innerHeight; canvas.width width; canvas.height height;});// Characters for the matrixconst characters abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789@#$%^&*().split();const fontSize 14;const columns Math.floor(width / fontSize);const drops new Array(columns).fill(0);// Control frame rate to half speedlet lastTime 0;const intervalTime 1000 / 30; // target ~30 fps, so half of 60 fpsfunction draw(currentTime) { if (!lastTime) lastTime currentTime; if (currentTime - lastTime intervalTime) { requestAnimationFrame(draw); return; // skip frame for slower update } lastTime currentTime; ctx.fillStyle rgba(0, 0, 0, 0.2); ctx.fillRect(0, 0, width, height); ctx.fillStyle #00ff00; ctx.font fontSize + px monospace; for (let i 0; i drops.length; i++) { const text charactersMath.floor(Math.random() * characters.length); ctx.fillText(text, i * fontSize, dropsi * fontSize); if (dropsi * fontSize > height && Math.random() > 0.975) { dropsi 0; } dropsi++; } requestAnimationFrame(draw);}requestAnimationFrame(draw);/* htop simulation code */const htopDiv document.getElementById(htop);function getUsageBar(usagePercent, classes) { const widthPx Math.floor(usagePercent * 50 / 100); return `span classbar ${classes} stylewidth:${widthPx}px>/span>`;}const processCount 5;function generateHTop() { const cpuUsage Math.random() * 100; const memUsage Math.random() * 100; let cpuClass ; if (cpuUsage > 70) cpuClass cpu-high; else if (cpuUsage > 30) cpuClass cpu-medium; else cpuClass cpu-low; let memClass ; if (memUsage > 70) memClass mem-high; else if (memUsage > 30) memClass mem-medium; else memClass mem-low; let output ; output + ` Tasks: 198 total, 1 running, 197 sleeping, 0 stopped, 0 zombie\n`; output + ` Load Avg: 0.00 0.01 0.05\n`; output + ` CPU: ${cpuUsage.toFixed(1)}%us, ${(cpuUsage/2).toFixed(1)}%sy, 0.0%ni, ${(100 - cpuUsage).toFixed(1)}%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st\n`; output + ` Mem: ${Math.round(memUsage*16000)/100}MB total, ${Math.round(memUsage*16000/2)/100}MB used, ${Math.round(16000 - memUsage*16000/2)/100}MB free\n\n`; output + ` PID USER PRI NI VIRT RES SHR S CPU% MEM% TIME+ Command\n`; for (let i0; iprocessCount; i++) { const pid Math.floor(1000 + Math.random()*9000); const cpuPercent (Math.random() * 10).toFixed(1); const memPercent (Math.random() * 2).toFixed(1); const time (Math.random() * 5).toFixed(2); output + ` ${pid} user 20 0 162M 12M 8.5M R ${cpuPercent} ${memPercent} 0:${time} htop\n`; } // Replace CPU and Mem usage with colored bars output output.replace(/CPU:.*\n/, (match) > { return match.replace(/\d+\.\d+%us/, (m) > getUsageBar(parseFloat(m), cpuClass)); }); output output.replace(/Mem:.*\n/, (match) > { return match.replace(/\d+MB total, .* free/, (m) > getUsageBar(memUsage, memClass)); }); htopDiv.innerHTML output.replace(/\n/g, br>);}// Generate initial and update every secondgenerateHTop();setInterval(generateHTop, 1000);/script>a hrefhttps://mapmyvisitors.com/web/1c2hh titleVisit tracker>img srchttps://mapmyvisitors.com/map.png?clffffff&wa&tn&dIhoHJJbT0xhwLizKym2eu6xKJ-hb4esKZBETfyFtkz8&co000000/>/a>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Thu, 12 Feb 2026 06:15:18 GMTServer: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33Last-Modified: Wed, 11 Feb 2026 00:51:39 GMTETag: 12e2-64a81c65d3db2Accept-Ranges: bytesContent-Length: 4834Vary: Accept-EncodingContent-Type: text/html; charsetUTF-8 !DOCTYPE html>html langen>head>meta charsetUTF-8 />meta nameviewport contentwidthdevice-width, initial-scale1.0 />style> html, body { margin: 0; padding: 0; overflow: hidden; background: black; height: 100%; width: 100%; } /* Canvas for matrix effect */ #matrix-canvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.2; /* semi-transparent background */ background-color: black; } /* Container for htop simulation */ #htop { position: relative; z-index: 1; width: 100%; height: 100%; padding: 20px; box-sizing: border-box; font-family: monospace; font-size: 14px; line-height: 1.4; overflow: auto; color: #ffffff; /* white text */ }/style>/head>body>canvas idmatrix-canvas>/canvas>div idhtop>/div>script>/* Disable right-click context menu */document.addEventListener(contextmenu, function(e) { e.preventDefault();});/* Matrix effect code */const canvas document.getElementById(matrix-canvas);const ctx canvas.getContext(2d);let width window.innerWidth;let height window.innerHeight;canvas.width width;canvas.height height;window.addEventListener(resize, () > { width window.innerWidth; height window.innerHeight; canvas.width width; canvas.height height;});// Characters for the matrixconst characters abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789@#$%^&*().split();const fontSize 14;const columns Math.floor(width / fontSize);const drops new Array(columns).fill(0);// Control frame rate to half speedlet lastTime 0;const intervalTime 1000 / 30; // target ~30 fps, so half of 60 fpsfunction draw(currentTime) { if (!lastTime) lastTime currentTime; if (currentTime - lastTime intervalTime) { requestAnimationFrame(draw); return; // skip frame for slower update } lastTime currentTime; ctx.fillStyle rgba(0, 0, 0, 0.2); ctx.fillRect(0, 0, width, height); ctx.fillStyle #00ff00; ctx.font fontSize + px monospace; for (let i 0; i drops.length; i++) { const text charactersMath.floor(Math.random() * characters.length); ctx.fillText(text, i * fontSize, dropsi * fontSize); if (dropsi * fontSize > height && Math.random() > 0.975) { dropsi 0; } dropsi++; } requestAnimationFrame(draw);}requestAnimationFrame(draw);/* htop simulation code */const htopDiv document.getElementById(htop);function getUsageBar(usagePercent, classes) { const widthPx Math.floor(usagePercent * 50 / 100); return `span classbar ${classes} stylewidth:${widthPx}px>/span>`;}const processCount 5;function generateHTop() { const cpuUsage Math.random() * 100; const memUsage Math.random() * 100; let cpuClass ; if (cpuUsage > 70) cpuClass cpu-high; else if (cpuUsage > 30) cpuClass cpu-medium; else cpuClass cpu-low; let memClass ; if (memUsage > 70) memClass mem-high; else if (memUsage > 30) memClass mem-medium; else memClass mem-low; let output ; output + ` Tasks: 198 total, 1 running, 197 sleeping, 0 stopped, 0 zombie\n`; output + ` Load Avg: 0.00 0.01 0.05\n`; output + ` CPU: ${cpuUsage.toFixed(1)}%us, ${(cpuUsage/2).toFixed(1)}%sy, 0.0%ni, ${(100 - cpuUsage).toFixed(1)}%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st\n`; output + ` Mem: ${Math.round(memUsage*16000)/100}MB total, ${Math.round(memUsage*16000/2)/100}MB used, ${Math.round(16000 - memUsage*16000/2)/100}MB free\n\n`; output + ` PID USER PRI NI VIRT RES SHR S CPU% MEM% TIME+ Command\n`; for (let i0; iprocessCount; i++) { const pid Math.floor(1000 + Math.random()*9000); const cpuPercent (Math.random() * 10).toFixed(1); const memPercent (Math.random() * 2).toFixed(1); const time (Math.random() * 5).toFixed(2); output + ` ${pid} user 20 0 162M 12M 8.5M R ${cpuPercent} ${memPercent} 0:${time} htop\n`; } // Replace CPU and Mem usage with colored bars output output.replace(/CPU:.*\n/, (match) > { return match.replace(/\d+\.\d+%us/, (m) > getUsageBar(parseFloat(m), cpuClass)); }); output output.replace(/Mem:.*\n/, (match) > { return match.replace(/\d+MB total, .* free/, (m) > getUsageBar(memUsage, memClass)); }); htopDiv.innerHTML output.replace(/\n/g, br>);}// Generate initial and update every secondgenerateHTop();setInterval(generateHTop, 1000);/script>a hrefhttps://mapmyvisitors.com/web/1c0va titleVisit tracker>img srchttps://mapmyvisitors.com/map.png?clffffff&wa&tn&dcjcIbwVZHF1YxSrvScUY1USs5bajX83Qnp9slKFlT6g&co000000/>/a>/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
]