Hostname
wire.threatspike.com
Last fetched
wire.threatspike.com resolves to 3 IPv4 addresses operated by AS211058 in GB.
Nutrition Label
Resolution chain
wire.threatspike.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 212.23.212.7 | 212.23.212.0/24 | AS211058 | — | GB |
| 213.170.155.23 | 213.170.155.0/24 | AS211058 | — | GB |
| 213.170.155.7 | 213.170.155.0/24 | AS211058 | — | GB |
WHOIS identity
No WHOIS records are currently associated with wire.threatspike.com in WhisperGraph.
Subdomains
8 observed subdomains of wire.threatspike.com.
Threat posture
History
Related pages
Pivot deeper into the graph from wire.threatspike.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wire.threatspike.com"})-[: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.