Help
RSS
API
Feed
Maltego
Contact
Domain > alx.gg
×
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
2024-12-03
104.21.94.10
(
ClassC
)
2024-12-29
172.67.217.208
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Sun, 26 Nov 2023 21:38:07 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-alivex-powered-by: PHP/7.4.33vary: Accept-Encodingx-turbo-charged-by: !DOCTYPE html>html langen>head> meta charsetUTF-8> meta http-equivX-UA-Compatible contentIEedge> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Document/title>/head>style> body { background: #1d1d1d; }/style>body> canvas idcontainer>/canvas>/body>script> /** * Modified version of Ottis Canvas Particles demo * via https://github.com/ottis/canvas-particles */ // particle.js var particle function (cfg, ctx) { this.ctx ctx; this.x cfg.x || 0; this.y cfg.y || 0; this.vx cfg.vx || 1; this.vy cfg.vy || 1; this.radius cfg.radius || 1; this.color cfg.color || #1d1d1d; }; particle.prototype.draw function () { this.ctx.fillStyle this.color; this.ctx.beginPath(); this.ctx.arc(this.x, this.y, this.radius, 0, 2 * Math.PI, false); this.ctx.fill(); }; // particle-system.js var particleSystem function (cfg) { this.initCFG(cfg); this.canvas document.getElementById(this.canvas_id); this.ctx this.canvas.getContext(2d); this.canvas.width this.width; this.canvas.height this.height; this.initMessage(); // create the particles, add base 2 number, higher less particles for (var i 0; i this.area.length; i + 256) { this.particles.push( new particle( { x: this.areai0, y: this.areai1, vx: Math.floor(Math.random() * 2 - 1), vy: Math.floor(Math.random() * 2 - 1), }, this.ctx ) ); } }; particleSystem.prototype.initCFG function (cfg) { cfg cfg || {}; this.fps cfg.fps || 30; this.now; this.dist; this.then Date.now(); this.interval 1000 / this.fps; this.delta; this.canvas_id cfg.canvas_id || canvas; this.min_dist cfg.min_dist || 20; this.part
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
]