Hostname
dunkpool.com
Last fetched
dunkpool.com resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
dunkpool.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of dunkpool.com owner
- Contact emails
- 576c953e-11c2-43cd-8639-29cba687d9c9@identity-protect.org
- d053c58f-5798-4057-9b42-3d342aa5427c@identity-protect.org
- d367a0a0-f0d4-4b9c-8db6-4460f9ac5370@identity-protect.org
- e58d2c64-3134-4e5c-a351-ef5342e384dd@identity-protect.org
- owner-10200309@dunkpool.com.whoisprivacyservice.org
- owner@dunkpool.com.whoisprivacyservice.org
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for dunkpool.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 184.69.121.2 |
| SPF_IP | 75.154.254.16 |
Related pages
Pivot deeper into the graph from dunkpool.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dunkpool.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.