Skip to content

Hostname

ipgeocode-prf.api.intuit.com

Last fetched

ipgeocode-prf.api.intuit.com resolves to 14 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · ipgeocode-prf.api.intuit.comRouting diversity5.6/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/ipgeocode-prf.api.intuit.com

Resolution chain

ipgeocode-prf.api.intuit.com resolves to 14 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.23.148.231100.42.89.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
16.148.0.1916.162.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
16.148.148.22216.164.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
35.155.15.2135.181.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
35.160.21.13435.184.0.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
35.85.249.24035.96.9.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
44.238.107.16845.2.228.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
44.253.110.7545.2.228.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.11.5.19952.46.7.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.32.1.15552.46.30.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.41.172.15552.46.35.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.41.207.24152.46.35.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.184.195.25554.192.39.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.186.176.13254.192.40.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with ipgeocode-prf.api.intuit.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from ipgeocode-prf.api.intuit.com.

Cypher and MCP

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

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