Hostname
cune.edu
Last fetched
cune.edu resolves to 1 IPv4 address operated by CONCOR-2-398555 - Concordia University Nebraska in US.
Nutrition Label
Resolution chain
cune.edu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 192.160.64.22 | 192.160.64.0/24 | AS398555 | CONCOR-2-398555 - Concordia University Nebraska | US |
WHOIS identity
- Registrar
- —
- Organization
- concordia university
- Contact emails
- —
Subdomains
106 observed subdomains of cune.edu.
Showing 25 of 106. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cune.edu in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
24 SPF mechanisms authorising senders for cune.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _s0.cune.edu |
| SPF_IP | 129.41.98.117 |
| SPF_IP | 167.89.31.27/32 |
| SPF_IP | 192.160.64.14 |
| SPF_IP | 198.21.4.52/32 |
| SPF_IP | 208.85.49.27 |
| SPF_IP | 208.95.132.59 |
| SPF_IP | 208.95.133.43 |
| SPF_IP | 23.22.228.238/32 |
| SPF_IP | 3.25.47.0/29 |
| SPF_IP | 3.7.25.40/29 |
| SPF_IP | 34.194.81.60/32 |
| SPF_IP | 34.197.133.25/32 |
| SPF_IP | 34.198.69.122/32 |
| SPF_IP | 34.198.69.238/32 |
| SPF_IP | 34.215.2.68 |
| SPF_IP | 34.215.79.96 |
| SPF_IP | 40.92.0.0/15 |
| SPF_IP | 52.38.184.84 |
| SPF_IP | 52.42.20.3/32 |
| SPF_IP | 52.45.50.190/32 |
| SPF_IP | 52.66.154.99/32 |
| SPF_IP | 54.85.61.20/32 |
| SPF_IP | 54.85.76.43/32 |
Related pages
Pivot deeper into the graph from cune.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cune.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.