Hostname
dds.ca.gov
Last fetched
dds.ca.gov resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FI.
Nutrition Label
Resolution chain
dds.ca.gov resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.164.68.104 | 3.164.68.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.164.68.114 | 3.164.68.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.164.68.26 | 3.164.68.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.164.68.55 | 3.164.68.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.168.132.11 | 3.128.0.0/10 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.132.126 | 3.128.0.0/10 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.132.56 | 3.128.0.0/10 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.132.80 | 3.128.0.0/10 | AS16509 | AMAZON-02 - Amazon.com, Inc. | 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 dds.ca.gov in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for dds.ca.gov.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-003ca101.pphosted.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.mail.ca.gov |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf2.dds.ca.gov |
| SPF_INCLUDE | wappmail.com |
Related pages
Pivot deeper into the graph from dds.ca.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dds.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.