Skip to content

Hostname

certh.gr

Last fetched

certh.gr resolves to 1 IPv4 address operated by CERTH in GR. WHOIS lists registrar:org-ca930-ripe as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
160.40.10.21160.40.0.0/16AS47616CERTHGR

WHOIS identity

Registrar
registrar:org-ca930-ripe
Organization
Contact emails

Subdomains

173 observed subdomains of certh.gr.

Web-graph footprint

Distinct hostnames that link to or from certh.gr in the public web crawl.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for certh.gr.

MechanismTarget
SPF_IP160.40.23.4
SPF_IP160.40.50.4
SPF_MXcerth.gr

Related pages

Pivot deeper into the graph from certh.gr.

Cypher and MCP

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

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