Skip to content

Hostname

mail.jmespath.com

Last fetched

mail.jmespath.com resolves to 1 IPv4 address operated by AS20255 - Tecnowind S.A. in UY.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
201.221.0.82201.221.0.0/24AS20255AS20255 - Tecnowind S.A.UY

WHOIS identity

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

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for mail.jmespath.com.

MechanismTarget
SPF_Amail.jmespath.com
SPF_Amail.piedraalta.com.uy
SPF_IP201.221.0.82
SPF_MXmail.jmespath.com

Related pages

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

Cypher and MCP

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

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