Skip to content

Hostname

apim.dev.frisvy.com

Last fetched

apim.dev.frisvy.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · apim.dev.frisvy.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/apim.dev.frisvy.com

Resolution chain

apim.dev.frisvy.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
52.84.217.10752.84.217.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.84.217.11552.84.217.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.84.217.11652.84.217.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.84.217.7552.84.217.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.174.12854.240.174.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
54.240.174.254.240.174.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
54.240.174.3554.240.174.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
54.240.174.6654.240.174.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB

WHOIS identity

No WHOIS records are currently associated with apim.dev.frisvy.com in WhisperGraph.

Subdomains

1 observed subdomain of apim.dev.frisvy.com.

Threat posture

History

Related pages

Pivot deeper into the graph from apim.dev.frisvy.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "apim.dev.frisvy.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.