Skip to content

Hostname

aws.usps.org

Last fetched

aws.usps.org resolves to 16 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · aws.usps.orgRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/aws.usps.org

Resolution chain

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

IPPrefixASNOperatorCountry
16.15.176.8216.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.181.12316.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.181.14416.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.183.9916.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.186.16316.15.184.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.191.20816.15.184.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.191.25116.15.184.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.199.2016.15.192.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.207.18716.15.200.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.207.5016.15.200.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
52.216.217.6952.216.208.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.94.17052.216.94.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.105.11552.217.104.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.112.19752.217.112.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.45.19552.217.45.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.134.20554.231.128.0/19AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with aws.usps.org in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for aws.usps.org.

MechanismTarget
SPF_INCLUDEamazonses.com

Related pages

Pivot deeper into the graph from aws.usps.org.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "aws.usps.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.