Hostname
turkishtechnic.com.tr
Last fetched
turkishtechnic.com.tr resolves to 1 IPv4 address operated by AS51206 in TR.
Nutrition Label
Resolution chain
turkishtechnic.com.tr 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 |
|---|---|---|---|---|
| 92.45.3.14 | 92.45.3.0/24 | AS51206 | — | TR |
WHOIS identity
No WHOIS records are currently associated with turkishtechnic.com.tr in WhisperGraph.
Subdomains
1 observed subdomain of turkishtechnic.com.tr.
| Subdomain |
|---|
| mail.turkishtechnic.com.tr |
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for turkishtechnic.com.tr.
| Mechanism | Target |
|---|---|
| SPF_A | turkishtechnic.com.tr |
| SPF_INCLUDE | eu.transmail.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 46.31.112.131 |
| SPF_IP | 46.31.112.79 |
| SPF_IP | 46.31.112.80 |
| SPF_IP | 46.31.112.81 |
| SPF_IP | 92.45.3.253 |
| SPF_MX | turkishtechnic.com.tr |
Related pages
Pivot deeper into the graph from turkishtechnic.com.tr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "turkishtechnic.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.