Hostname
112.gov.gr
Last fetched
112.gov.gr resolves to 2 IPv4 addresses operated by AS6799 in GR.
Nutrition Label
Resolution chain
112.gov.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 |
|---|---|---|---|---|
| 212.205.126.163 | 212.205.0.0/16 | AS6799 | — | GR |
| 62.38.6.99 | 62.38.6.0/24 | AS3329 | — | GR |
WHOIS identity
No WHOIS records are currently associated with 112.gov.gr in WhisperGraph.
Subdomains
17 observed subdomains of 112.gov.gr.
Web-graph footprint
Distinct hostnames that link to or from 112.gov.gr in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for 112.gov.gr.
| Mechanism | Target |
|---|---|
| SPF_A | 112.gov.gr |
| SPF_INCLUDE | spf.otenet.gr |
| SPF_MX | 112.gov.gr |
Related pages
Pivot deeper into the graph from 112.gov.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "112.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.