Hostname
servermx.com
Last fetched
servermx.com resolves to 1 IPv4 address operated by OVH in FR. WHOIS lists iana:625 as the registrar.
Nutrition Label
Resolution chain
servermx.com 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 |
|---|---|---|---|---|
| 94.23.195.224 | 94.23.0.0/16 | AS16276 | OVH | FR |
WHOIS identity
- Registrar
- iana:625
- Organization
- antonio cordeddu
- Contact emails
Subdomains
38 observed subdomains of servermx.com.
Showing 25 of 38. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from servermx.com in the public web crawl.
16 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for servermx.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf1.servermx.com |
| SPF_IP | 135.125.133.67 |
| SPF_IP | 135.125.234.2 |
| SPF_IP | 149.202.90.197 |
| SPF_IP | 149.56.20.107 |
| SPF_IP | 152.89.236.100 |
| SPF_IP | 152.89.236.227 |
| SPF_IP | 158.69.247.110 |
| SPF_IP | 212.83.146.189 |
| SPF_IP | 5.135.156.225 |
| SPF_IP | 51.195.116.226 |
| SPF_IP | 51.210.106.22 |
| SPF_IP | 79.137.84.194 |
| SPF_MX | servermx.com |
Related pages
Pivot deeper into the graph from servermx.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "servermx.com"})-[: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.