Skip to content

Hostname

mail.gobmx.org

Last fetched

mail.gobmx.org resolves to 2 IPv4 addresses operated by TIER-NET - Tier.Net Technologies LLC in US.

Nutrition Label

WHISPER CANON · mail.gobmx.orgRouting diversity1.5/10Peering density6.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/mail.gobmx.org

Resolution chain

mail.gobmx.org resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
198.89.96.3198.89.96.0/24AS397423TIER-NET - Tier.Net Technologies LLCUS
198.89.96.6198.89.96.0/24AS397423TIER-NET - Tier.Net Technologies LLCUS

WHOIS identity

No WHOIS records are currently associated with mail.gobmx.org in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

SPF policy

9 SPF mechanisms authorising senders for mail.gobmx.org.

MechanismTarget
SPF_Amail.gobmx.org
SPF_INCLUDErelay.mailchannels.net
SPF_INCLUDEspf-c.mailbaby.net
SPF_IP15.204.143.43
SPF_IP198.89.96.3
SPF_IP198.89.96.6
SPF_IP38.62.232.22
SPF_IP66.225.201.2
SPF_MXmail.gobmx.org

Related pages

Pivot deeper into the graph from mail.gobmx.org.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "mail.gobmx.org"})-[: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.