Hostname
aurora.edu
Last fetched
aurora.edu resolves to 2 IPv4 addresses operated by WINDSTREAM - Windstream Communications LLC in US.
Nutrition Label
Resolution chain
aurora.edu resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 40.141.207.29 | 40.140.0.0/15 | AS7029 | WINDSTREAM - Windstream Communications LLC | US |
| 135.119.32.85 | 135.119.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
WHOIS identity
- Registrar
- —
- Organization
- aurora university
- Contact emails
- —
Subdomains
226 observed subdomains of aurora.edu.
Showing 25 of 226. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from aurora.edu in the public web crawl.
594 sites link to this hostname.
291 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
19 SPF mechanisms authorising senders for aurora.edu.
| Mechanism | Target |
|---|---|
| SPF_A | smtphosts.uits.iu.edu |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | ne16.com |
| SPF_INCLUDE | spf-001c7401.pphosted.com |
| SPF_INCLUDE | spf.elluciancloud.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | technolutions.net |
| SPF_IP | 176.31.145.254/32 |
| SPF_IP | 198.187.196.100/32 |
| SPF_IP | 40.141.207.0/24 |
| SPF_IP | 40.141.207.15 |
| SPF_IP | 40.141.207.29 |
| SPF_IP | 40.141.207.50 |
| SPF_IP | 40.141.207.72 |
| SPF_IP | 54.240.121.247/32 |
| SPF_IP | 54.240.121.248/32 |
| SPF_IP | 69.74.105.9/32 |
Related pages
Pivot deeper into the graph from aurora.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aurora.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.