Hostname
nmhs.net
Last fetched
nmhs.net has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
nmhs.net has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:2
- Organization
- north mississippi health services
- Contact emails
Subdomains
76 observed subdomains of nmhs.net.
Showing 25 of 76. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nmhs.net in the public web crawl.
192 sites link to this hostname.
190 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for nmhs.net.
| Mechanism | Target |
|---|---|
| SPF_A | nmhs.net |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf-ipv4.scisolutions.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 12.207.9.112/32 |
| SPF_IP | 12.207.9.113/32 |
| SPF_IP | 206.130.52.33/32 |
| SPF_IP | 206.130.52.76/32 |
| SPF_IP | 206.130.52.77/32 |
| SPF_IP | 40.84.28.29/32 |
| SPF_IP | 65.38.18.9/32 |
| SPF_MX | nmhs.net |
Related pages
Pivot deeper into the graph from nmhs.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nmhs.net"})-[: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.