Skip to content

Hostname

cablelabs.com

Last fetched

cablelabs.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · cablelabs.comRouting diversity3.9/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency10.0/10Resolver footprint5.6/10canon.whisper.security/host/cablelabs.com

Resolution chain

cablelabs.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.23.137.97100.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
16.145.102.2516.145.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
16.146.133.20416.146.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
44.232.161.4144.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.253.145.4244.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
52.36.45.19152.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:146
Organization
cable television laboratories,
Contact emails

Subdomains

91 observed subdomains of cablelabs.com.

Web-graph footprint

Distinct hostnames that link to or from cablelabs.com in the public web crawl.

767 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for cablelabs.com.

MechanismTarget
SPF_INCLUDE1697621.spf02.hubspotemail.net
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEspf.cablelabs.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP104.196.39.114
SPF_IP173.203.169.104

Related pages

Pivot deeper into the graph from cablelabs.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "cablelabs.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.