Hostname
self-testing.gov.gr
Last fetched
self-testing.gov.gr resolves to 3 IPv4 addresses operated by SIOL-NET - Telekom Slovenije, d.d. in SI.
Nutrition Label
Resolution chain
self-testing.gov.gr resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 193.77.14.168 | 193.77.0.0/18 | AS5603 | SIOL-NET - Telekom Slovenije, d.d. | SI |
| 23.32.238.130 | 23.32.238.0/23 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | DE |
| 23.32.238.96 | 23.32.238.0/23 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | DE |
WHOIS identity
No WHOIS records are currently associated with self-testing.gov.gr in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from self-testing.gov.gr in the public web crawl.
391 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from self-testing.gov.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "self-testing.gov.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.