Hostname
ayon.dafbd.com
Last fetched
ayon.dafbd.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label
Resolution chain
ayon.dafbd.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.143.59.103 | 18.154.4.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 47.130.120.222 | 47.140.157.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 47.131.23.219 | 47.140.157.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 54.151.135.175 | 54.166.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
WHOIS identity
No WHOIS records are currently associated with ayon.dafbd.com in WhisperGraph.
Subdomains
1 observed subdomain of ayon.dafbd.com.
| Subdomain |
|---|
| www.ayon.dafbd.com |
Threat posture
History
Related pages
Pivot deeper into the graph from ayon.dafbd.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ayon.dafbd.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.