Skip to content

Hostname

api.leaptheorytech.com

Last fetched

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

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
18.119.46.19018.116.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
18.219.179.19018.216.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
3.143.156.743.136.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.151.47.1583.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

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

Subdomains

7 observed subdomains of api.leaptheorytech.com.

Threat posture

History

Related pages

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

Cypher and MCP

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

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