Skip to content

Hostname

web-test.nodanorm.andersenlab.dev

Last fetched

web-test.nodanorm.andersenlab.dev resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · web-test.nodanorm.andersenlab.devRouting diversity3.0/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/web-test.nodanorm.andersenlab.dev

Resolution chain

web-test.nodanorm.andersenlab.dev resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.238.55.1518.238.55.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.55.7618.238.55.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.55.8118.238.55.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.55.9118.238.55.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.163.125.1283.163.124.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.163.125.263.163.124.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.163.125.493.163.124.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.163.125.873.163.124.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.174.113.1123.174.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
3.174.113.1173.174.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
3.174.113.863.174.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
3.174.113.923.174.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI

WHOIS identity

No WHOIS records are currently associated with web-test.nodanorm.andersenlab.dev in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from web-test.nodanorm.andersenlab.dev.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "web-test.nodanorm.andersenlab.dev"})-[: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.