Skip to content

Hostname

test-assets.getloop.ws

Last fetched

test-assets.getloop.ws resolves to 16 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · test-assets.getloop.wsRouting diversity5.6/10Peering density6.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/test-assets.getloop.ws

Resolution chain

test-assets.getloop.ws resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.49.17.70101.0.6.0/23AS14618AMAZON-AES - Amazon.com, Inc.US
100.51.45.25101.0.6.0/23AS14618AMAZON-AES - Amazon.com, Inc.US
18.206.27.12318.232.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
3.217.100.1253.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.233.97.1393.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.94.66.1493.80.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.195.201.14035.4.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
34.197.206.2235.4.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
34.197.211.7335.4.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
44.212.232.445.2.212.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
44.212.247.12145.2.212.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
52.4.201.15052.28.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
52.45.21.8452.46.20.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
52.54.119.22752.66.64.0/18AS14618AMAZON-AES - Amazon.com, Inc.US
54.157.186.14654.178.128.0/17AS14618AMAZON-AES - Amazon.com, Inc.US
98.86.145.12498.96.177.0/24AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with test-assets.getloop.ws in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from test-assets.getloop.ws.

Cypher and MCP

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

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