# Deep Instinct > Deep Instinct is a preemptive data security company that uses a purpose-built deep learning framework — the DSX Brain — to prevent and explain unknown malware, ransomware and zero-day threats in real time, without signatures, heuristics, cloud lookups or external threat feeds. The DSX platform protects data across cloud storage, network-attached storage (Dell CAVA, NetApp Vscan), applications and endpoints, and pairs prevention with DSX Companion (DIANNA), a GenAI assistant that explains novel attacks for SOC triage. Generated by the API Evangelist enrichment pipeline on 2026-08-01. Deep Instinct does not publish an llms.txt of its own (https://www.deepinstinct.com/llms.txt returns 404), so this file is generated from the API Evangelist catalog entry and the artifacts harvested into this repository. ## APIs - [Deep Instinct DSX Management REST API](https://portal.deepinstinct.com/): versioned REST API on the DSX management console (D-Appliance) at `https:///api/v1` — devices, device groups, policies, events (`/api/v1/events/search`), hash allow/block lists, remote file deletion and process termination, exclusions, licensing and audit logs. API-key authentication. Served per customer tenant; the reference is a Swagger UI at `https:///api/v1/` and is not anonymously reachable. - [Deep Instinct Portal MCP Server](https://portal.deepinstinct.com/mcp): Model Context Protocol server on the customer portal. OAuth 2.1 (authorization code + PKCE S256, refresh tokens, dynamic client registration), scopes `mcp:read` and `mcp:write`. Tool discovery requires an authenticated portal session. ## Specs and discovery documents - [OAuth authorization server metadata (RFC 8414)](https://portal.deepinstinct.com/.well-known/oauth-authorization-server) - [OAuth protected resource metadata (RFC 9728)](https://portal.deepinstinct.com/.well-known/oauth-protected-resource) - No public OpenAPI, AsyncAPI, GraphQL SDL, gRPC/protobuf or A2A agent card was found on any Deep Instinct host. ## Docs and company - [Deep Instinct](https://www.deepinstinct.com/) - [DSX platform](https://www.deepinstinct.com/dsx) - [DSX for Endpoints](https://www.deepinstinct.com/dsx/dsx-endpoints) - [DSX for Applications](https://www.deepinstinct.com/dsx/dsx-applications) - [DSX for Cloud Storage](https://www.deepinstinct.com/dsx/dsx-cloud-storage) - [DSX for NAS](https://www.deepinstinct.com/dsx/dsx-network-attached-storage) - [Customer portal (login)](https://portal.deepinstinct.com/) - [Integrations and compliance](https://www.deepinstinct.com/compliance-certification-evaluation) - [Training](https://www.deepinstinct.com/deep-instinct-training) - [Resources](https://www.deepinstinct.com/resources) - [Blog](https://www.deepinstinct.com/blog) ([RSS](https://www.deepinstinct.com/blog/feed)) - [Newsroom](https://www.deepinstinct.com/newsroom) - [Contact](https://www.deepinstinct.com/contact-us) - [Request a demo](https://www.deepinstinct.com/request-a-demo) - [Terms of use](https://www.deepinstinct.com/terms-of-use) - [Privacy policy](https://www.deepinstinct.com/privacy-policy) - [GitHub organization (threat research)](https://github.com/deepinstinct) ## Compliance SOC 2 Type II (AICPA), ISO/IEC 27001, ISO/IEC 27017, ISO/IEC 27018:2019, PCI DSS and GDPR (both validated by Coalfire Systems). Third-party evaluations include MITRE Engenuity ATT&CK Evaluations, SE Labs AAA (Enterprise Endpoint Protection), Unit 221B and SANS. ## Optional - [API Evangelist profile for Deep Instinct](https://raw.githubusercontent.com/api-evangelist/deep-instinct/refs/heads/main/apis.yml) - Community (unofficial, unsupported) Python wrapper for the DSX REST API: https://github.com/pvz01/deepinstinct-rest-api-wrapper