Hostname
webhost.faun.com
Last fetched
webhost.faun.com resolves to 1 IPv4 address operated by CBXNET in DE.
Nutrition Label
Resolution chain
webhost.faun.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 |
|---|---|---|---|---|
| 212.87.51.146 | 212.87.32.0/19 | AS12512 | CBXNET | DE |
WHOIS identity
No WHOIS records are currently associated with webhost.faun.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- webhost.faun.com
SPF policy
3 SPF mechanisms authorising senders for webhost.faun.com.
| Mechanism | Target |
|---|---|
| SPF_A | webhost.faun.com |
| SPF_IP | 212.87.51.144/28 |
| SPF_MX | webhost.faun.com |
Related pages
Pivot deeper into the graph from webhost.faun.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webhost.faun.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.