Help
RSS
API
Feed
Maltego
Contact
Domain > ws.volco.ru
×
Welcome!
Right click nodes and scroll the mouse to navigate the graph.
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-01-18
91.201.52.102
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: nginxDate: Sun, 01 Dec 2024 15:58:45 GMTContent-Type: text/html; charsetUTF-8Content-Length: 3992Connection: keep-aliveVary: Accept-EncodingX-Powered-By: ExpressAccept-Ranges: b !DOCTYPE html>html langru>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> meta http-equivX-UA-Compatible contentieedge> title>Что ты тут ищешь?)/title> style> body { margin: 0%; overflow: hidden; } canvas { background: rgb(30, 30, 30); } /style>/head>body> canvas>/canvas> script> (() > { const cnv document.querySelector(canvas); const ctx cnv.getContext(2d); let cw, ch, cx, cy; function resizeCanvas() { cw cnv.width innerWidth ; ch cnv.height innerHeight; cx cw / 2; cy ch / 2; } resizeCanvas(); window.addEventListener(`resize`, resizeCanvas); const cfg { hue : 0, bgFillColor : `rgba(50, 50, 50, .01)`, dirsCount : 6, stepToTurn : 8, dotSize : 2, dotsCount : 900, dotVelocity : 2, distance : 120, gradientLen : 5, } function drawRect(color, x, y, w, h, shadowColor, shadowBlur, gco) { ctx.globalCompositeOperation gco; ctx.shadowColor shadowColor || `black`; ctx.shadowBlur shadowBlur || 1; ctx.fillStyle color; ctx.fillRect(x, y, w, h); } class Dot { constructor() { this.pos {x: cx, y: cy}; this.dir (Math.random() * 3 | 0) * 2; this.step 0; } redrawDot() { let xy Math.abs(this.pos.x - cx) + Math.abs(this.pos.y - cy); let makeHue (cfg.hue + xy / cfg.gradientLen ) % 360; let color `hsl(${ makeHue }, 100%, 50%)`; let blur cfg.dotSize - Math.sin(xy / 8) * 2; let size cfg.dotSize;// - Math.sin(xy / 9) * 2 + Math.sin(xy / 2); let x this.pos.x - size / 2; let y this.pos.y - size / 2; drawRect(color, x, y, siz
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
]