Hostname
supernode.cool
Last fetched
supernode.cool resolves to 6 IPv4 addresses operated by MIKRONIKA in SG. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
supernode.cool resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 149.102.231.166 | 149.102.231.0/24 | AS212238 | MIKRONIKA | SG |
| 149.34.253.168 | 149.34.253.0/24 | AS212238 | MIKRONIKA | SG |
| 149.34.253.59 | 149.34.253.0/24 | AS212238 | MIKRONIKA | SG |
| 149.88.31.112 | 149.88.31.0/24 | AS212238 | MIKRONIKA | SG |
| 149.88.31.120 | 149.88.31.0/24 | AS212238 | MIKRONIKA | SG |
| 37.19.201.167 | 37.19.201.0/24 | AS212238 | MIKRONIKA | SG |
WHOIS identity
- Registrar
- iana:69
- Organization
- 1337 services
- Contact emails
- —
Threat posture
History
Related pages
Pivot deeper into the graph from supernode.cool.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "supernode.cool"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.