Hostname
fmcs.gov
Last fetched
fmcs.gov resolves to 1 IPv4 address operated by AS8987 in US.
Nutrition Label
Resolution chain
fmcs.gov 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 |
|---|---|---|---|---|
| 96.127.73.102 | 96.127.0.0/17 | AS8987 | — | US |
WHOIS identity
No WHOIS records are currently associated with fmcs.gov in WhisperGraph.
Subdomains
22 observed subdomains of fmcs.gov.
Web-graph footprint
Distinct hostnames that link to or from fmcs.gov in the public web crawl.
347 sites link to this hostname.
49 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for fmcs.gov.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 152.180.37.37 |
| SPF_IP | 216.200.231.226/32 |
| SPF_IP | 38.120.135.35/32 |
| SPF_IP | 65.196.93.7/32 |
| SPF_IP | 66.16.86.162 |
| SPF_IP | 96.127.73.102 |
Related pages
Pivot deeper into the graph from fmcs.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fmcs.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.