Skip to content

Hostname

_spf.zmailcloud.com

Last fetched

_spf.zmailcloud.com appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.

Nutrition Label

WHISPER CANON · _spf.zmailcloud.comRouting diversity0.0/10Peering density0.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/_spf.zmailcloud.com

Resolution chain

_spf.zmailcloud.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

No WHOIS records are currently associated with _spf.zmailcloud.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

16 SPF mechanisms authorising senders for _spf.zmailcloud.com.

MechanismTarget
SPF_A_spf.zmailcloud.com
SPF_INCLUDE_spf2.zmailcloud.com
SPF_INCLUDE_spf3.zmailcloud.com
SPF_INCLUDEspf.mailjet.com
SPF_IP104.130.29.144
SPF_IP104.130.29.166
SPF_IP104.155.131.186
SPF_IP104.196.139.145
SPF_IP13.57.107.157
SPF_IP130.211.168.129
SPF_IP2001:4802:7803:101:be76:4eff:fe20:345
SPF_IP34.70.155.189
SPF_IP35.168.69.77
SPF_IP35.169.204.62
SPF_IP52.206.190.81
SPF_IP52.38.240.63

Related pages

Pivot deeper into the graph from _spf.zmailcloud.com.

Cypher and MCP

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

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