Hostname
abc53.buzz
Last fetched
abc53.buzz resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
abc53.buzz resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 166.117.13.114 | 166.119.225.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 166.117.201.109 | 166.120.66.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 172.234.24.211 | 172.235.110.0/23 | AS63949 | — | US |
| 172.239.57.117 | 172.240.15.0/24 | AS63949 | — | US |
| 13.248.244.97 | 13.249.6.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 166.117.220.64 | 166.120.64.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:1068
- Organization
- —
- Contact emails
- —
Web-graph footprint
Distinct hostnames that link to or from abc53.buzz in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from abc53.buzz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "abc53.buzz"})-[: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.