Hostname
spm-test4.com
Last fetched
spm-test4.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
spm-test4.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of spm-test4.com owner
- Contact emails
- a9d36c3a-d070-43e1-ae21-df0c9acb1031@identity-protect.org
- acc1aadb-9cf2-470f-a080-9568fe66c4a9@identity-protect.org
- d277416c-36b3-4021-9145-44c574d37bbf@identity-protect.org
- d3ec5393-7ac4-405f-9db2-04e2d2f54a31@identity-protect.org
- e546450f-b2c9-4cfc-b2d6-60000cd3f10e@identity-protect.org
- owner-1223904@spm-test4.com.whoisprivacyservice.org
Subdomains
7 observed subdomains of spm-test4.com.
Threat posture
History
Related pages
Pivot deeper into the graph from spm-test4.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spm-test4.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.