Help
RSS
API
Feed
Maltego
Contact
Domain > www.thelonelyelephant.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-05-14
172.105.159.118
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Mon, 25 Nov 2024 21:00:31 GMTServer: Apache/2.4.41 (Ubuntu)Location: https://www.thelonelyelephant.com/Content-Length: 333Content-Type: text/html; charsetiso-8859-1 !DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN>html>head>title>301 Moved Permanently/title>/head>body>h1>Moved Permanently/h1>p>The document has moved a hrefhttps://www.thelonelyelephant.com/>here/a>./p>hr>address>Apache/2.4.41 (Ubuntu) Server at www.thelonelyelephant.com Port 80/address>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Mon, 25 Nov 2024 21:00:31 GMTServer: Apache/2.4.41 (Ubuntu)Last-Modified: Tue, 19 Mar 2024 03:47:32 GMTETag: 18d2-613fb55795d00Accept-Ranges: bytesContent-Length: 6354Vary: Accept !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> style> body { margin: 0; overflow: hidden; } canvas { display: block; } /style> title>Elephant with Birds/title>/head>body>script async srchttps://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?clientca-pub-0991961494375870 crossoriginanonymous>/script>canvas idgameCanvas>/canvas>script> const canvas document.getElementById(gameCanvas); const ctx canvas.getContext(2d); canvas.width window.innerWidth; canvas.height window.innerHeight; let x canvas.width / 2; let y canvas.height / 2; let targetX x; let targetY y; let angle 0; // Initial angle let elephantSize 0.1; // Initial size of the elephant const growthFactor 1.25; // 25% growth const speed 5; // Smaller movement increment const rotationSpeed 0.1; // Adjust the rotation speed const collisionRadius 40; // Adjust the collision radius const elephantImage new Image(); elephantImage.src images/elephant1.png; // Assuming the image is in the images folder const birdImage new Image(); birdImage.src images/bird.png; // Assuming the image is in the images folder const trees ; let treesEaten 0; let birds ; function generateRandomTree() { const tree { x: Math.random() * canvas.width, y: Math.random() * canvas.height, size: Math.random() * 20 + 10, }; trees.push(tree); } function drawTree(tree) { ctx.fillStyle green; ctx.fillRect(tree.x - tree.size / 2, tree.y - tree.size, tree.size, tree.size); ctx.beginPath(); ctx.arc(tree.x, tree.y - tree.size, tree.size, 0, Math.PI * 2); ctx.fill(); ctx.closePath(); } function drawElephant() { ctx.save(); // Save the current transformation state // Translate to the center of the canvas and rotate ctx.translate(x, y); ctx.rotate(angle); // Draw the elephant image with the updated size ctx.drawImage(elephantImage, -elephantImage.width * elephantSize / 2, -elephantImage.height
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
]