Skip to content

Hostname

fec.gov

Last fetched

fec.gov resolves to 1 IPv4 address operated by UUNET - Verizon Business in US.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
23.183.88.25423.183.88.0/24AS701UUNET - Verizon BusinessUS

WHOIS identity

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

Subdomains

71 observed subdomains of fec.gov.

Web-graph footprint

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

6,896 sites link to this hostname.

120 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for fec.gov.

MechanismTarget
SPF_INCLUDEamazonses.com
SPF_INCLUDEservice-now.com
SPF_INCLUDEservicenowservices.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP23.183.88.248
SPF_IP52.222.2.155
SPF_IP52.222.5.176/32
SPF_IP54.89.133.2
SPF_IP65.127.216.64/27

Related pages

Pivot deeper into the graph from fec.gov.

Cypher and MCP

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

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