Hostname
mbcs.edu
Last fetched
mbcs.edu resolves to 1 IPv4 address operated by AS43515 in US.
Nutrition Label
Resolution chain
mbcs.edu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 35.215.110.196 | 35.215.64.0/18 | AS43515 | — | US |
WHOIS identity
- Registrar
- —
- Organization
- maryland bible college & seminary
- Contact emails
- —
Subdomains
2 observed subdomains of mbcs.edu.
| Subdomain |
|---|
| open.mbcs.edu |
| www.mbcs.edu |
Web-graph footprint
Distinct hostnames that link to or from mbcs.edu in the public web crawl.
20 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for mbcs.edu.
| Mechanism | Target |
|---|---|
| SPF_A | lan.ggwo.org |
| SPF_A | mbcs.edu |
| SPF_A | retail.smtp.com |
| SPF_A | smtp.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | retailspf.smtp.com |
| SPF_IP | 50.221.141.169 |
| SPF_IP | 50.221.141.170 |
| SPF_IP | 50.221.141.179 |
| SPF_IP | 50.221.141.180 |
| SPF_IP | 50.221.141.181 |
| SPF_IP | 50.221.141.182 |
| SPF_IP | 74.208.86.151 |
| SPF_IP | 96.95.15.65 |
| SPF_MX | mbcs.edu |
Related pages
Pivot deeper into the graph from mbcs.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mbcs.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.