Skip to content

Commit 0eca77b

Browse files
draft of copilot in sentinel
1 parent f6192cc commit 0eca77b

File tree

5 files changed

+93
-0
lines changed

5 files changed

+93
-0
lines changed
50.3 KB
Loading
501 Bytes
Loading
6.83 KB
Loading
560 Bytes
Loading
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
---
2+
title: Microsoft Copilot in Microsoft Sentinel (Preview)
3+
description: Learn about Microsoft Sentinel capabilities in Copilot for Security. Understand the best prompts to use and how to get timely, accurate results for NL2KQL.
4+
keywords: security copilot, Microsoft Defender XDR, embedded experience, incident summary, query assistant, incident report, incident response automated, automatic incident response, summarize incidents, summarize incident report, plugins, Microsoft plugins, preinstalled plugins, Microsoft Copilot for Security, Copilot for Security, Microsoft Defender, Copilot in Sentinel, natural language to KQL, generate queries
5+
ms.service: microsoft-sentinel
6+
ms.collection: usx-security
7+
ms.pagetype: security
8+
ms.author: austinmc
9+
author: austinmccollum
10+
ms.localizationpriority: medium
11+
audience: ITPro
12+
ms.topic: conceptual
13+
appliesto:
14+
- Microsoft Sentinel
15+
- Copilot for Security
16+
ms.date: 06/26/2024
17+
---
18+
19+
# Access your Microsoft Sentinel data in Copilot for Security
20+
21+
Microsoft Copilot for Security is a platform that helps you defend your organization at machine speed and scale. Microsoft Sentinel provides a plugin for Copilot to help analyze incidents and generate hunting queries.
22+
23+
Together with the iterative processing of other sophisticated Copilot for Security sources you enable, your Microsoft Sentinel incidents and data provide wider visibility into threats and their context for your organization.
24+
25+
> [!IMPORTANT]
26+
> The Microsoft Sentinel and Natural Language to KQL for Microsoft Sentinel plugins are currently in PREVIEW. The [Azure Preview Supplemental Terms](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) include additional legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
27+
>
28+
29+
## Microsoft Copilot in Microsoft Sentinel (Preview)
30+
31+
Copilot for Security doesn't have an embedded experience in the Microsoft Sentinel Azure portal. However, because Microsoft Sentinel features are available in the Microsoft Defender portal as part of the unified security operations platform, [Copilot in Microsoft Defender XDR](/defender-xdr/security-copilot-in-microsoft-365-defender) provides some access to Microsoft Sentinel data with its integration experience.
32+
33+
For more information, see [Microsoft Sentinel in the Microsoft Defender portal](microsoft-sentinel-defender-portal.md#new-and-improved-capabilities).
34+
35+
## System capabilities of Copilot in Microsoft Sentinel
36+
37+
Copilot in Microsoft Sentinel has the following capabilities in the standalone experience.
38+
39+
- Get Microsoft Sentinel incidents
40+
- List Microsoft Sentinel workspaces
41+
42+
The Microsoft Sentinel plugin for KQL support generates and runs KQL hunting queries using Microsoft Sentinel data for most tables with good confidence.
43+
44+
- Natural language to KQL (NL2KQL) for Microsoft Sentinel
45+
46+
To view these capabilities in Copilot, select the **Prompts** :::image type="icon" source="media/sentinel-security-copilot/prompts.png"::: icon in the prompt bar and select **See all system capabilities**. Scroll down to section for Microsoft Sentinel and Natural language to KQL.
47+
48+
### Enable the Microsoft Sentinel plugins in Copilot
49+
50+
1. Navigate to Copilot for Security at [https://securitycopilot.microsoft.com/](https://securitycopilot.microsoft.com/).
51+
1. Open **Sources** :::image type="icon" source="media/sentinel-security-copilot/sources.png"::: in the prompt bar.
52+
1. On the **Manage plugins** page, set the **Microsoft Sentinel (Preview)** toggle to **On**.
53+
1. Optionally, set the **Natural language to KQL for Microsoft Sentinel (Preview)** toggle to **On**.
54+
55+
### Configure the Microsoft Sentinel source
56+
57+
Increase your prompt accuracy when you have access to multiple Microsoft Sentinel workspaces by configuring one of them as the default.
58+
59+
1. On the **Manage plugins** page, select the gear icon on the Microsoft Sentinel (Preview) plugin.
60+
61+
:::image type="content" source="media/sentinel-security-copilot/sentinel-plugin.png" alt-text="Screenshot of the personalization selection gear icon for the Microsoft Sentinel plugin.":::
62+
63+
1. Configure the default workspace name.
64+
65+
:::image type="content" source="media/sentinel-security-copilot/configure-default-sentinel-workspace.png" alt-text="Screenshot of the plugin personlization options for the Microsoft Sentinel plugin.":::
66+
67+
1. When you create prompts designed to access the non-default workspace, specify the workspace ID in your prompt.
68+
69+
Example prompt:
70+
71+
*What are the top 5 high priority Sentinel incidents in workspace "soc-sentinel-workspace"?*
72+
73+
### Sample prompts
74+
75+
For guidance on writing effective prompts, see [Prompting in Microsoft Copilot for Security](/security-copilot/prompting-security-copilot). Here are some examples:
76+
77+
- The second part of this prompt nudges Copilot to provide human readable information instead of responding with object ids.
78+
*Show me Sentinel incidents that were closed as a false positive. Supply the Incident number, Incident Title, and the time they were created.*
79+
80+
- Copilot knows who you are.
81+
*What Sentinel incidents created in the last 24 hours are assigned to me? List them with highest priority incidents at the top.*
82+
83+
- When you've narrowed a prompt response down to a single incident, Copilot knows the context.
84+
*Tell me about the entities associated with that incident.*
85+
86+
- A useful way to summarize the prompting work you've done.
87+
*Write an executive report summarizing this investigation. It should be suited for a non-technical audience.*
88+
89+
For more information on sample prompts, see [Rod Trent's Copilot for Security GitHub](https://github.com/rod-trent/Copilot-for-Security/blob/main/Prompts/Plugins/Sentinel.md).
90+
91+
### Related articles
92+
93+

0 commit comments

Comments
 (0)