Skip to content

Hostname

anrd.live

Last fetched

anrd.live resolves to 9 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:625 as the registrar.

Nutrition Label

WHISPER CANON · anrd.liveRouting diversity4.8/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint3.2/10canon.whisper.security/host/anrd.live

Resolution chain

anrd.live resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.59.251.11013.58.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
18.117.50.14118.116.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
18.221.204.4618.220.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
18.223.150.15818.220.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
3.132.240.653.132.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
3.140.172.623.136.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.145.234.963.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.15.47.1483.14.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
3.20.200.43.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:625
Organization
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from anrd.live.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "anrd.live"})-[: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.