Skip to content

Hostname

meteor-api.coldfire.io

Last fetched

meteor-api.coldfire.io resolves to 9 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · meteor-api.coldfire.ioRouting diversity4.2/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/meteor-api.coldfire.io

Resolution chain

meteor-api.coldfire.io resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.144.3.1216.144.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
34.210.194.16234.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
34.217.222.13334.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
35.165.108.11335.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
44.239.176.6044.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
52.24.233.4852.24.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.25.213.23452.24.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.25.46.7352.24.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.32.197.12652.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with meteor-api.coldfire.io in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from meteor-api.coldfire.io.

Cypher and MCP

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

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

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