All hostnames abtesting.intuit.com resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label WHISPER CANON · abtesting.intuit.com Routing diversity 5.2/10 Peering density 9.3/10 MOAS conflict ✓ none Threat-feed listings 10.0/10 WHOIS transparency 0.0/10 Resolver footprint 0.0/10 canon.whisper.security/host/abtesting.intuit.com Resolution chain abtesting.intuit.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
IP Prefix ASN Operator Country 100.22.10.86 100.20.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 100.22.49.75 100.20.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 100.23.44.48 100.20.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 16.145.122.131 16.145.0.0/16 AS16509 AMAZON-02 - Amazon.com, Inc. US 16.148.157.227 16.148.128.0/17 AS16509 AMAZON-02 - Amazon.com, Inc. US 34.209.59.151 34.208.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 34.215.108.182 34.208.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 34.217.232.60 34.208.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.165.56.70 35.160.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.239.34.167 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.255.152.77 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.10.214.66 52.10.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.11.14.137 52.10.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.13.186.52 52.12.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.39.234.24 52.36.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 54.68.147.172 54.68.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. US
WHOIS identity No WHOIS records are currently associated with abtesting.intuit.com in WhisperGraph.
Related pages Pivot deeper into the graph from abtesting.intuit.com.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "abtesting.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 .