Hostname
bcsh.ca.gov
Last fetched
bcsh.ca.gov resolves to 1 IPv4 address operated by CTA-42-AS1226 - California Department of Technology in US.
Nutrition Label
Resolution chain
bcsh.ca.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 |
|---|---|---|---|---|
| 159.145.8.19 | 159.145.0.0/16 | AS1226 | CTA-42-AS1226 - California Department of Technology | US |
WHOIS identity
No WHOIS records are currently associated with bcsh.ca.gov in WhisperGraph.
Subdomains
4 observed subdomains of bcsh.ca.gov.
Web-graph footprint
Distinct hostnames that link to or from bcsh.ca.gov in the public web crawl.
319 sites link to this hostname.
98 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for bcsh.ca.gov.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-002cb501.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 159.145.101.30 |
| SPF_IP | 159.145.101.31 |
| SPF_IP | 159.145.101.32 |
| SPF_IP | 159.145.101.33 |
| SPF_IP | 159.145.101.34 |
Related pages
Pivot deeper into the graph from bcsh.ca.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bcsh.ca.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.