Hostname
dafanba.org
Last fetched
dafanba.org resolves to 12 IPv4 addresses operated by AKAMAI-ASN1 in HK. WHOIS lists iana:472 as the registrar.
Nutrition Label
Resolution chain
dafanba.org resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.84.150.174 | 104.84.150.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 104.84.150.181 | 104.84.150.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 2.16.10.138 | 2.16.10.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.10.139 | 2.16.10.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.15 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.9 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.19.126.136 | 2.19.126.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.19.126.155 | 2.19.126.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 88.221.0.104 | 88.221.0.0/24 | AS20940 | AKAMAI-ASN1 | BR |
| 88.221.0.98 | 88.221.0.0/24 | AS20940 | AKAMAI-ASN1 | BR |
| 95.100.158.81 | 95.100.158.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.100.158.97 | 95.100.158.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- iana:472
- Organization
- domain trustees
- Contact emails
Subdomains
8 observed subdomains of dafanba.org.
Web-graph footprint
Distinct hostnames that link to or from dafanba.org in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from dafanba.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dafanba.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.