Hostname
www.ip05.com
Last fetched
www.ip05.com resolves to 3 IPv4 addresses operated by NTT-GLOBAL-DATA-CENTERS-AMERICA-INC - NTT Global Data Centers Americas, INC. in US.
Nutrition Label
Resolution chain
www.ip05.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 204.94.81.43 | 204.94.80.0/20 | AS19893 | NTT-GLOBAL-DATA-CENTERS-AMERICA-INC - NTT Global Data Centers Americas, INC. | US |
| 38.102.43.132 | 38.102.40.0/22 | AS174 | COGENT-174 - Cogent Communications, LLC | US |
| 64.84.6.72 | 64.84.6.0/24 | AS19893 | NTT-GLOBAL-DATA-CENTERS-AMERICA-INC - NTT Global Data Centers Americas, INC. | US |
WHOIS identity
No WHOIS records are currently associated with www.ip05.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for www.ip05.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 192.146.0.0/24 |
| SPF_IP | 204.94.81.0/24 |
| SPF_IP | 204.94.82.129/27 |
| SPF_IP | 64.84.38.0/24 |
| SPF_IP | 64.84.5.0/27 |
| SPF_IP | 64.84.6.0/24 |
Related pages
Pivot deeper into the graph from www.ip05.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.ip05.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.