Hostname
gso.org.tr
Last fetched
gso.org.tr resolves to 2 IPv4 addresses operated by AS51559 in TR.
Nutrition Label
Resolution chain
gso.org.tr 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 |
|---|---|---|---|---|
| 89.252.163.94 | 89.252.163.0/24 | AS51559 | — | TR |
| 95.173.184.22 | 95.173.184.0/24 | AS51559 | — | TR |
WHOIS identity
- Registrar
- —
- Organization
- gaziantep sanayi odasy
- Contact emails
Subdomains
11 observed subdomains of gso.org.tr.
Web-graph footprint
Distinct hostnames that link to or from gso.org.tr in the public web crawl.
75 sites link to this hostname.
107 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for gso.org.tr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from gso.org.tr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gso.org.tr"})-[: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.