Hostname
atcteknik.com
Last fetched
atcteknik.com resolves to 2 IPv4 addresses operated by AS199366 in TR. WHOIS lists iana:1454 as the registrar.
Nutrition Label
Resolution chain
atcteknik.com 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.19.92.163 | 185.19.92.0/24 | AS199366 | — | TR |
| 85.159.66.62 | 85.159.66.0/24 | AS34619 | — | TR |
WHOIS identity
- Registrar
- iana:1454
- Organization
- domain admin contactid 3524841
- Contact emails
Subdomains
2 observed subdomains of atcteknik.com.
| Subdomain |
|---|
| mail.atcteknik.com |
| www.atcteknik.com |
Web-graph footprint
Distinct hostnames that link to or from atcteknik.com in the public web crawl.
17 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for atcteknik.com.
| Mechanism | Target |
|---|---|
| SPF_A | atcteknik.com |
| SPF_INCLUDE | mail.atcteknik.com |
| SPF_IP | 185.19.92.163 |
| SPF_MX | atcteknik.com |
| SPF_REDIRECT | _spf.yandex.net |
Related pages
Pivot deeper into the graph from atcteknik.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "atcteknik.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.