Skip to content

Hostname

bc3.edu

Last fetched

bc3.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.

Nutrition Label

WHISPER CANON · bc3.eduRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/bc3.edu

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.

Web-graph footprint

Distinct hostnames that link to or from bc3.edu in the public web crawl.

267 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

65 SPF mechanisms authorising senders for bc3.edu.

MechanismTarget
SPF_INCLUDE_spf.eu.mailgun.org
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDE_spf1.mailgun.org
SPF_INCLUDE_spf2.mailgun.org
SPF_INCLUDEamazonses.com
SPF_INCLUDEoutboundmail.blackbaud.net
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEus._netblocks.mimecast.com
SPF_IP13.110.74.161/28
SPF_IP13.110.74.162
SPF_IP13.110.74.163
SPF_IP13.110.74.164
SPF_IP13.110.74.165
SPF_IP13.110.74.166
SPF_IP13.110.74.167
SPF_IP13.110.74.168
SPF_IP13.110.74.169
SPF_IP13.110.74.170
SPF_IP13.110.74.171
SPF_IP13.110.74.172
SPF_IP13.110.74.173
SPF_IP13.110.74.174
SPF_IP13.110.74.175
SPF_IP143.55.227.190
SPF_IP157.245.1.205
SPF_IP168.245.92.241
SPF_IP192.230.230.0/24
SPF_IP192.230.230.0/25
SPF_IP192.230.237.0/24
SPF_IP192.230.238.0/24
SPF_IP198.105.13.131/32
SPF_IP198.187.196.100/32
SPF_IP198.187.196.130/32
SPF_IP204.73.44.226/32
SPF_IP204.73.44.228/32
SPF_IP216.17.93.137/32
SPF_IP23.22.228.238/32
SPF_IP24.101.25.167
SPF_IP24.101.25.170
SPF_IP24.101.25.254
SPF_IP34.195.154.146
SPF_IP34.197.133.25/32
SPF_IP34.198.69.238/32
SPF_IP34.231.156.186/32
SPF_IP35.168.199.206/32
SPF_IP37.216.222.128/28
SPF_IP44.209.161.104
SPF_IP44.211.0.61
SPF_IP52.204.31.221/32
SPF_IP52.206.75.63/32
SPF_IP52.45.50.190/32
SPF_IP54.197.63.203/32
SPF_IP54.236.154.206
SPF_IP54.82.255.166/32
SPF_IP54.85.76.43/32
SPF_IP67.133.94.131/32
SPF_IP69.196.238.0/28
SPF_IP69.196.241.0/24
SPF_IP69.196.242.0/24
SPF_IP69.196.242.128/28
SPF_IP98.118.152.26
SPF_IP98.118.152.27
SPF_IP98.118.152.28
SPF_IP98.118.152.29
SPF_IP98.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.