Hostname
biola.edu
Last fetched
biola.edu resolves to 1 IPv4 address operated by BIOLA---BIOLA-UNIVERSITY - Biola University, Inc. in US.
Nutrition Label
Resolution chain
biola.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 |
|---|---|---|---|---|
| 199.19.144.30 | 199.19.144.0/24 | AS10558 | BIOLA---BIOLA-UNIVERSITY - Biola University, Inc. | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from biola.edu in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
27 SPF mechanisms authorising senders for biola.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.elluciancloud.com |
| SPF_IP | 148.59.100.16/28 |
| SPF_IP | 167.89.16.8/32 |
| SPF_IP | 198.187.196.100/32 |
| SPF_IP | 199.19.144.0/24 |
| SPF_IP | 199.19.144.30 |
| SPF_IP | 199.19.144.31 |
| SPF_IP | 205.139.104.0/22 |
| SPF_IP | 206.107.42.249/32 |
| SPF_IP | 206.107.42.254/32 |
| SPF_IP | 208.117.49.214/32 |
| SPF_IP | 208.185.229.0/24 |
| SPF_IP | 208.185.235.0/24 |
| SPF_IP | 216.17.118.29 |
| SPF_IP | 216.235.195.0/24 |
| SPF_IP | 35.161.117.160 |
| SPF_IP | 35.80.141.6/32 |
| SPF_IP | 44.229.121.55/32 |
| SPF_IP | 50.31.36.179 |
| SPF_IP | 50.31.43.252/32 |
| SPF_IP | 52.45.50.190/32 |
| SPF_IP | 54.146.129.215/32 |
| SPF_IP | 64.132.88.34/32 |
| SPF_IP | 74.122.104.0/22 |
| SPF_IP | 74.122.104.26 |
| SPF_IP | 74.122.104.64 |
Related pages
Pivot deeper into the graph from biola.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "biola.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.