Skip to content

Hostname

admin.learntest.link

Last fetched

admin.learntest.link resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AR.

Nutrition Label

WHISPER CANON · admin.learntest.linkRouting diversity2.4/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/admin.learntest.link

Resolution chain

admin.learntest.link resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.160.119.113.160.116.0/22AS16509AMAZON-02 - Amazon.com, Inc.AR
3.160.119.233.160.116.0/22AS16509AMAZON-02 - Amazon.com, Inc.AR
3.160.119.333.160.116.0/22AS16509AMAZON-02 - Amazon.com, Inc.AR
3.160.119.723.160.116.0/22AS16509AMAZON-02 - Amazon.com, Inc.AR
3.170.73.353.170.72.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.170.73.393.170.72.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.170.73.503.170.72.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.170.73.683.170.72.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with admin.learntest.link in WhisperGraph.

Subdomains

1 observed subdomain of admin.learntest.link.

Threat posture

History

Related pages

Pivot deeper into the graph from admin.learntest.link.

Cypher and MCP

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

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