diff --git a/docs/assistant/llm-performance-matrix.asciidoc b/docs/assistant/llm-performance-matrix.asciidoc index e36b7bf01d..bd5bc02643 100644 --- a/docs/assistant/llm-performance-matrix.asciidoc +++ b/docs/assistant/llm-performance-matrix.asciidoc @@ -1,7 +1,7 @@ [[llm-performance-matrix]] = Large language model performance matrix -This table describes the performance of various large language models (LLMs) for different use cases in {elastic-sec}, based on our internal testing. To learn more about these use cases, refer to <> or <>. +This table describes the performance of various large language models (LLMs) for different use cases in {elastic-sec}, based on our internal testing. To learn more about these use cases, refer to <>. [cols="1,1,1,1,1,1,1", options="header"] |=== @@ -11,5 +11,4 @@ This table describes the performance of various large language models (LLMs) for | *Assistant - General* | Excellent | Excellent | Excellent | Excellent | Excellent | Excellent | *Assistant - {esql} Generation*| Great | Great | Poor | Excellent | Poor | Excellent | *Assistant - Alert Questions* | Excellent | Excellent | Excellent | Excellent | Poor | Good (limited context) -| *Attack discovery* | Excellent | Great | Poor | Poor | Good | Good (limited context) |=== diff --git a/docs/attack-discovery/attack-discovery.asciidoc b/docs/attack-discovery/attack-discovery.asciidoc deleted file mode 100644 index c8a8ce2177..0000000000 --- a/docs/attack-discovery/attack-discovery.asciidoc +++ /dev/null @@ -1,71 +0,0 @@ -[[attack-discovery]] -[chapter] -= Attack discovery - -:frontmatter-description: Accelerate threat identification by triaging alerts with a large language model. -:frontmatter-tags-products: [security] -:frontmatter-tags-content-type: [overview] -:frontmatter-tags-user-goals: [get-started] - -preview::["This feature is in technical preview. It may change in the future, and you should exercise caution when using it in production environments. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of GA features."] - -NOTE: This feature is available starting with {elastic-sec} version 8.14.0. - -Attack discovery leverages large language models (LLMs) to analyze alerts in your environment and identify threats. Each "discovery" represents a potential attack and describes relationships among multiple alerts to tell you which users and hosts are involved, how alerts correspond to the MITRE ATT&CK matrix, and which threat actor might be responsible. This can help make the most of each security analyst's time, fight alert fatigue, and reduce your mean time to respond. - -This page describes: - -* <> -* <> -* <> - -[[attack-discovery-generate-discoveries]] -[discrete] -== Generate discoveries - -When you access Attack discovery for the first time, you'll need to select an LLM connector before you can analyze alerts. Attack discovery uses the same LLM connectors as <>. To get started: - -. Click the **Attack discovery** page from {elastic-sec}'s navigation menu. -. Select an existing connector from the dropdown menu, or add a new one. -+ -.Recommended models -[sidebar] --- -While Attack discovery is compatible with many different models, our testing found increased performance with Claude 3 Sonnet and Claude 3 Opus. In general, models with larger context windows are more effective for Attack discovery. --- -+ -image::images/select-model-empty-state.png[] -+ -. Once you've selected a connector, click **Generate** to start the analysis. - -It may take from a few seconds up to several minutes to generate discoveries, depending on the number of alerts and the model you selected. Note that Attack discovery only analyzes alerts from the past 24 hours. - -IMPORTANT: Attack discovery uses the same data anonymization settings as <>. To configure which alert fields are sent to the LLM and which of those fields are obfuscated, use the Elastic AI Assistant settings. Consider the privacy policies of third-party LLMs before sending them sensitive data. - -Once the analysis is complete, any threats it identifies will appear as discoveries. Click each one's title to expand or collapse it. Click **Generate** at any time to start the Attack discovery process again with the most current alerts. - -[[attack-discovery-what-info]] -[discrete] -== What information does each discovery include? - -Each discovery includes the following information describing the potential threat, generated by the connected LLM: - -. A descriptive title and a summary of the potential threat. -. The number of associated alerts and which parts of the https://attack.mitre.org/[MITRE ATT&CK matrix] they correspond to. -. The implicated entities (users and hosts), and what suspicious activity was observed for each. - -image::images/attack-discovery-full-card.png[Attack discovery detail view] - -[[attack-discovery-workflows]] -[discrete] -== Incorporate discoveries with other workflows - -There are several ways you can incorporate discoveries into your {elastic-sec} workflows: - -* Click an entity's name to open the user or host details flyout and view more details that may be relevant to your investigation. -* Hover over an entity's name to either add the entity to Timeline (image:images/icon-add-to-timeline.png[Add to timeline icon,17,18]) or copy its field name and value to the clipboard (image:images/icon-copy.png[Copy to clipboard icon,17,18]). -* Click **Take action**, then select **Add to new case** or **Add to existing case** to add a discovery to a <>. This makes it easy to share the information with your team and other stakeholders. -* Click **Investigate in timeline** to explore the discovery in <>. -* Click **View in AI Assistant** to attach the discovery to a conversation with AI Assistant. You can then ask follow-up questions about the discovery or associated alerts. - -image::images/add-discovery-to-assistant.gif[Attack discovery view in AI Assistant] diff --git a/docs/attack-discovery/images/add-discovery-to-assistant.gif b/docs/attack-discovery/images/add-discovery-to-assistant.gif deleted file mode 100644 index d2d969d60e..0000000000 Binary files a/docs/attack-discovery/images/add-discovery-to-assistant.gif and /dev/null differ diff --git a/docs/attack-discovery/images/attack-discovery-full-card.png b/docs/attack-discovery/images/attack-discovery-full-card.png deleted file mode 100644 index af90d5c604..0000000000 Binary files a/docs/attack-discovery/images/attack-discovery-full-card.png and /dev/null differ diff --git a/docs/attack-discovery/images/icon-add-to-timeline.png b/docs/attack-discovery/images/icon-add-to-timeline.png deleted file mode 100644 index c01802253c..0000000000 Binary files a/docs/attack-discovery/images/icon-add-to-timeline.png and /dev/null differ diff --git a/docs/attack-discovery/images/icon-copy.png b/docs/attack-discovery/images/icon-copy.png deleted file mode 100644 index e0a53121d9..0000000000 Binary files a/docs/attack-discovery/images/icon-copy.png and /dev/null differ diff --git a/docs/attack-discovery/images/select-model-empty-state.png b/docs/attack-discovery/images/select-model-empty-state.png deleted file mode 100644 index 78608bbd21..0000000000 Binary files a/docs/attack-discovery/images/select-model-empty-state.png and /dev/null differ diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 542201ae12..da9f84dc64 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -20,8 +20,6 @@ include::getting-started/security-ui.asciidoc[] include::assistant/security-assistant.asciidoc[] -include::attack-discovery/attack-discovery.asciidoc[] - include::dashboards/dashboards-overview.asciidoc[] include::getting-started/explore-intro.asciidoc[]