Hostname
enl.mx
Last fetched
enl.mx resolves to 2 IPv4 addresses operated by RMH-14 - Rackspace Hosting in US.
Nutrition Label
Resolution chain
enl.mx 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 |
|---|---|---|---|---|
| 174.143.130.192 | 174.143.0.0/16 | AS33070 | RMH-14 - Rackspace Hosting | US |
| 74.208.128.72 | 74.208.0.0/16 | AS8560 | — | US |
WHOIS identity
No WHOIS records are currently associated with enl.mx in WhisperGraph.
Subdomains
2 observed subdomains of enl.mx.
| Subdomain |
|---|
| mail.enl.mx |
| smtp.enl.mx |
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for enl.mx.
| Mechanism | Target |
|---|---|
| SPF_A | enl.mx |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 173.1.196.234 |
| SPF_MX | enl.mx |
| SPF_MX | smtp.enl.mx |
Related pages
Pivot deeper into the graph from enl.mx.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "enl.mx"})-[: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.