Skip to content

Hostname

aoc.gov

Last fetched

aoc.gov resolves to 1 IPv4 address operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · aoc.govRouting diversity1.5/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint8.6/10canon.whisper.security/host/aoc.gov

Resolution chain

aoc.gov resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
54.172.139.10854.172.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with aoc.gov in WhisperGraph.

Subdomains

91 observed subdomains of aoc.gov.

Web-graph footprint

Distinct hostnames that link to or from aoc.gov in the public web crawl.

2,349 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

19 SPF mechanisms authorising senders for aoc.gov.

MechanismTarget
SPF_Adnsus1.accellion.com
SPF_INCLUDE_spf.qp-mail.com
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEaocgovus.onmicrosoft.com
SPF_INCLUDEspf-us.appmail.granicusgovaccess.net
SPF_INCLUDEspf.protection.outlook.com
SPF_IP12.198.148.12
SPF_IP161.197.100.0/24
SPF_IP161.197.102.0/24
SPF_IP161.197.28.0/24
SPF_IP161.197.29.0/24
SPF_IP161.197.33.0/24
SPF_IP192.136.24.0/24
SPF_IP34.230.157.20
SPF_IP34.236.94.121
SPF_IP64.79.169.80/32
SPF_IP76.227.222.185/32
SPF_MXaoc.gov

Related pages

Pivot deeper into the graph from aoc.gov.

Cypher and MCP

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

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