Skip to content

Hostname

mail.zmega.com

Last fetched

mail.zmega.com resolves to 1 IPv4 address operated by AS48347 in RU.

Nutrition Label

WHISPER CANON · mail.zmega.comRouting diversity1.5/10Peering density6.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/mail.zmega.com

Resolution chain

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

IPPrefixASNOperatorCountry
37.228.93.12137.228.112.0/21AS48347RU

WHOIS identity

No WHOIS records are currently associated with mail.zmega.com in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

  • mail.zmega.com

SPF policy

6 SPF mechanisms authorising senders for mail.zmega.com.

MechanismTarget
SPF_Amail.zmega.com
SPF_IP147.45.235.21
SPF_IP194.87.243.142
SPF_IP37.228.93.121
SPF_IP5.9.110.6
SPF_MXmail.zmega.com

Related pages

Pivot deeper into the graph from mail.zmega.com.

Cypher and MCP

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

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