Skip to content

Hostname

experimentation.us.api.intuit.com

Last fetched

experimentation.us.api.intuit.com resolves to 9 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · experimentation.us.api.intuit.comRouting diversity4.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/experimentation.us.api.intuit.com

Resolution chain

experimentation.us.api.intuit.com resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.20.69.189100.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
44.242.99.12644.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.254.160.25244.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
52.37.99.17252.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
54.184.209.8254.184.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.200.165.17054.200.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.201.13.15654.200.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.70.155.10354.70.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
184.33.8.22184.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with experimentation.us.api.intuit.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from experimentation.us.api.intuit.com in the public web crawl.

5 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from experimentation.us.api.intuit.com.

Cypher and MCP

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

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