Hostname
delta.edu
Last fetched
delta.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
delta.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
- delta college
- Contact emails
- —
Subdomains
94 observed subdomains of delta.edu.
Showing 25 of 94. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from delta.edu in the public web crawl.
450 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
40 SPF mechanisms authorising senders for delta.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | a._spf.brightspace.com |
| SPF_INCLUDE | outboundmail.convio.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.watermarkinsights.com |
| SPF_IP | 12.228.6.215/32 |
| SPF_IP | 137.117.85.75/32 |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 149.72.0.0/16 |
| SPF_IP | 149.72.40.131 |
| SPF_IP | 159.183.0.0/16 |
| SPF_IP | 161.133.129.0/24 |
| SPF_IP | 161.133.166.56/32 |
| SPF_IP | 167.89.0.0/17 |
| SPF_IP | 168.245.0.0/17 |
| SPF_IP | 184.106.13.89/32 |
| SPF_IP | 192.254.112.0/20 |
| SPF_IP | 198.21.0.0/21 |
| SPF_IP | 198.37.144.0/20 |
| SPF_IP | 199.244.78.223/32 |
| SPF_IP | 199.244.78.224/32 |
| SPF_IP | 207.138.59.82 |
| SPF_IP | 208.117.48.0/20 |
| SPF_IP | 209.43.55.123/32 |
| SPF_IP | 216.235.195.0/24 |
| SPF_IP | 223.165.113.0/24 |
| SPF_IP | 223.165.115.0/24 |
| SPF_IP | 223.165.118.0/23 |
| SPF_IP | 223.165.120.0/23 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 50.17.148.64/32 |
| SPF_IP | 50.31.32.0/19 |
| SPF_IP | 52.42.20.3/32 |
| SPF_IP | 52.45.50.190/32 |
| SPF_IP | 54.146.129.215/32 |
| SPF_IP | 63.224.138.155/32 |
| SPF_IP | 64.79.169.80/32 |
| SPF_IP | 65.38.18.1/28 |
| SPF_IP | 74.122.104.0/22 |
| SPF_MX | delta.edu |
Related pages
Pivot deeper into the graph from delta.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "delta.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.