Skip to content

Hostname

cbc2.org

Last fetched

cbc2.org resolves to 1 IPv4 address operated by CROWNCLOUD in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · cbc2.orgRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/cbc2.org

Resolution chain

cbc2.org resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.238.61.150104.238.61.0/24AS199959CROWNCLOUDUS

WHOIS identity

Registrar
iana:146
Organization
columbia basin college
Contact emails

Subdomains

5 observed subdomains of cbc2.org.

Web-graph footprint

Distinct hostnames that link to or from cbc2.org in the public web crawl.

12 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for cbc2.org.

MechanismTarget
SPF_Acbc2.org
SPF_IP104.238.57.165
SPF_MXcbc2.org

Related pages

Pivot deeper into the graph from cbc2.org.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "cbc2.org"})-[: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.