Skip to content

Hostname

test.devcon5.ch

Last fetched

test.devcon5.ch resolves to 16 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · test.devcon5.chRouting diversity5.6/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/test.devcon5.ch

Resolution chain

test.devcon5.ch resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.15.185.3416.15.184.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.187.13916.15.184.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.195.19016.15.192.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.207.12816.15.200.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.217.16016.15.216.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.182.69.7716.182.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
16.182.70.24516.182.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
16.182.75.2116.182.72.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.60.18152.216.48.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.60.25352.216.48.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.61.13352.216.48.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.203.3752.217.192.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.229.3752.217.224.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.75.18752.217.75.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.135.2954.231.128.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.168.13354.231.160.0/19AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with test.devcon5.ch in WhisperGraph.

Subdomains

1 observed subdomain of test.devcon5.ch.

Threat posture

History

Related pages

Pivot deeper into the graph from test.devcon5.ch.

Cypher and MCP

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

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