Skip to content

Hostname

test-ws.protossecurity.com

Last fetched

test-ws.protossecurity.com resolves to 11 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · test-ws.protossecurity.comRouting diversity4.5/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/test-ws.protossecurity.com

Resolution chain

test-ws.protossecurity.com resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.25.145.108100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
100.26.157.166100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
100.30.70.45100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
3.225.52.1823.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.227.28.2543.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.230.183.2153.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
52.71.126.15952.70.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.152.200.19954.152.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
54.243.121.7854.242.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
75.101.212.6775.101.128.0/17AS14618AMAZON-AES - Amazon.com, Inc.US
98.87.141.9798.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with test-ws.protossecurity.com in WhisperGraph.

Subdomains

8 observed subdomains of test-ws.protossecurity.com.

Threat posture

History

Related pages

Pivot deeper into the graph from test-ws.protossecurity.com.

Cypher and MCP

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

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