Hostname
dot.ca.gov
Last fetched
dot.ca.gov resolves to 2 IPv4 addresses operated by CA-DOTNET-AS - California Department of Transportation in US.
Nutrition Label
Resolution chain
dot.ca.gov resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 149.136.20.186 | 149.136.0.0/16 | AS1348 | CA-DOTNET-AS - California Department of Transportation | US |
| 149.136.36.108 | 149.136.0.0/16 | AS1348 | CA-DOTNET-AS - California Department of Transportation | US |
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 dot.ca.gov in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for dot.ca.gov.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | icpbounce.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf-004aba01.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.136.17.27/32 |
| SPF_IP | 149.136.17.28/32 |
| SPF_IP | 149.136.20.74/32 |
| SPF_IP | 149.136.33.20/31 |
Related pages
Pivot deeper into the graph from dot.ca.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dot.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.