Hostname
bcc.ctc.edu
Last fetched
bcc.ctc.edu resolves to 2 IPv4 addresses operated by WA-K20 - Washington State K-20 Telecommunications Network in US.
Nutrition Label
Resolution chain
bcc.ctc.edu resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 134.39.81.217 | 134.39.0.0/16 | AS10430 | WA-K20 - Washington State K-20 Telecommunications Network | US |
| 168.156.38.195 | 168.156.0.0/18 | AS10430 | WA-K20 - Washington State K-20 Telecommunications Network | US |
WHOIS identity
No WHOIS records are currently associated with bcc.ctc.edu in WhisperGraph.
Subdomains
114 observed subdomains of bcc.ctc.edu.
Showing 25 of 114. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bcc.ctc.edu in the public web crawl.
43 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for bcc.ctc.edu.
| Mechanism | Target |
|---|---|
| SPF_A | bcc.ctc.edu |
| SPF_IP | 134.39.81.0/24 |
| SPF_IP | 134.39.87.0/24 |
| SPF_IP | 168.156.32.0/21 |
| SPF_IP | 168.156.40.0/21 |
| SPF_MX | bcc.ctc.edu |
Related pages
Pivot deeper into the graph from bcc.ctc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bcc.ctc.edu"})-[: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.