Hostname
devayatak.com
Last fetched
devayatak.com resolves to 1 IPv4 address operated by AS42868 in TR. WHOIS lists iana:1454 as the registrar.
Nutrition Label
Resolution chain
devayatak.com 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.245.159.231 | 77.245.159.0/24 | AS42868 | — | TR |
WHOIS identity
- Registrar
- iana:1454
- Organization
- hakki eren
- Contact emails
Subdomains
11 observed subdomains of devayatak.com.
Web-graph footprint
Distinct hostnames that link to or from devayatak.com in the public web crawl.
99 sites link to this hostname.
27 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- devayatak.com
SPF policy
13 SPF mechanisms authorising senders for devayatak.com.
| Mechanism | Target |
|---|---|
| SPF_A | devayatak.com |
| SPF_INCLUDE | relay.mailbaby.net |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 213.238.179.232 |
| SPF_IP | 213.238.190.20 |
| SPF_IP | 45.194.27.26 |
| SPF_IP | 77.245.159.12 |
| SPF_IP | 77.245.159.231 |
| SPF_IP | 89.252.156.156 |
| SPF_IP | 93.89.225.82 |
| SPF_IP | 93.89.225.87 |
| SPF_IP | 93.89.225.92 |
| SPF_MX | devayatak.com |
Related pages
Pivot deeper into the graph from devayatak.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "devayatak.com"})-[: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.