Skip to content

Hostname

test.icarry.com

Last fetched

test.icarry.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · test.icarry.comRouting diversity4.2/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/test.icarry.com

Resolution chain

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

IPPrefixASNOperatorCountry
16.145.176.11216.146.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
16.145.33.19016.146.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
35.155.96.22535.156.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
35.160.121.15235.168.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
35.166.52.5435.168.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
44.224.23.13745.0.208.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
54.185.218.15654.190.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
54.201.240.13454.206.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with test.icarry.com in WhisperGraph.

Subdomains

1 observed subdomain of test.icarry.com.

Threat posture

History

Related pages

Pivot deeper into the graph from test.icarry.com.

Cypher and MCP

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

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