Skip to content

Hostname

mail.psem.gr

Last fetched

mail.psem.gr resolves to 2 IPv4 addresses operated by HETZNER-AS in DE.

Nutrition Label

WHISPER CANON · mail.psem.grRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mail.psem.gr

Resolution chain

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

IPPrefixASNOperatorCountry
144.76.66.131144.76.0.0/16AS24940HETZNER-ASDE
93.174.125.6293.174.120.0/21AS47521IPHOST .GR IpDomainGR

WHOIS identity

No WHOIS records are currently associated with mail.psem.gr in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

SPF policy

4 SPF mechanisms authorising senders for mail.psem.gr.

MechanismTarget
SPF_Amail.psem.gr
SPF_IP93.174.125.62
SPF_IP95.129.41.70
SPF_MXmail.psem.gr

Related pages

Pivot deeper into the graph from mail.psem.gr.

Cypher and MCP

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

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