Hostname
duth.gr
Last fetched
duth.gr resolves to 1 IPv4 address operated by AS8253 in GR. WHOIS lists registrar:org-duot3-ripe as the registrar.
Nutrition Label
Resolution chain
duth.gr resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 192.108.114.192 | 192.109.92.0/23 | AS8253 | — | GR |
WHOIS identity
- Registrar
- registrar:org-duot3-ripe
- Organization
- democritus university of thrace
- Contact emails
- —
Subdomains
5,401 observed subdomains of duth.gr.
Showing 25 of 5,401. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from duth.gr in the public web crawl.
749 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for duth.gr.
| Mechanism | Target |
|---|---|
| SPF_IP | 192.108.114.146 |
| SPF_IP | 2001:648:2e80:152:0:0:0:146 |
| SPF_MX | duth.gr |
Related pages
Pivot deeper into the graph from duth.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "duth.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.