Skip to content

Hostname

dfc.gov

Last fetched

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

Nutrition Label

WHISPER CANON · dfc.govRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/dfc.gov

Resolution chain

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

IPPrefixASNOperatorCountry
52.5.126.4852.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

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

Subdomains

29 observed subdomains of dfc.gov.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

14 SPF mechanisms authorising senders for dfc.gov.

MechanismTarget
SPF_INCLUDErp.oracleemaildelivery.com
SPF_INCLUDEservicenowservices.com
SPF_INCLUDEspf.constantcontact.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf.salesforce.com
SPF_IP141.146.131.0/24
SPF_IP148.87.67.0/24
SPF_IP149.96.192.2
SPF_IP149.96.193.2
SPF_IP192.236.3.45
SPF_IP34.202.72.124
SPF_IP52.222.69.242/32
SPF_IP54.196.143.32
SPF_MXdfc.gov

Related pages

Pivot deeper into the graph from dfc.gov.

Cypher and MCP

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

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