Hostname
unk.edu
Last fetched
unk.edu resolves to 4 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
unk.edu resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 107.21.44.39 | 107.21.0.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.205.193.161 | 18.204.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.206.126.86 | 34.192.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.233.58.128 | 34.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- university of nebraska at kearney
- Contact emails
- —
Subdomains
322 observed subdomains of unk.edu.
Showing 25 of 322. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from unk.edu in the public web crawl.
1,036 sites link to this hostname.
820 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for unk.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.us.odmad.quest-on-demand.com |
| SPF_INCLUDE | spf1.unk.edu |
| SPF_INCLUDE | spf2.unk.edu |
| SPF_INCLUDE | spf3.unk.edu |
| SPF_INCLUDE | spf4.unk.edu |
| SPF_IP | 148.163.143.147 |
| SPF_IP | 148.163.147.197 |
Related pages
Pivot deeper into the graph from unk.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "unk.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.