Hostname
cbs.com
Last fetched
cbs.com resolves to 3 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
cbs.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 100.28.104.175 | 100.24.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.157.108.158 | 54.156.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 98.83.184.133 | 98.80.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:292
- Organization
- cbs broadcasting
- Contact emails
Subdomains
278 observed subdomains of cbs.com.
Showing 25 of 278. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cbs.com in the public web crawl.
15,521 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
18 SPF mechanisms authorising senders for cbs.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _netblocks.viacom.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf-00262c02.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 170.20.0.0/16 |
| SPF_IP | 192.238.125.248/29 |
| SPF_IP | 192.238.127.124/30 |
| SPF_IP | 192.238.95.12/31 |
| SPF_IP | 192.238.95.141/27 |
| SPF_IP | 198.99.118.0/23 |
| SPF_IP | 199.85.116.25 |
| SPF_IP | 216.239.112.0/20 |
| SPF_IP | 52.5.134.202/32 |
| SPF_IP | 64.30.227.218/32 |
| SPF_IP | 64.30.231.0/25 |
| SPF_IP | 66.171.202.1/32 |
| SPF_IP | 74.125.148.0/22 |
Related pages
Pivot deeper into the graph from cbs.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cbs.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.