Hostname
adfuego.com
Last fetched
adfuego.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
adfuego.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.5.128.254 | 3.5.128.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.128.34 | 3.5.128.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.128.86 | 3.5.128.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.130.11 | 3.5.130.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.131.200 | 3.5.131.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.132.98 | 3.5.132.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.133.58 | 3.5.133.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.133.65 | 3.5.133.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.133.86 | 3.5.133.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.133.88 | 3.5.133.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.133.97 | 3.5.133.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.219.105.140 | 52.219.105.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.219.179.32 | 52.219.176.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.219.228.160 | 52.219.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.219.232.160 | 52.219.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.219.233.8 | 52.219.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of adfuego.com owner
- Contact emails
- 1fded777-40ef-4c46-8a1d-8017c0818f00@identity-protect.org
- 768508b3-1385-49bc-b37b-d2b24dbc5179@identity-protect.org
- 8935dae3-edb5-452c-a964-b188d910af79@identity-protect.org
- dad1cd49-22dc-43d5-9118-2cb09adb697e@identity-protect.org
- e35b4d25-5612-4e58-9c47-be2c553fe4f7@identity-protect.org
- ee65d0a8-ebf4-4b46-8f81-43bb5d37eca7@identity-protect.org
- owner-2411784@adfuego.com.whoisprivacyservice.org
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from adfuego.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adfuego.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.