Skip to content

Hostname

api.isahit.com

Last fetched

api.isahit.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR.

Nutrition Label

WHISPER CANON · api.isahit.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/api.isahit.com

Resolution chain

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

IPPrefixASNOperatorCountry
35.180.165.6135.180.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.FR
35.181.125.18435.181.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.FR
51.44.140.10051.44.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.FR
51.44.95.15051.44.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.FR

WHOIS identity

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

Subdomains

2 observed subdomains of api.isahit.com.

Threat posture

History

Related pages

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

Cypher and MCP

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

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