Hostname
valid-test.com
Last fetched
valid-test.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
valid-test.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 valid-test.com owner
- Contact emails
- 0027d9bf-deb7-46db-ab5e-3602d8c11bbb@identity-protect.org
- 33691003-aa6c-4243-9d1c-4ac1dc1782b3@identity-protect.org
- 4cf321ca-9b03-4098-9e0e-5ee39330e699@identity-protect.org
- 6bab8b9b-21a4-467d-b7d2-1846c558a4b6@identity-protect.org
- 8b1fdd81-1dcc-44fc-9696-c8b5a11037ce@identity-protect.org
- a566df6a-5af6-4f93-b31e-ad3db9ce06b0@identity-protect.org
- c1060c03-c619-4581-bf50-9e54687b3edf@identity-protect.org
Subdomains
4 observed subdomains of valid-test.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for valid-test.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
Related pages
Pivot deeper into the graph from valid-test.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "valid-test.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.