Hostname
istonbul.ist
Last fetched
istonbul.ist resolves to 1 IPv4 address operated by AS49126 in TR. WHOIS lists iana:819 as the registrar.
Nutrition Label
Resolution chain
istonbul.ist 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 |
|---|---|---|---|---|
| 185.48.181.80 | 185.48.181.0/24 | AS49126 | — | TR |
WHOIS identity
- Registrar
- iana:819
- Organization
- istanbul belediye
- Contact emails
Subdomains
4 observed subdomains of istonbul.ist.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for istonbul.ist.
| Mechanism | Target |
|---|---|
| SPF_A | istonbul.ist |
| SPF_IP | 195.142.118.10 |
| SPF_IP | 195.142.118.67 |
| SPF_IP | 212.174.15.10 |
| SPF_IP | 212.174.15.4/32 |
| SPF_MX | istonbul.ist |
Related pages
Pivot deeper into the graph from istonbul.ist.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "istonbul.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.