Skip to content

Hostname

mail.proe.sa

Last fetched

mail.proe.sa resolves to 1 IPv4 address operated by WHG-IN in IN.

Nutrition Label

WHISPER CANON · mail.proe.saRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mail.proe.sa

Resolution chain

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

IPPrefixASNOperatorCountry
190.92.174.39190.92.174.0/24AS199404WHG-ININ

WHOIS identity

No WHOIS records are currently associated with mail.proe.sa in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for mail.proe.sa.

MechanismTarget
SPF_Amail.proe.sa
SPF_INCLUDEspf.mysecurecloudhost.com
SPF_IP172.104.207.179
SPF_IP172.232.82.230
SPF_IP190.92.174.39
SPF_MXmail.proe.sa

Related pages

Pivot deeper into the graph from mail.proe.sa.

Cypher and MCP

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

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