Hostname
ssfca.gov
Last fetched
ssfca.gov is a registered hostname under the .gov top-level domain. Live infrastructure data is temporarily unavailable; refresh in a moment.
Nutrition Label
Resolution chain
Resolution chain data is temporarily unavailable. Refresh in a moment to retry.
WHOIS identity
No WHOIS records are currently associated with ssfca.gov in WhisperGraph.
Subdomains
22 observed subdomains of ssfca.gov.
Web-graph footprint
Distinct hostnames that link to or from ssfca.gov in the public web crawl.
12 sites link to this hostname.
331 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for ssfca.gov.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _nb1.emailcampaigns.net |
| SPF_INCLUDE | _nb2.emailcampaigns.net |
| SPF_INCLUDE | _spf.fireeyecloud.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf-us.appmail.granicusgovaccess.net |
| SPF_INCLUDE | spf.dynect.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 199.181.122.2/32 |
| SPF_IP | 205.207.104.0/22 |
| SPF_IP | 208.75.120.0/22 |
| SPF_IP | 209.234.100.128/25 |
| SPF_IP | 54.247.170.120/32 |
| SPF_IP | 69.5.85.0/24 |
| SPF_IP | 69.5.90.0/24 |
Related pages
Pivot deeper into the graph from ssfca.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ssfca.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.