Hostname
dragonfire.io
Last fetched
dragonfire.io resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
dragonfire.io 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.78.127 | 3.5.78.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.78.151 | 3.5.78.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.78.58 | 3.5.78.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.78.63 | 3.5.78.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.84.227 | 3.5.84.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.86.66 | 3.5.86.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.230.42 | 52.218.230.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.233.194 | 52.218.233.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.130.243 | 52.92.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.137.51 | 52.92.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.145.99 | 52.92.144.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.163.227 | 52.92.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.176.187 | 52.92.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.207.123 | 52.92.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.229.131 | 52.92.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.243.219 | 52.92.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:81
- Organization
- snapdragon studios,
- Contact emails
- —
Subdomains
7 observed subdomains of dragonfire.io.
Web-graph footprint
Distinct hostnames that link to or from dragonfire.io in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for dragonfire.io.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mandrillapp.com |
Related pages
Pivot deeper into the graph from dragonfire.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dragonfire.io"})-[: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.