Help
RSS
API
Feed
Maltego
Contact
Domain > draw.seiyakuji.de
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-01-16
5.75.210.16
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Thu, 16 Jan 2025 20:31:08 GMTServer: ApacheLocation: https://draw.seiyakuji.de/Content-Length: 234Content-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://draw.seiyakuji.de/>here/a>./p>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Thu, 16 Jan 2025 20:31:08 GMTServer: ApacheUpgrade: h2Connection: UpgradeLast-Modified: Mon, 26 Feb 2024 15:07:43 GMTETag: 5cb-6124a458987e9Accept-Ranges: bytesContent-Length: 1483Cache-Control: max-age0Expires: Thu, 16 Jan 2025 20:31:08 GMTVary: Accept-EncodingContent-Type: text/html !DOCTYPE html>html langen>head>meta charsetUTF-8>meta nameviewport contentwidthdevice-width, initial-scale1.0>title>Random Color Drawing/title>style> body { margin: 0; padding: 0; height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; background-color: #f0f0f0; } canvas { border: 1px solid #000; }/style>/head>body>canvas iddrawCanvas width800 height600>/canvas>script> const canvas document.getElementById(drawCanvas); const ctx canvas.getContext(2d); function drawCircle(x, y, radius, color) { ctx.beginPath(); ctx.arc(x, y, radius, 0, Math.PI * 2); ctx.fillStyle color; ctx.fill(); ctx.closePath(); } function getRandomColor() { const letters 0123456789ABCDEF; let color #; for (let i 0; i 6; i++) { color + lettersMath.floor(Math.random() * 16); } return color; } canvas.addEventListener(click, function(event) { const x event.clientX - canvas.getBoundingClientRect().left; const y event.clientY - canvas.getBoundingClientRect().top; const radius Math.random() * 50 + 10; // Random radius between 10 and 60 const color getRandomColor(); drawCircle(x, y, radius, color); });/script>/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
]