Hostname
nmc.edu
Last fetched
nmc.edu resolves to 1 IPv4 address operated by MERIT-AS-14 - Merit Network Inc. in US.
Nutrition Label
Resolution chain
nmc.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 |
|---|---|---|---|---|
| 198.108.199.115 | 198.108.0.0/14 | AS237 | MERIT-AS-14 - Merit Network Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- northwestern michigan college
- Contact emails
- —
Subdomains
53 observed subdomains of nmc.edu.
Showing 25 of 53. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nmc.edu in the public web crawl.
635 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for nmc.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | hobsonsmail.com |
| SPF_INCLUDE | spf.entrustedmail.net |
| SPF_INCLUDE | verifymyfafsa.com |
| SPF_IP | 148.105.8.0/21 |
| SPF_IP | 192.88.242.0/24 |
| SPF_IP | 198.108.199.0/24 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 209.96.234.208 |
Related pages
Pivot deeper into the graph from nmc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nmc.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.