Skip to content

Hostname

doane.edu

Last fetched

doane.edu resolves to 4 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · doane.eduRouting diversity3.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency3.3/10Resolver footprint3.2/10canon.whisper.security/host/doane.edu

Resolution chain

doane.edu resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.20.26.49104.20.16.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.66.156.202172.66.144.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
8.47.69.08.47.69.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.US
8.6.112.08.6.112.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.US

WHOIS identity

Registrar
Organization
doane college
Contact emails

Subdomains

50 observed subdomains of doane.edu.

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.

Threat posture

History

Mail and authentication

SPF policy

12 SPF mechanisms authorising senders for doane.edu.

MechanismTarget
SPF_INCLUDEspf2.doane.edu
SPF_IP148.105.0.0/16
SPF_IP148.139.0.2/32
SPF_IP148.139.1.2/32
SPF_IP198.2.128.0/18
SPF_IP205.201.128.0/20
SPF_IP37.98.232.12/32
SPF_IP37.98.232.26/32
SPF_IP37.98.234.2/32
SPF_IP37.98.235.2/32
SPF_IP72.15.169.36
SPF_IP72.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.