Hostname
fws.gov
Last fetched
fws.gov resolves to 13 IPv4 addresses operated by AKAMAI-ASN1 in DE.
Nutrition Label
Resolution chain
fws.gov resolves to 13 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.17.100.145 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.153 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.239.22 | 2.21.239.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.239.25 | 2.21.239.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.215.11.232 | 23.215.11.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.215.11.239 | 23.215.11.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.53.43.51 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.43.81 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 23.54.118.39 | 23.54.118.0/24 | AS20940 | AKAMAI-ASN1 | SG |
| 23.54.118.50 | 23.54.118.0/24 | AS20940 | AKAMAI-ASN1 | SG |
| 23.55.163.171 | 23.55.163.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.101.111.166 | 95.101.111.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.101.111.179 | 95.101.111.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from fws.gov in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for fws.gov.
| Mechanism | Target |
|---|---|
| SPF_A | c.spf.service-now.com |
| SPF_EXISTS | %{i}._spf.mta.salesforce.com |
| SPF_INCLUDE | _spf.doi.gov |
| SPF_INCLUDE | _spf.ips.fws.gov |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.dynect.net |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from fws.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fws.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.