Hostname
mnx.io
Last fetched
mnx.io resolves to 1 IPv4 address operated by AS-MNX - MNX Solutions LLC in US. WHOIS lists iana:1910 as the registrar.
Nutrition Label
Resolution chain
mnx.io 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.62.109.41 | 198.62.109.0/24 | AS62821 | AS-MNX - MNX Solutions LLC | US |
WHOIS identity
- Registrar
- iana:1910
- Organization
- c/o whoisproxy.com
- Contact emails
- —
Subdomains
58 observed subdomains of mnx.io.
Showing 25 of 58. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mnx.io in the public web crawl.
41 sites link to this hostname.
44 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for mnx.io.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | dispatch-us.ppe-hosted.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.myconnectwise.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | stspg-customer.com |
| SPF_INCLUDE | u1913983.wl.sendgrid.net |
| SPF_IP | 198.62.109.243 |
| SPF_IP | 204.8.232.213 |
Related pages
Pivot deeper into the graph from mnx.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mnx.io"})-[: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.