Hostname
uu.edu
Last fetched
uu.edu resolves to 1 IPv4 address operated by JACKSONENERGY-EPLUS - JACKSON ENERGY AUTHORITY in US.
Nutrition Label
Resolution chain
uu.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 |
|---|---|---|---|---|
| 69.167.204.55 | 69.167.192.0/19 | AS53435 | JACKSONENERGY-EPLUS - JACKSON ENERGY AUTHORITY | US |
WHOIS identity
- Registrar
- —
- Organization
- union university
- Contact emails
- —
Subdomains
45 observed subdomains of uu.edu.
Showing 25 of 45. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from uu.edu in the public web crawl.
889 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for uu.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.e2ma.net |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 54.240.121.247/32 |
| SPF_IP | 54.240.121.248/32 |
| SPF_IP | 69.167.204.0/24 |
| SPF_IP | 69.55.7.63 |
| SPF_IP | 75.147.169.210 |
Related pages
Pivot deeper into the graph from uu.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uu.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.