Hostname
sh.cx
Last fetched
sh.cx resolves to 1 IPv4 address operated by AS29141 in TR. WHOIS lists registrar:centralnic ltd as the registrar.
Nutrition Label
Resolution chain
sh.cx 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 |
|---|---|---|---|---|
| 37.247.112.215 | 37.247.112.0/24 | AS29141 | — | TR |
WHOIS identity
- Registrar
- registrar:centralnic ltd
- Organization
- redacted | eu registrar
- Contact emails
- —
Subdomains
4 observed subdomains of sh.cx.
| Subdomain |
|---|
| a.sh.cx |
| b.sh.cx |
| ip.sh.cx |
| mail.sh.cx |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for sh.cx.
| Mechanism | Target |
|---|---|
| SPF_A | sh.cx |
| SPF_IP | 37.247.112.210 |
| SPF_MX | sh.cx |
Related pages
Pivot deeper into the graph from sh.cx.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sh.cx"})-[: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.