Hostname
polb.ca.gov
Last fetched
polb.ca.gov resolves to 4 IPv4 addresses operated by AS20940 in BR.
Nutrition Label
Resolution chain
polb.ca.gov resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.20.139.43 | 2.20.139.0/24 | AS20940 | — | BR |
| 2.20.139.45 | 2.20.139.0/24 | AS20940 | — | BR |
| 23.209.72.196 | 23.209.72.0/24 | AS20940 | — | US |
| 23.209.72.198 | 23.209.72.0/24 | AS20940 | — | US |
WHOIS identity
No WHOIS records are currently associated with polb.ca.gov in WhisperGraph.
Subdomains
1 observed subdomain of polb.ca.gov.
| Subdomain |
|---|
| www.polb.ca.gov |
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for polb.ca.gov.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_MX | polb.ca.gov |
Related pages
Pivot deeper into the graph from polb.ca.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "polb.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.