Hostname
dnspood.net
Last fetched
dnspood.net has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:1697 as the registrar.
Nutrition Label
Resolution chain
dnspood.net has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:1697
- Organization
- dnspod
- Contact emails
Subdomains
13 observed subdomains of dnspood.net.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for dnspood.net.
| Mechanism | Target |
|---|---|
| SPF_IP | 121.12.116.83 |
| SPF_IP | 121.12.123.60 |
| SPF_IP | 208.43.172.148 |
| SPF_IP | 211.103.154.131 |
| SPF_IP | 211.103.154.133 |
| SPF_IP | 221.214.177.71 |
| SPF_IP | 221.214.177.72 |
| SPF_IP | 60.209.20.221 |
| SPF_IP | 76.73.102.74 |
| SPF_MX | dnspood.net |
| SPF_MX | mail-sl.weisuo.net |
Related pages
Pivot deeper into the graph from dnspood.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dnspood.net"})-[: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.