Skip to content

Hostname

sbccd.cc.ca.us

Last fetched

sbccd.cc.ca.us resolves to 1 IPv4 address operated by CENIC-2152 - CENIC in US.

Nutrition Label

WHISPER CANON · sbccd.cc.ca.usRouting diversity1.5/10Peering density8.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/sbccd.cc.ca.us

Resolution chain

sbccd.cc.ca.us resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
207.233.39.22207.233.39.0/24AS2152CENIC-2152 - CENICUS

WHOIS identity

No WHOIS records are currently associated with sbccd.cc.ca.us in WhisperGraph.

Subdomains

85 observed subdomains of sbccd.cc.ca.us.

Web-graph footprint

Distinct hostnames that link to or from sbccd.cc.ca.us in the public web crawl.

12 sites link to this hostname.

71 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

100 SPF mechanisms authorising senders for sbccd.cc.ca.us.

MechanismTarget
SPF_Ainspector.sbccd.cc.ca.us
SPF_Amail.customviewbook.com
SPF_EXISTS%{i}._spf.mta.salesforce.com
SPF_INCLUDE_spf.academicworks.com
SPF_INCLUDE_spfhosted.exlibrisgroup.com
SPF_INCLUDEmail.customviewbook.com
SPF_INCLUDEmh.blackboard.com
SPF_INCLUDEsecure.giftlegacy.com
SPF_INCLUDEspf.elluciancloud.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP103.151.192.0/23
SPF_IP104.130.122.0/23
SPF_IP104.130.206.175
SPF_IP104.130.206.91
SPF_IP104.130.207.166
SPF_IP104.130.222.158
SPF_IP104.130.72.30
SPF_IP104.130.96.0/28
SPF_IP104.47.0.0/17
SPF_IP108.177.8.0/21
SPF_IP108.177.96.0/19
SPF_IP13.111.0.0/16
SPF_IP130.211.0.0/2
SPF_IP136.147.135.0/24
SPF_IP136.147.176.0/24
SPF_IP136.147.182.0/24
SPF_IP143.55.224.0/21
SPF_IP143.55.232.0/22
SPF_IP146.20.112.0/26
SPF_IP146.20.113.0/24
SPF_IP146.20.191.0/24
SPF_IP146.20.191.120/32
SPF_IP146.20.191.121/32
SPF_IP146.20.191.122/32
SPF_IP147.160.167.0/26
SPF_IP149.72.0.0/16
SPF_IP159.112.240.0/20
SPF_IP159.135.224.0/20
SPF_IP159.183.0.0/16
SPF_IP161.38.192.0/20
SPF_IP162.209.88.57
SPF_IP162.209.9.103
SPF_IP162.247.216.63
SPF_IP166.78.237.237
SPF_IP166.78.242.211
SPF_IP166.78.68.0/22
SPF_IP167.89.0.0/17
SPF_IP167.89.101.129
SPF_IP167.89.102.14
SPF_IP167.89.108.81
SPF_IP167.89.11.179
SPF_IP167.89.110.191
SPF_IP167.89.16.8/32
SPF_IP167.89.29.164
SPF_IP167.89.33.104
SPF_IP167.89.33.2
SPF_IP167.89.33.214/32
SPF_IP167.89.69.61/32
SPF_IP167.89.72.118
SPF_IP167.89.76.158/32
SPF_IP167.89.76.163
SPF_IP168.245.0.0/17
SPF_IP172.217.0.0/19
SPF_IP172.217.128.0/19
SPF_IP172.217.160.0/20
SPF_IP172.217.192.0/19
SPF_IP172.217.32.0/20
SPF_IP172.253.112.0/20
SPF_IP172.253.56.0/21
SPF_IP173.194.0.0/16
SPF_IP184.106.13.89/32
SPF_IP184.106.13.93
SPF_IP185.12.80.0/22
SPF_IP188.172.128.0/20
SPF_IP192.161.144.0/20
SPF_IP192.237.158.0/23
SPF_IP192.237.185.183
SPF_IP192.237.186.88
SPF_IP192.254.112.0/20
SPF_IP198.21.0.0/21
SPF_IP198.244.48.0/20
SPF_IP198.245.81.0/24
SPF_IP198.37.144.0/20
SPF_IP198.61.254.0/23
SPF_IP199.122.123.0/24
SPF_IP199.127.232.0/22
SPF_IP199.255.192.0/22
SPF_IP2001:4860:4000::/36
SPF_IP207.233.39.98
SPF_IP208.117.48.0/20
SPF_IP208.185.229.0/24
SPF_IP209.61.151.0/24
SPF_IP209.61.151.224/32
SPF_IP209.73.254.157
SPF_IP209.73.254.158
SPF_IP209.85.128.0/17
SPF_IP216.147.212.20/20
SPF_IP216.147.212.21
SPF_IP216.147.212.22
SPF_IP216.147.212.23

Related pages

Pivot deeper into the graph from sbccd.cc.ca.us.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "sbccd.cc.ca.us"})-[: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.