Hostname
estdev.napnap.org
Last fetched
estdev.napnap.org resolves to 1 IPv4 address operated by GOOGLE-CLOUD-PLATFORM - Google LLC in US.
Nutrition Label
Resolution chain
estdev.napnap.org 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 |
|---|---|---|---|---|
| 35.185.75.104 | 35.185.64.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
No WHOIS records are currently associated with estdev.napnap.org in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
17 SPF mechanisms authorising senders for estdev.napnap.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.votervoice.net |
| SPF_INCLUDE | nap.hosted.ethosce.com |
| SPF_INCLUDE | spf.dynect.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.serverdata.net |
| SPF_IP | 12.133.120.158/32 |
| SPF_IP | 141.193.213.20/32 |
| SPF_IP | 141.193.213.21/32 |
| SPF_IP | 167.89.81.19/32 |
| SPF_IP | 198.207.147.224/24 |
| SPF_IP | 204.239.0.224/24 |
| SPF_IP | 206.225.164.28 |
| SPF_IP | 216.230.14.224 |
| SPF_IP | 35.185.75.104 |
| SPF_IP | 66.117.46.37 |
| SPF_IP | 69.55.10.0/24 |
| SPF_IP | 74.118.244.0/22 |
Related pages
Pivot deeper into the graph from estdev.napnap.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "estdev.napnap.org"})-[: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.