Hostname
cdbaby.com
Last fetched
cdbaby.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
cdbaby.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:69
- Organization
- audio and video labs,
- Contact emails
Subdomains
48 observed subdomains of cdbaby.com.
Showing 25 of 48. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cdbaby.com in the public web crawl.
15,675 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for cdbaby.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.atlassian.net |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | mg-spf.greenhouse.io |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 148.105.0.0/16 |
| SPF_IP | 192.2.128.0/18 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 208.176.53.195/32 |
| SPF_IP | 208.85.55.207/32 |
| SPF_IP | 65.155.172.144/29 |
| SPF_IP | 65.199.213.14/32 |
| SPF_IP | 72.15.238.192/26 |
Related pages
Pivot deeper into the graph from cdbaby.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cdbaby.com"})-[: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.