Skip to content

Hostname

test.user-click.phishtrain.org

Last fetched

test.user-click.phishtrain.org resolves to 14 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · test.user-click.phishtrain.orgRouting diversity5.4/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/test.user-click.phishtrain.org

Resolution chain

test.user-click.phishtrain.org resolves to 14 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.30.13.24100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
100.50.235.177100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
18.213.32.19818.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
3.217.161.73.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.232.212.2073.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.81.181.2533.80.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.225.142.9234.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.226.174.1334.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.209.168.3244.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
54.211.225.11954.211.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
98.80.157.11698.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
98.90.248.198.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
100.50.209.146100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
18.211.253.2218.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with test.user-click.phishtrain.org in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from test.user-click.phishtrain.org.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "test.user-click.phishtrain.org"})-[: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.