Hostname
ilka.gr
Last fetched
ilka.gr resolves to 1 IPv4 address operated by AS209341 in NL.
Nutrition Label
Resolution chain
ilka.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 |
|---|---|---|---|---|
| 69.48.185.69 | 69.48.184.0/22 | AS209341 | — | NL |
WHOIS identity
No WHOIS records are currently associated with ilka.gr in WhisperGraph.
Subdomains
36 observed subdomains of ilka.gr.
Web-graph footprint
Distinct hostnames that link to or from ilka.gr in the public web crawl.
15 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for ilka.gr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 154.57.6.213 |
| SPF_IP | 193.92.49.202 |
| SPF_IP | 194.154.34.230 |
| SPF_IP | 213.16.182.46 |
| SPF_IP | 37.99.193.154 |
| SPF_IP | 62.38.113.8 |
| SPF_IP | 68.66.240.123 |
| SPF_IP | 68.66.240.124 |
| SPF_IP | 69.48.185.68 |
| SPF_IP | 84.254.32.223 |
| SPF_IP | 94.70.247.65 |
Related pages
Pivot deeper into the graph from ilka.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ilka.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.