Hostname
ndus.edu
Last fetched
ndus.edu resolves to 2 IPv4 addresses operated by NDIN-STATE - State of North Dakota, ITD in US.
Nutrition Label
Resolution chain
ndus.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 |
|---|---|---|---|---|
| 134.129.134.17 | 134.129.0.0/16 | AS19530 | NDIN-STATE - State of North Dakota, ITD | US |
| 159.60.159.164 | 159.60.144.0/20 | AS35280 | — | FR |
WHOIS identity
- Registrar
- —
- Organization
- north dakota university system
- Contact emails
- —
Subdomains
845 observed subdomains of ndus.edu.
Showing 25 of 845. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ndus.edu in the public web crawl.
566 sites link to this hostname.
108 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for ndus.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.accruentsystems.com |
| SPF_INCLUDE | mh.blackboard.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.finalsiteconnect.com |
| SPF_INCLUDE | spf.ndus.edu |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from ndus.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ndus.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.