Hostname
bc3.edu
Last fetched
bc3.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
bc3.edu has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- —
- Organization
- butler county community college
- Contact emails
- —
Subdomains
49 observed subdomains of bc3.edu.
Showing 25 of 49. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bc3.edu in the public web crawl.
267 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
65 SPF mechanisms authorising senders for bc3.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.eu.mailgun.org |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _spf1.mailgun.org |
| SPF_INCLUDE | _spf2.mailgun.org |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_IP | 13.110.74.161/28 |
| SPF_IP | 13.110.74.162 |
| SPF_IP | 13.110.74.163 |
| SPF_IP | 13.110.74.164 |
| SPF_IP | 13.110.74.165 |
| SPF_IP | 13.110.74.166 |
| SPF_IP | 13.110.74.167 |
| SPF_IP | 13.110.74.168 |
| SPF_IP | 13.110.74.169 |
| SPF_IP | 13.110.74.170 |
| SPF_IP | 13.110.74.171 |
| SPF_IP | 13.110.74.172 |
| SPF_IP | 13.110.74.173 |
| SPF_IP | 13.110.74.174 |
| SPF_IP | 13.110.74.175 |
| SPF_IP | 143.55.227.190 |
| SPF_IP | 157.245.1.205 |
| SPF_IP | 168.245.92.241 |
| SPF_IP | 192.230.230.0/24 |
| SPF_IP | 192.230.230.0/25 |
| SPF_IP | 192.230.237.0/24 |
| SPF_IP | 192.230.238.0/24 |
| SPF_IP | 198.105.13.131/32 |
| SPF_IP | 198.187.196.100/32 |
| SPF_IP | 198.187.196.130/32 |
| SPF_IP | 204.73.44.226/32 |
| SPF_IP | 204.73.44.228/32 |
| SPF_IP | 216.17.93.137/32 |
| SPF_IP | 23.22.228.238/32 |
| SPF_IP | 24.101.25.167 |
| SPF_IP | 24.101.25.170 |
| SPF_IP | 24.101.25.254 |
| SPF_IP | 34.195.154.146 |
| SPF_IP | 34.197.133.25/32 |
| SPF_IP | 34.198.69.238/32 |
| SPF_IP | 34.231.156.186/32 |
| SPF_IP | 35.168.199.206/32 |
| SPF_IP | 37.216.222.128/28 |
| SPF_IP | 44.209.161.104 |
| SPF_IP | 44.211.0.61 |
| SPF_IP | 52.204.31.221/32 |
| SPF_IP | 52.206.75.63/32 |
| SPF_IP | 52.45.50.190/32 |
| SPF_IP | 54.197.63.203/32 |
| SPF_IP | 54.236.154.206 |
| SPF_IP | 54.82.255.166/32 |
| SPF_IP | 54.85.76.43/32 |
| SPF_IP | 67.133.94.131/32 |
| SPF_IP | 69.196.238.0/28 |
| SPF_IP | 69.196.241.0/24 |
| SPF_IP | 69.196.242.0/24 |
| SPF_IP | 69.196.242.128/28 |
| SPF_IP | 98.118.152.26 |
| SPF_IP | 98.118.152.27 |
| SPF_IP | 98.118.152.28 |
| SPF_IP | 98.118.152.29 |
| SPF_IP | 98.118.152.30 |
Related pages
Pivot deeper into the graph from bc3.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bc3.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.