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
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.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 100.23.148.231 | 100.42.89.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 16.148.0.19 | 16.162.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 16.148.148.222 | 16.164.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 35.155.15.21 | 35.181.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 35.160.21.134 | 35.184.0.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 35.85.249.240 | 35.96.9.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.238.107.168 | 45.2.228.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.253.110.75 | 45.2.228.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.11.5.199 | 52.46.7.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.32.1.155 | 52.46.30.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.41.172.155 | 52.46.35.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.41.207.241 | 52.46.35.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.184.195.255 | 54.192.39.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.186.176.132 | 54.192.40.0/24 | AS16509 | AMAZON-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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.