Skip to content

Hostname

aws.training

Last fetched

aws.training resolves to 20 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:470 as the registrar.

Nutrition Label

WHISPER CANON · aws.trainingRouting diversity3.9/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/aws.training

Resolution chain

aws.training resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.156.201.35108.156.200.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
108.156.201.48108.156.200.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
108.156.201.78108.156.200.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
108.156.201.83108.156.200.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.245.46.10118.245.44.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.245.46.3318.245.44.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.245.46.518.245.44.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.245.46.7618.245.44.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
3.164.230.1173.164.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
3.164.230.183.164.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
3.164.230.303.164.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
3.164.230.723.164.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
54.192.35.12454.192.34.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
54.192.35.3354.192.34.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
54.192.35.7554.192.34.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
54.192.35.9454.192.34.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
65.9.130.10565.9.130.0/23AS16509AMAZON-02 - Amazon.com, Inc.
65.9.130.2665.9.130.0/23AS16509AMAZON-02 - Amazon.com, Inc.
65.9.130.1265.9.130.0/23AS16509AMAZON-02 - Amazon.com, Inc.
65.9.130.12765.9.130.0/23AS16509AMAZON-02 - Amazon.com, Inc.

WHOIS identity

Registrar
iana:470
Organization
hostmaster, amazon legal dept.
Contact emails

Subdomains

58 observed subdomains of aws.training.

Web-graph footprint

Distinct hostnames that link to or from aws.training in the public web crawl.

896 sites link to this hostname.

12 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for aws.training.

MechanismTarget
SPF_INCLUDEamazonses.com
SPF_INCLUDEdocebosaas.com

Related pages

Pivot deeper into the graph from aws.training.

Cypher and MCP

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

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