Help
RSS
API
Feed
Maltego
Contact
Domain > saygame.org
×
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-11-24
14.226.252.238
(
ClassC
)
2025-02-10
113.177.121.39
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: nginxDate: Sun, 24 Nov 2024 22:28:14 GMTContent-Type: text/htmlContent-Length: 127Connection: keep-aliveKeep-Alive: timeout20Last-Modified: Mon, 26 Aug 2024 03:36:44 GMTETag: 66 html>head> title>/title> script> document.locationhttps://cia.gov; /script>/head>body>/body>/html>
Port 443
HTTP/1.1 200 OKServer: nginxDate: Sun, 24 Nov 2024 22:28:15 GMTContent-Type: text/html; charsetUTF-8Content-Length: 10761Connection: keep-aliveKeep-Alive: timeout20accept-ranges: bytescache-control: p html> head> title>SAYGAME/title> style> * { margin: 0; padding: 0; } html, body { height: 100%; } body { background: #000; color: white; position: relative; } canvas { display: block; cursor: crosshair; } h1 { position: absolute; top: 1rem; left: 4rem; font-size: 3rem; color: rgb(250, 60, 60); } /style> /head> body> h1>Welcome To SAYGAME!/h1> canvas idcanvas>/canvas>script>// Optionsvar options { /* Which hue should be used for the first batch of rockets? */ startingHue: 120, /* How many ticks the script should wait before a new firework gets spawned, if the user is holding down his mouse button. */ clickLimiter: 5, /* How fast the rockets should automatically spawn, based on ticks */ timerInterval: 40, /* Show pulsing circles marking the targets? */ showTargets: true, /* Rocket movement options, should be self-explanatory */ rocketSpeed: 2, rocketAcceleration: 1.03, /* Particle movement options, should be self-explanatory */ particleFriction: 0.95, particleGravity: 1, /* Minimum and maximum amount of particle spawns per rocket */ particleMinCount: 25, particleMaxCount: 40, /* Minimum and maximum radius of a particle */ particleMinRadius: 3, particleMaxRadius: 5};// Local variablesvar fireworks ;var particles ;var mouse {down: false, x: 0, y: 0};var currentHue options.startingHue;var clickLimiterTick 0;var timerTick 0;var cntRocketsLaunched 0;// Helper function for canvas animationswindow.requestAnimFrame (function() { return window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || function(cb) { window.setTimeout(callback, 1000 / 60); }})();// Helper function to return random numbers within a specified rangefunction random(min, max) { return Math.random() * (max - min) + min;}// Helper function to calculate the distance between 2 pointsfunction calculateDistance(p1x, p1y, p2x, p2y) { var xDi
Subdomains
Date
Domain
IP
www.saygame.org
2024-11-24
14.226.252.238
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
]