Hostname
dev-cdn.flaconi.de
Last fetched
dev-cdn.flaconi.de resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
dev-cdn.flaconi.de resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.239.6.100 | 18.239.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.239.6.124 | 18.239.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.239.6.24 | 18.239.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.239.6.97 | 18.239.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.161.174.118 | 3.161.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.161.174.125 | 3.161.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.161.174.5 | 3.161.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.161.174.91 | 3.161.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with dev-cdn.flaconi.de in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from dev-cdn.flaconi.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev-cdn.flaconi.de"})-[: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.