Hostname
eunc.edu
Last fetched
eunc.edu resolves to 1 IPv4 address operated by AS29066 in DE.
Nutrition Label
Resolution chain
eunc.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 |
|---|---|---|---|---|
| 146.0.232.186 | 146.0.232.0/24 | AS29066 | — | DE |
WHOIS identity
No WHOIS records are currently associated with eunc.edu in WhisperGraph.
Subdomains
43 observed subdomains of eunc.edu.
Showing 25 of 43. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from eunc.edu in the public web crawl.
46 sites link to this hostname.
45 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for eunc.edu.
| Mechanism | Target |
|---|---|
| SPF_A | courses.eunc.edu |
| SPF_A | neptune.eunc.edu |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 146.0.232.179 |
| SPF_IP | 146.0.232.181 |
| SPF_IP | 146.0.232.186 |
| SPF_IP | 146.0.232.187 |
| SPF_IP | 146.0.232.188 |
| SPF_IP | 146.0.232.189 |
| SPF_IP | 146.0.232.190 |
| SPF_IP | 146.0.238.122 |
| SPF_IP | 146.0.238.126 |
| SPF_IP | 2a00:d80:0:0:0:0:1:2a |
| SPF_IP | 2a00:d80::/32 |
| SPF_IP | 2a01:7a0:2:1035::/64 |
| SPF_IP | 52.144.59.0/24 |
| SPF_IP | 87.245.64.53 |
Related pages
Pivot deeper into the graph from eunc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eunc.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.