Hostname
celikvet.com.tr
Last fetched
celikvet.com.tr resolves to 2 IPv4 addresses operated by AS51557 in TR.
Nutrition Label
Resolution chain
celikvet.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 |
|---|---|---|---|---|
| 185.33.234.129 | 185.33.232.0/22 | AS51557 | — | TR |
| 89.252.152.36 | 89.252.152.0/24 | AS42846 | — | TR |
WHOIS identity
No WHOIS records are currently associated with celikvet.com.tr in WhisperGraph.
Subdomains
3 observed subdomains of celikvet.com.tr.
Threat posture
History
Mail and authentication
MX records
- celikvet.com.tr
- mail.celikvet.com.tr
SPF policy
4 SPF mechanisms authorising senders for celikvet.com.tr.
| Mechanism | Target |
|---|---|
| SPF_A | bivet2.biyazilim.net |
| SPF_A | celikvet.com.tr |
| SPF_IP | 185.33.234.129 |
| SPF_MX | celikvet.com.tr |
Related pages
Pivot deeper into the graph from celikvet.com.tr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "celikvet.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.