Skip to content

Hostname

api.firework-dev.com

Last fetched

api.firework-dev.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · api.firework-dev.comRouting diversity4.5/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/api.firework-dev.com

Resolution chain

api.firework-dev.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
35.162.131.15035.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
35.82.41.235.80.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
44.229.208.1044.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.233.81.10044.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
52.11.159.17152.10.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
52.88.233.3852.88.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.148.107.14354.148.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.188.29.1654.188.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with api.firework-dev.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api.firework-dev.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "api.firework-dev.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.