Hostname
psem.gr
Last fetched
psem.gr resolves to 2 IPv4 addresses operated by HETZNER-AS in DE.
Nutrition Label
Resolution chain
psem.gr resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 144.76.66.131 | 144.76.0.0/16 | AS24940 | HETZNER-AS | DE |
| 93.174.125.62 | 93.174.120.0/21 | AS47521 | IPHOST .GR IpDomain | GR |
WHOIS identity
No WHOIS records are currently associated with psem.gr in WhisperGraph.
Subdomains
12 observed subdomains of psem.gr.
Web-graph footprint
Distinct hostnames that link to or from psem.gr in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- mail.psem.gr
- psem.gr
SPF policy
5 SPF mechanisms authorising senders for psem.gr.
| Mechanism | Target |
|---|---|
| SPF_A | psem.gr |
| SPF_A | shape2.mynewserver.com |
| SPF_IP | 93.174.125.62 |
| SPF_IP | 95.129.41.70 |
| SPF_MX | psem.gr |
Related pages
Pivot deeper into the graph from psem.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.