Hostname
fcc.gov
Last fetched
fcc.gov resolves to 6 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in DE.
Nutrition Label
Resolution chain
fcc.gov resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.201.240.191 | 23.201.240.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.203.212.250 | 23.203.208.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 23.210.122.55 | 23.210.112.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.36.234.49 | 23.36.232.0/21 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.45.97.187 | 23.45.96.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.50.67.120 | 23.50.64.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with fcc.gov in WhisperGraph.
Subdomains
137 observed subdomains of fcc.gov.
Showing 25 of 137. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fcc.gov in the public web crawl.
40,105 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for fcc.gov.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf-0024ed01.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.96.192.2 |
| SPF_IP | 149.96.193.2 |
| SPF_IP | 192.104.54.91 |
| SPF_IP | 192.104.54.93 |
| SPF_IP | 192.104.54.97 |
| SPF_IP | 192.133.125.38 |
| SPF_IP | 192.133.125.39 |
Related pages
Pivot deeper into the graph from fcc.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fcc.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.