Help
RSS
API
Feed
Maltego
Contact
Domain > sigint.dev
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-11-09
45.79.159.216
(
ClassC
)
Port 80
HTTP/1.0 301 Moved PermanentlyDate: Sun, 02 Jun 2024 15:20:24 GMTServer: OpenBSD httpdConnection: closeContent-Type: text/htmlContent-Length: 510Location: https://sigint.dev/ !DOCTYPE html>html>head>meta charsetutf-8>title>301 Moved Permanently/title>style typetext/css>!--body { background-color: white; color: black; font-family: Comic Sans MS, Chalkboard SE, Comic Neue, sans-serif; }hr { border: 0; border-bottom: 1px dashed; }@media (prefers-color-scheme: dark) {body { background-color: #1E1F21; color: #EEEFF1; }a { color: #BAD7FF; }}-->/style>/head>body>h1>301 Moved Permanently/h1>hr>address>OpenBSD httpd/address>/body>/html>
Port 443
HTTP/1.1 200 OKConnection: keep-aliveContent-type: text/html; charsetUTF-8Date: Sun, 02 Jun 2024 15:20:25 GMTServer: OpenBSD httpdTransfer-Encoding: chunked !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>SIGINT Morse Blinker/title> style> body { margin: 0; overflow: hidden; background-color: black; display: flex; justify-content: center; align-items: center; height: 100vh; } #block { width: 50px; height: 50px; background-color: white; display: none; /* Initially hidden */ } /style>/head>body>div idblock>/div>script> let morseCode { A: .-, B: -..., C: -.-., D: -.., E: ., F: ..-., G: --., H: ...., I: .., J: .---, K: -.-, L: .-.., M: --, N: -., O: ---, P: .--., Q: --.-, R: .-., S: ..., T: -, U: ..-, V: ...-, W: .--, X: -..-, Y: -.--, Z: --.., 0: -----, 1: .----, 2: ..---, 3: ...--, 4: ....-, 5: ....., 6: -...., 7: --..., 8: ---.., 9: ----., /: -..-., ?: ..--.. , ;: --..-- , .: .-.-.- , *: ...-.- , +: .-.-. , : -...- , |: .-... }; const timeUnit 150; // in milliseconds, for 8 WPM const dotDuration timeUnit; const dashDuration timeUnit * 3; const symbolSpace timeUnit; const letterSpace timeUnit * 3; const wordSpace timeUnit * 7; const block document.getElementById(block); function sleep(ms) { return new Promise(resolve > setTimeout(resolve, ms)); } async function blinkMessage(message) { for (let char of message) { if (char ) { block.style.display none; await sleep(wordSpace); } else if (morseCodechar) { for (let symbol of morseCodechar) { if (symbol .) { block.style.display block; await sleep(dotDuration); block.style.display none; await sleep(symbolSpace); } else if (symbol -) { block.style.display block;
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
]