Hostname
anadf.com
Last fetched
anadf.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:78 as the registrar.
Nutrition Label
Resolution chain
anadf.com 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:78
- Organization
- ana trading duty free co.,ltd.
- Contact emails
Subdomains
4 observed subdomains of anadf.com.
Showing 3 of 4. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from anadf.com in the public web crawl.
297 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for anadf.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.besender.jp |
| SPF_INCLUDE | spf.curumeru.jp |
| SPF_IP | 118.103.91.0/25 |
| SPF_IP | 13.229.166.177 |
| SPF_IP | 18.178.160.229 |
| SPF_IP | 210.231.106.160/27 |
| SPF_IP | 52.196.115.187 |
| SPF_IP | 54.169.249.172 |
Related pages
Pivot deeper into the graph from anadf.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "anadf.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.