Hostname
doane.edu
Last fetched
doane.edu resolves to 4 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
doane.edu resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.20.26.49 | 104.20.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.156.202 | 172.66.144.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 8.47.69.0 | 8.47.69.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | US |
| 8.6.112.0 | 8.6.112.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- doane college
- Contact emails
- —
Subdomains
50 observed subdomains of doane.edu.
Showing 25 of 50. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from doane.edu in the public web crawl.
441 sites link to this hostname.
93 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for doane.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf2.doane.edu |
| SPF_IP | 148.105.0.0/16 |
| SPF_IP | 148.139.0.2/32 |
| SPF_IP | 148.139.1.2/32 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 37.98.232.12/32 |
| SPF_IP | 37.98.232.26/32 |
| SPF_IP | 37.98.234.2/32 |
| SPF_IP | 37.98.235.2/32 |
| SPF_IP | 72.15.169.36 |
| SPF_IP | 72.15.169.61 |
Related pages
Pivot deeper into the graph from doane.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "doane.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.