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
Resolution chain
fcgov.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 198.59.47.203 | 198.59.47.0/24 | AS394748 | QUBIT | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- city of fort collins
- Contact emails
Subdomains
109 observed subdomains of fcgov.com.
Showing 25 of 109. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fcgov.com in the public web crawl.
2,101 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for fcgov.com.
| Mechanism | Target |
|---|---|
| SPF_A | swmail.showare.com |
| SPF_INCLUDE | _spf.smtp.com |
| SPF_INCLUDE | _spfvendor.fcgov.com |
| SPF_INCLUDE | _spfvendor2.fcgov.com |
| SPF_INCLUDE | _spfvendor3.fcgov.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 198.59.47.203 |
| SPF_IP | 208.185.229.0/24 |
| SPF_IP | 208.185.235.0/24 |
| SPF_MX | fcgov.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.