Skip to content

Hostname

ns01.servermx.com

Last fetched

ns01.servermx.com resolves to 1 IPv4 address operated by OVH in FR.

Nutrition Label

WHISPER CANON · ns01.servermx.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/ns01.servermx.com

Resolution chain

ns01.servermx.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
94.23.23.9894.23.0.0/16AS16276OVHFR

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for ns01.servermx.com.

MechanismTarget
SPF_Ans01.servermx.com
SPF_INCLUDEservermx.com
SPF_MXns01.servermx.com

Related pages

Pivot deeper into the graph from ns01.servermx.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "ns01.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.