Hostname
mx01.email-max.com
Last fetched
mx01.email-max.com resolves to 2 IPv4 addresses operated by RACKSPACE - Rackspace Hosting in US.
Nutrition Label
Resolution chain
mx01.email-max.com 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 |
|---|---|---|---|---|
| 192.237.247.251 | 192.237.224.0/19 | AS19994 | RACKSPACE - Rackspace Hosting | US |
| 205.196.222.153 | 205.196.220.0/22 | AS26347 | DREAMHOST-AS - New Dream Network, LLC | US |
WHOIS identity
No WHOIS records are currently associated with mx01.email-max.com in WhisperGraph.
Subdomains
1 observed subdomain of mx01.email-max.com.
| Subdomain |
|---|
| correo.mx01.email-max.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for mx01.email-max.com.
| Mechanism | Target |
|---|---|
| SPF_A | mx01.email-max.com |
| SPF_MX | mx01.email-max.com |
Related pages
Pivot deeper into the graph from mx01.email-max.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mx01.email-max.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.