Skip to content

Hostname

bitsurfer.cuhsd.org

Last fetched

bitsurfer.cuhsd.org resolves to 2 IPv4 addresses operated by SCCO - Santa Clara County Office of Education in US.

Nutrition Label

WHISPER CANON · bitsurfer.cuhsd.orgRouting diversity2.4/10Peering density2.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/bitsurfer.cuhsd.org

Resolution chain

bitsurfer.cuhsd.org resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
206.213.157.5206.213.128.0/18AS3734SCCO - Santa Clara County Office of EducationUS
209.68.158.197209.68.128.0/19AS3734SCCO - Santa Clara County Office of EducationUS

WHOIS identity

No WHOIS records are currently associated with bitsurfer.cuhsd.org in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from bitsurfer.cuhsd.org.

Cypher and MCP

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

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