Hostname
spookytime-split.tcpdns.org
Last fetched
spookytime-split.tcpdns.org resolves to 5 IPv4 addresses operated by AS58212 in DE.
Nutrition Label
Resolution chain
spookytime-split.tcpdns.org resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 45.157.234.210 | 45.157.234.0/24 | AS58212 | — | DE |
| 50.114.4.222 | 50.114.4.0/24 | AS64199 | TCPSHIELD - TCPShield | CA |
| 50.114.4.222 | 50.114.4.0/24 | AS64199 | TCPSHIELD - TCPShield | BB |
| 50.114.4.223 | 50.114.4.0/24 | AS64199 | TCPSHIELD - TCPShield | CA |
| 50.114.4.223 | 50.114.4.0/24 | AS64199 | TCPSHIELD - TCPShield | BB |
| 50.114.4.232 | 50.114.4.0/24 | AS64199 | TCPSHIELD - TCPShield | CA |
| 50.114.4.232 | 50.114.4.0/24 | AS64199 | TCPSHIELD - TCPShield | BB |
| 50.114.4.233 | 50.114.4.0/24 | AS64199 | TCPSHIELD - TCPShield | CA |
| 50.114.4.233 | 50.114.4.0/24 | AS64199 | TCPSHIELD - TCPShield | BB |
WHOIS identity
No WHOIS records are currently associated with spookytime-split.tcpdns.org in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from spookytime-split.tcpdns.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spookytime-split.tcpdns.org"})-[: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.