Hostname
nic.ist
Last fetched
nic.ist resolves to 2 IPv4 addresses operated by AS43260 in TR. WHOIS lists iana:9999 as the registrar.
Nutrition Label
Resolution chain
nic.ist 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 |
|---|---|---|---|---|
| 46.20.6.98 | 46.20.6.0/24 | AS43260 | — | TR |
| 85.111.6.220 | 85.111.0.0/18 | AS9121 | — | TR |
WHOIS identity
- Registrar
- iana:9999
- Organization
- istanbul dijital medya tic. a.s.
- Contact emails
Subdomains
6 observed subdomains of nic.ist.
Web-graph footprint
Distinct hostnames that link to or from nic.ist in the public web crawl.
30 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for nic.ist.
| Mechanism | Target |
|---|---|
| SPF_A | mail.verimerkezi.istanbul |
| SPF_A | nic.ist |
| SPF_INCLUDE | verimerkezi.istanbul |
| SPF_MX | nic.ist |
Related pages
Pivot deeper into the graph from nic.ist.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nic.ist"})-[: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.