Skip to content

Hostname

mcdaniel.edu

Last fetched

mcdaniel.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.

Nutrition Label

WHISPER CANON · mcdaniel.eduRouting diversity0.0/10Peering density0.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency3.3/10Resolver footprint8.3/10canon.whisper.security/host/mcdaniel.edu

Resolution chain

mcdaniel.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
mcdaniel college
Contact emails

Subdomains

3,520 observed subdomains of mcdaniel.edu.

Web-graph footprint

Distinct hostnames that link to or from mcdaniel.edu in the public web crawl.

1,077 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

20 SPF mechanisms authorising senders for mcdaniel.edu.

MechanismTarget
SPF_INCLUDE_spf.messagegears.net
SPF_INCLUDE_tuf-spf.touchnet.com
SPF_INCLUDEmh.blackboard.com
SPF_INCLUDEoutboundmail.blackbaud.net
SPF_INCLUDEsg.technolutions.net
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf.wbm.ai
SPF_IP104.245.209.192/26
SPF_IP107.20.200.116
SPF_IP144.202.246.5
SPF_IP206.107.42.249/32
SPF_IP206.107.42.254/32
SPF_IP216.248.199.105/32
SPF_IP216.248.199.106/32
SPF_IP50.31.156.96/27
SPF_IP50.31.205.0/24
SPF_IP64.69.128.44
SPF_IP64.69.128.72
SPF_IP64.69.128.74
SPF_IP74.122.104.0/22

Related pages

Pivot deeper into the graph from mcdaniel.edu.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "mcdaniel.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.