Hostname
validname.com
Last fetched
validname.com resolves to 1 IPv4 address operated by AS20756 in FR. WHOIS lists iana:88 as the registrar.
Nutrition Label
Resolution chain
validname.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.65.56.37 | 185.65.56.0/23 | AS20756 | — | FR |
WHOIS identity
- Registrar
- iana:88
- Organization
- jean-paul b?chu
- Contact emails
Subdomains
58 observed subdomains of validname.com.
Showing 25 of 58. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from validname.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for validname.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 151.80.66.144/29 |
| SPF_IP | 185.65.56.0/24 |
| SPF_IP | 2001:4ba0:cafe:532::1/128 |
| SPF_IP | 2001:4ba0:cafe:64::1/128 |
| SPF_IP | 2a01:c8:ff00:200::1/64 |
| SPF_IP | 62.141.38.216 |
| SPF_IP | 62.141.38.96 |
| SPF_IP | 81.92.85.46/32 |
Related pages
Pivot deeper into the graph from validname.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "validname.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.