Skip to content

Hostname

api.immutable.com

Last fetched

api.immutable.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.

Nutrition Label

WHISPER CANON · api.immutable.comRouting diversity3.0/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/api.immutable.com

Resolution chain

api.immutable.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.225.196.12113.225.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.CA
13.225.196.12713.225.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.CA
13.225.196.5713.225.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.CA
13.225.196.9713.225.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.CA
143.204.23.104143.204.20.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
143.204.23.128143.204.20.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
143.204.23.29143.204.20.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
143.204.23.61143.204.20.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
3.174.46.1293.174.46.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
3.174.46.633.174.46.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
3.174.46.733.174.46.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
3.174.46.83.174.46.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

No WHOIS records are currently associated with api.immutable.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from api.immutable.com in the public web crawl.

7 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from api.immutable.com.

Cypher and MCP

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

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