Hostname
bhc.edu
Last fetched
bhc.edu resolves to 2 IPv4 addresses operated by AUTOMATTIC - Automattic, Inc in US.
Nutrition Label
Resolution chain
bhc.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 |
|---|---|---|---|---|
| 199.16.172.136 | 199.16.172.0/24 | AS2635 | AUTOMATTIC - Automattic, Inc | US |
| 199.16.173.191 | 199.16.173.0/24 | AS2635 | AUTOMATTIC - Automattic, Inc | US |
WHOIS identity
- Registrar
- —
- Organization
- black hawk college
- Contact emails
- —
Subdomains
57 observed subdomains of bhc.edu.
Showing 25 of 57. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bhc.edu in the public web crawl.
386 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for bhc.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.samanage.com |
| SPF_INCLUDE | cust-spf.cashnet.com |
| SPF_INCLUDE | spf-na.exlibrisgroup.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.ess.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.154.17.0/24 |
| SPF_IP | 149.72.147.186/32 |
| SPF_IP | 167.89.101.239/32 |
| SPF_IP | 192.183.82.96/27 |
| SPF_IP | 208.123.251.32/27 |
| SPF_IP | 216.17.93.137/32 |
| SPF_IP | 216.175.24.0/24 |
Related pages
Pivot deeper into the graph from bhc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bhc.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.