Hostname
ilya.com.tr
Last fetched
ilya.com.tr resolves to 2 IPv4 addresses operated by AS42926 in TR.
Nutrition Label
Resolution chain
ilya.com.tr 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 |
|---|---|---|---|---|
| 176.53.66.211 | 176.53.66.0/24 | AS42926 | — | TR |
| 78.135.66.112 | 78.135.66.0/24 | AS48678 | — | TR |
WHOIS identity
No WHOIS records are currently associated with ilya.com.tr in WhisperGraph.
Subdomains
3 observed subdomains of ilya.com.tr.
Web-graph footprint
Distinct hostnames that link to or from ilya.com.tr in the public web crawl.
12 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for ilya.com.tr.
| Mechanism | Target |
|---|---|
| SPF_A | ilya.com.tr |
| SPF_IP | 213.128.75.110 |
| SPF_IP | 79.98.128.127 |
| SPF_IP | 79.98.128.175 |
| SPF_IP | 79.98.128.73 |
| SPF_MX | ilya.com.tr |
Related pages
Pivot deeper into the graph from ilya.com.tr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ilya.com.tr"})-[: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.