Hostname
dev0.herbdoc.com
Last fetched
dev0.herbdoc.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
dev0.herbdoc.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 |
|---|---|---|---|---|
| 52.53.210.237 | 52.52.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with dev0.herbdoc.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for dev0.herbdoc.com.
| Mechanism | Target |
|---|---|
| SPF_A | dev0.herbdoc.com |
| SPF_A | mailweb.herbdoc.com |
| SPF_IP | 205.149.0.30/32 |
| SPF_IP | 208.82.208.0/22 |
| SPF_IP | 216.205.152.192/26 |
| SPF_IP | 216.205.154.64/26 |
| SPF_IP | 64.70.0.0/26 |
| SPF_IP | 64.70.46.156/30 |
| SPF_MX | dev0.herbdoc.com |
| SPF_MX | mailweb.herbdoc.com |
Related pages
Pivot deeper into the graph from dev0.herbdoc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev0.herbdoc.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.