-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Big update. Adds four new pages, two new images, and makes minor updates to existing pages. * minor edits * minor edit * Apply suggestions from Janeen's review Co-authored-by: Janeen Mikell Roberts <[email protected]> * Update titles per James' review * Apply suggestions from code review Co-authored-by: Joe Peeples <[email protected]> * Incorporates Joe's feedback * Update docs/assistant/use-attack-discovery-ai-assistant-incident-reporting.asciidoc Co-authored-by: Nastasha Solomon <[email protected]> * Update docs/assistant/use-attack-discovery-ai-assistant-incident-reporting.asciidoc Co-authored-by: Janeen Mikell Roberts <[email protected]> --------- Co-authored-by: Janeen Mikell Roberts <[email protected]> Co-authored-by: Joe Peeples <[email protected]> Co-authored-by: Nastasha Solomon <[email protected]> (cherry picked from commit 525a9b0) Co-authored-by: Benjamin Ironside Goldstein <[email protected]>
- Loading branch information
1 parent
320f528
commit 280961d
Showing
8 changed files
with
121 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[[esql-queries-assistant]] | ||
= Generate, customize, and learn about {esql} queries | ||
|
||
:frontmatter-description: Elastic AI Assistant can help you write ES|QL queries. | ||
:frontmatter-tags-products: [security] | ||
:frontmatter-tags-content-type: [guide] | ||
:frontmatter-tags-user-goals: [get-started] | ||
|
||
Elastic AI Assistant can help you learn about and leverage the Elasticsearch Query Language ({esql}). | ||
|
||
With AI Assistant's <<ai-assistant-knowledge-base, {esql} knowledge base>> enabled, AI Assistant benefits from specialized training data that enables it to answer questions related to {esql} at an expert level. | ||
|
||
AI Assistant can help with {esql} in many ways, including: | ||
|
||
* **Education and training**: AI Assistant can serve as a powerful {esql} learning tool. Ask it for examples, explanations of complex queries, and best practices. | ||
* **Writing new queries**: Prompt AI Assistant to provide a query that accomplishes a particular task, and it will generate a query matching your description. For example: "Write a query to identify documents with `curl.exe` usage and calculate the sum of `destination.bytes`" or "What query would return all user logins to [a host] in the last six hours?" | ||
* **Providing feedback to optimize existing queries**: Send AI Assistant a query you want to work on and ask it for improvements, refactoring, a general assessment, or to optimize the query's performance with large data sets. | ||
* **Customizing queries for your environment**: Since each environment is unique, you may need to customize queries that you used in other contexts. AI Assistant can suggest necessary modifications based on contextual information you provide. | ||
* **Troubleshooting**: Having trouble with a query or getting unexpected results? Ask AI Assistant to help you troubleshoot. | ||
|
||
In these ways and others, AI Assistant can enable you to make use of {esql}'s advanced search capabilities to accomplish goals across {elastic-sec}. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[[assistant-use-cases]] | ||
= AI Assistant use cases | ||
|
||
Elastic AI Assistant's flexibility means you can use it for many different purposes. These topics describe some of the possible uses for AI Assistant within {elastic-sec}: | ||
|
||
* <<attack-discovery-ai-assistant-incident-reporting>> | ||
* <<assistant-triage>> | ||
* <<esql-queries-assistant>> | ||
|
||
For general information about AI Assistant, refer to <<security-assistant, AI Assistant>>. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[[llm-connector-guides]] | ||
= Set up connectors for large language models (LLM) | ||
|
||
This section contains instructions for setting up connectors for LLMs so you can use <<security-assistant, Elastic AI Assistant>> and <<attack-discovery, Attack discovery>>. | ||
|
||
Setup guides are available for the following LLM providers: | ||
|
||
* <<assistant-connect-to-azure-openai, Azure OpenAI>> | ||
* <<assistant-connect-to-bedrock, Amazon Bedrock>> | ||
* <<assistant-connect-to-openai, OpenAI>> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 60 additions & 0 deletions
60
docs/assistant/use-attack-discovery-ai-assistant-incident-reporting.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
[[attack-discovery-ai-assistant-incident-reporting]] | ||
= Identify, investigate, and document threats | ||
|
||
:frontmatter-description: Elastic AI Assistant can help you write ES|QL queries. | ||
:frontmatter-tags-products: [security] | ||
:frontmatter-tags-content-type: [guide] | ||
:frontmatter-tags-user-goals: [get-started] | ||
|
||
Together, <<security-assistant, Elastic AI Assistant>> and <<attack-discovery,Attack discovery>> can help you identify and mitigate threats, investigate incidents, and generate incident reports in various languages so you can monitor and protect your environment. | ||
|
||
In this guide, you'll learn how to: | ||
|
||
* <<use-case-incident-reporting-use-attack-discovery-to-identify-threats, Use Attack discovery to identify threats>> | ||
* <<use-case-incident-reporting-use-ai-assistant-to-analyze-a-threat, Use AI Assistant to analyze a threat>> | ||
* <<use-case-incident-reporting-create-a-case-using-ai-assistant,Create a case using AI Assistant>> | ||
* <<use-case-incident-reporting-translate,Translate incident information to a different human language using AI Assistant>> | ||
|
||
|
||
[discrete] | ||
[[use-case-incident-reporting-use-attack-discovery-to-identify-threats]] | ||
== Use Attack discovery to identify threats | ||
Attack discovery can detect a wide range of threats by finding relationships among alerts that may indicate a coordinated attack. This enables you to comprehend how threats move through and affect your systems. Attack discovery generates a detailed summary of each potential threat, which can serve as the basis for further analysis. Learn how to <<attack-discovery,get started with Attack discovery>>. | ||
|
||
image::images/attck-disc-11-alerts-disc.png[An Attack discovery card showing an attack with 11 related alerts,90%] | ||
|
||
In the example above, Attack discovery found connections between eleven alerts, and used them to identify and describe an attack chain. | ||
|
||
After Attack discovery outlines your threat landscape, use Elastic AI Assistant to quickly analyze a threat in detail. | ||
|
||
[discrete] | ||
[[use-case-incident-reporting-use-ai-assistant-to-analyze-a-threat]] | ||
== Use AI Assistant to analyze a threat | ||
|
||
From a discovery on the Attack discovery page, click **View in AI Assistant** to start a chat that includes the discovery as context. | ||
|
||
AI Assistant can quickly compile essential data and provide suggestions to help you generate an incident report and plan an effective response. You can ask it to provide relevant data or answer questions, such as “How can I remediate this threat?” or “What {esql} query would isolate actions taken by this user?” | ||
|
||
image::images/attck-disc-esql-query-gen-example.png[An AI Assistant dialogue in which the user asks for a purpose-built {esql} query,90%] | ||
|
||
The image above shows an {esql} query generated by AI Assistant in response to a user prompt. Learn more about <<esql-queries-assistant,using AI Assistant for {esql}>>. | ||
|
||
At any point in a conversation with AI Assistant, you can add data, narrative summaries, and other information from its responses to {elastic-sec}'s case management system to generate incident reports. | ||
|
||
[discrete] | ||
[[use-case-incident-reporting-create-a-case-using-ai-assistant]] | ||
== Create a case using AI Assistant | ||
|
||
From the AI Assistant dialog window, click **Add to case** (image:images/icon-add-to-case.png[Add to case icon,19,16]) next to a message to add the information in that message to a <<cases-overview,case>>. Cases help centralize relevant details in one place for easy sharing with stakeholders. | ||
|
||
If you add a message that contains a discovery to a case, AI Assistant automatically adds the attack summary and all associated alerts to the case. You can also add AI Assistant messages that contain remediation steps and relevant data to the case. | ||
|
||
[discrete] | ||
[[use-case-incident-reporting-translate]] | ||
== Translate incident information to a different human language using AI Assistant | ||
AI Assistant can translate its findings into other human languages, helping to enable collaboration among global security teams, and making it easier to operate within multilingual organizations. | ||
|
||
After AI Assistant provides information in one language, you can ask it to translate its responses. For example, if it provides remediation steps for an incident, you can instruct it to “Translate these remediation steps into Japanese.” You can then add the translated output to a case. This can help team members receive the same information and insights regardless of their primary language. | ||
|
||
NOTE: In our internal testing, AI Assistant translations preserved the accuracy of the original content. However, all LLMs can make mistakes, so use caution. | ||
|