Skip to content

Hostname

mail.uhms.org

Last fetched

mail.uhms.org resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · mail.uhms.orgRouting diversity1.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/mail.uhms.org

Resolution chain

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

IPPrefixASNOperatorCountry
18.190.121.8918.190.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

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

Threat posture

History

Mail and authentication

SPF policy

14 SPF mechanisms authorising senders for mail.uhms.org.

MechanismTarget
SPF_Amail.uhms.org
SPF_INCLUDErelay.mailchannels.net
SPF_INCLUDEspf.mailjet.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP173.230.235.0/24
SPF_IP18.190.121.89
SPF_IP198.20.75.66/32
SPF_IP208.65.144.0/21
SPF_IP208.81.64.0/21
SPF_IP216.250.246.0/24
SPF_IP34.197.4.8
SPF_IP65.99.240.117
SPF_IP72.249.109.42
SPF_MXmail.uhms.org

Related pages

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

Cypher and MCP

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

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