Hostname
mail.tim.org.tr
Last fetched
mail.tim.org.tr resolves to 1 IPv4 address operated by AS34984 in TR.
Nutrition Label
Resolution chain
mail.tim.org.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 |
|---|---|---|---|---|
| 85.153.132.6 | 85.153.132.0/24 | AS34984 | — | TR |
WHOIS identity
No WHOIS records are currently associated with mail.tim.org.tr in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
24 SPF mechanisms authorising senders for mail.tim.org.tr.
| Mechanism | Target |
|---|---|
| SPF_A | mail.tim.org.tr |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 195.244.63.138 |
| SPF_IP | 195.87.100.85 |
| SPF_IP | 195.87.145.213 |
| SPF_IP | 195.87.145.214 |
| SPF_IP | 212.115.12.184 |
| SPF_IP | 212.115.12.190 |
| SPF_IP | 212.115.12.191 |
| SPF_IP | 217.195.206.21 |
| SPF_IP | 217.195.206.54 |
| SPF_IP | 31.145.186.128/26 |
| SPF_IP | 31.155.3.218 |
| SPF_IP | 31.155.3.219 |
| SPF_IP | 37.131.250.179 |
| SPF_IP | 80.93.216.138 |
| SPF_IP | 80.93.216.139 |
| SPF_IP | 80.93.216.140 |
| SPF_IP | 80.93.216.141 |
| SPF_IP | 80.93.216.142 |
| SPF_IP | 85.153.132.5 |
| SPF_IP | 85.153.132.6 |
| SPF_IP | 88.255.93.74 |
| SPF_MX | mail.tim.org.tr |
Related pages
Pivot deeper into the graph from mail.tim.org.tr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.tim.org.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.