Hostname
neturk.com
Last fetched
neturk.com resolves to 2 IPv4 addresses operated by AS42868 in TR. WHOIS lists iana:1454 as the registrar.
Nutrition Label
Resolution chain
neturk.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 |
|---|---|---|---|---|
| 77.245.148.179 | 77.245.148.0/24 | AS42868 | — | TR |
| 94.199.202.140 | 94.199.200.0/22 | AS42807 | — | TR |
WHOIS identity
- Registrar
- iana:1454
- Organization
- neturk bilisim hizmetleri rek. org. san. tic. ltd. sti.
- Contact emails
Subdomains
4 observed subdomains of neturk.com.
Web-graph footprint
Distinct hostnames that link to or from neturk.com in the public web crawl.
145 sites link to this hostname.
90 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for neturk.com.
| Mechanism | Target |
|---|---|
| SPF_A | neturk.com |
| SPF_IP | 77.245.144.0/20 |
Related pages
Pivot deeper into the graph from neturk.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "neturk.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.