Hostname
digident.com.tr
Last fetched
digident.com.tr resolves to 1 IPv4 address operated by AS42910 in TR.
Nutrition Label
Resolution chain
digident.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 |
|---|---|---|---|---|
| 77.92.134.23 | 77.92.134.0/24 | AS42910 | — | TR |
WHOIS identity
No WHOIS records are currently associated with digident.com.tr in WhisperGraph.
Subdomains
5 observed subdomains of digident.com.tr.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for digident.com.tr.
| Mechanism | Target |
|---|---|
| SPF_A | digident.com.tr |
| SPF_A | eu1.markaca.net |
| SPF_IP | 163.172.122.100 |
| SPF_IP | 195.154.178.82 |
| SPF_MX | digident.com.tr |
Related pages
Pivot deeper into the graph from digident.com.tr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "digident.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.