Hostname
nmt.edu
Last fetched
nmt.edu resolves to 1 IPv4 address operated by TUT-AS - Total Uptime Technologies, LLC in US.
Nutrition Label
Resolution chain
nmt.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 |
|---|---|---|---|---|
| 216.21.12.229 | 216.21.12.0/24 | AS53334 | TUT-AS - Total Uptime Technologies, LLC | US |
WHOIS identity
- Registrar
- —
- Organization
- new mexico institute of mining and technology
- Contact emails
- —
Subdomains
4,501 observed subdomains of nmt.edu.
Showing 25 of 4,501. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nmt.edu in the public web crawl.
923 sites link to this hostname.
1,251 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
18 SPF mechanisms authorising senders for nmt.edu.
| Mechanism | Target |
|---|---|
| SPF_A | nmt.edu |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.watermarkinsights.com |
| SPF_IP | 12.228.6.215/32 |
| SPF_IP | 129.138.0.0/16 |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 198.187.196.100/32 |
| SPF_IP | 207.21.221.175 |
| SPF_IP | 207.21.221.176 |
| SPF_IP | 207.21.221.177 |
| SPF_IP | 207.21.221.178 |
| SPF_IP | 207.21.221.179 |
| SPF_IP | 216.157.35.124 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 50.31.58.66 |
| SPF_IP | 74.125.148.0/22 |
| SPF_MX | nmt.edu |
Related pages
Pivot deeper into the graph from nmt.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nmt.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.