Hostname
lbcc.edu
Last fetched
lbcc.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
lbcc.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
- long beach city college
- Contact emails
- —
Subdomains
208 observed subdomains of lbcc.edu.
Showing 25 of 208. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from lbcc.edu in the public web crawl.
857 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
48 SPF mechanisms authorising senders for lbcc.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | secure.giftlegacy.com |
| SPF_INCLUDE | spf.blackboardconnect.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.finalsiteconnect.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.digitaldeployment.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 148.105.0.0/16 |
| SPF_IP | 148.59.100.16/28 |
| SPF_IP | 165.193.255.42 |
| SPF_IP | 165.193.255.49 |
| SPF_IP | 167.89.118.48/32 |
| SPF_IP | 167.89.123.50/32 |
| SPF_IP | 167.89.16.8/32 |
| SPF_IP | 168.245.108.49 |
| SPF_IP | 168.245.122.109/32 |
| SPF_IP | 168.245.122.5 |
| SPF_IP | 168.245.24.84 |
| SPF_IP | 168.245.62.247 |
| SPF_IP | 176.31.145.254/32 |
| SPF_IP | 184.173.105.147 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 198.37.147.162 |
| SPF_IP | 198.37.148.23 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 207.233.64.0/24 |
| SPF_IP | 207.233.64.101 |
| SPF_IP | 207.233.64.136 |
| SPF_IP | 207.233.64.20 |
| SPF_IP | 208.185.229.41/32 |
| SPF_IP | 208.185.229.42/32 |
| SPF_IP | 208.185.229.43/32 |
| SPF_IP | 208.185.229.44/32 |
| SPF_IP | 208.185.229.45/32 |
| SPF_IP | 208.75.123.0/24 |
| SPF_IP | 217.86.134.141 |
| SPF_IP | 2607:f380:a43:1010:0:0:0:64 |
| SPF_IP | 2607:f380:a43:10:0:0:0:1136 |
| SPF_IP | 35.80.141.6/32 |
| SPF_IP | 44.229.121.55/32 |
| SPF_IP | 50.31.43.252/32 |
| SPF_IP | 54.219.191.20 |
| SPF_IP | 65.254.37.50 |
| SPF_IP | 66.151.109.0/24 |
| SPF_IP | 66.77.173.243 |
| SPF_IP | 68.64.190.112 |
| SPF_IP | 74.122.104.0/22 |
Related pages
Pivot deeper into the graph from lbcc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lbcc.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.