Skip to content

Hostname

fcgov.com

Last fetched

fcgov.com resolves to 1 IPv4 address operated by QUBIT in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · fcgov.comRouting diversity1.5/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/fcgov.com

Resolution chain

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

IPPrefixASNOperatorCountry
198.59.47.203198.59.47.0/24AS394748QUBITUS

WHOIS identity

Registrar
iana:146
Organization
city of fort collins
Contact emails

Subdomains

109 observed subdomains of fcgov.com.

Web-graph footprint

Distinct hostnames that link to or from fcgov.com in the public web crawl.

2,101 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

10 SPF mechanisms authorising senders for fcgov.com.

MechanismTarget
SPF_Aswmail.showare.com
SPF_INCLUDE_spf.smtp.com
SPF_INCLUDE_spfvendor.fcgov.com
SPF_INCLUDE_spfvendor2.fcgov.com
SPF_INCLUDE_spfvendor3.fcgov.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP198.59.47.203
SPF_IP208.185.229.0/24
SPF_IP208.185.235.0/24
SPF_MXfcgov.com

Related pages

Pivot deeper into the graph from fcgov.com.

Cypher and MCP

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

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