Skip to content

Hostname

cardiocalm-api.com

Last fetched

cardiocalm-api.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IT. WHOIS lists iana:468 as the registrar.

Nutrition Label

WHISPER CANON · cardiocalm-api.comRouting diversity3.5/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/cardiocalm-api.com

Resolution chain

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

IPPrefixASNOperatorCountry
15.160.79.21315.160.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IT
15.161.186.215.161.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IT
15.161.9.21715.161.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IT
18.102.224.8418.102.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IT
18.102.255.3918.102.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IT
35.152.49.17235.152.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IT

WHOIS identity

Registrar
iana:468
Organization
on behalf of cardiocalm-api.com owner
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from cardiocalm-api.com.

Cypher and MCP

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

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