Hostname
mcdaniel.edu
Last fetched
mcdaniel.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
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.
Showing 25 of 3,520. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mcdaniel.edu in the public web crawl.
1,077 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
20 SPF mechanisms authorising senders for mcdaniel.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.messagegears.net |
| SPF_INCLUDE | _tuf-spf.touchnet.com |
| SPF_INCLUDE | mh.blackboard.com |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | sg.technolutions.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.wbm.ai |
| SPF_IP | 104.245.209.192/26 |
| SPF_IP | 107.20.200.116 |
| SPF_IP | 144.202.246.5 |
| SPF_IP | 206.107.42.249/32 |
| SPF_IP | 206.107.42.254/32 |
| SPF_IP | 216.248.199.105/32 |
| SPF_IP | 216.248.199.106/32 |
| SPF_IP | 50.31.156.96/27 |
| SPF_IP | 50.31.205.0/24 |
| SPF_IP | 64.69.128.44 |
| SPF_IP | 64.69.128.72 |
| SPF_IP | 64.69.128.74 |
| SPF_IP | 74.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.