Skip to content

Hostname

usps.co

Last fetched

usps.co resolves to 5 IPv4 addresses operated by AKAMAI-LINODE-AP - Akamai Connected Cloud in US. WHOIS lists iana:1387 as the registrar.

Nutrition Label

WHISPER CANON · usps.coRouting diversity3.5/10Peering density3.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/usps.co

Resolution chain

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

IPPrefixASNOperatorCountry
192.155.84.236192.155.80.0/21AS63949AKAMAI-LINODE-AP - Akamai Connected CloudUS
23.239.3.10423.239.0.0/21AS63949AKAMAI-LINODE-AP - Akamai Connected CloudUS
23.239.4.9323.239.0.0/21AS63949AKAMAI-LINODE-AP - Akamai Connected CloudUS
66.175.216.3666.175.216.0/21AS63949AKAMAI-LINODE-AP - Akamai Connected CloudUS
74.207.241.24574.207.240.0/20AS63949AKAMAI-LINODE-AP - Akamai Connected CloudUS

WHOIS identity

Registrar
iana:1387
Organization
private registration
Contact emails

Subdomains

17 observed subdomains of usps.co.

Web-graph footprint

Distinct hostnames that link to or from usps.co in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from usps.co.

Cypher and MCP

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

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