Hostname
dev.dhcg.com
Last fetched
dev.dhcg.com resolves to 1 IPv4 address operated by ZC38-AS1 - zColo in US.
Nutrition Label
Resolution chain
dev.dhcg.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 |
|---|---|---|---|---|
| 209.105.226.92 | 209.105.224.0/19 | AS13354 | ZC38-AS1 - zColo | US |
WHOIS identity
No WHOIS records are currently associated with dev.dhcg.com in WhisperGraph.
Subdomains
1 observed subdomain of dev.dhcg.com.
| Subdomain |
|---|
| www.dev.dhcg.com |
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for dev.dhcg.com.
| Mechanism | Target |
|---|---|
| SPF_A | dev.dhcg.com |
| SPF_INCLUDE | reflexion.net |
| SPF_IP | 108.60.204.131 |
| SPF_IP | 12.44.95.50 |
| SPF_IP | 12.44.95.51 |
| SPF_IP | 209.105.226.92 |
| SPF_MX | dev.dhcg.com |
Related pages
Pivot deeper into the graph from dev.dhcg.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev.dhcg.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.