You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sentinel/sentinel-security-copilot.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,29 +62,29 @@ Increase your prompt accuracy when you have access to multiple Microsoft Sentine
62
62
63
63
1. Configure the default workspace name.
64
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.":::
65
+
:::image type="content" source="media/sentinel-security-copilot/configure-default-sentinel-workspace.png" alt-text="Screenshot of the plugin personalization options for the Microsoft Sentinel plugin.":::
66
66
67
-
1. When you create prompts designed to access the non-default workspace, specify the workspace ID in your prompt.
67
+
1. When you create prompts designed to access the nondefault workspace, specify the workspace ID in your prompt.
68
68
69
69
Example prompt:
70
70
71
-
*What are the top 5 high priority Sentinel incidents in workspace "soc-sentinel-workspace"?*
71
+
`*What are the top 5 high priority Sentinel incidents in workspace "soc-sentinel-workspace"?*`
72
72
73
73
### Sample prompts
74
74
75
75
For guidance on writing effective prompts, see [Prompting in Microsoft Copilot for Security](/security-copilot/prompting-security-copilot). Here are some examples:
76
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.*
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
79
80
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.*
81
+
`*What Sentinel incidents created in the last 24 hours are assigned to me? List them with highest priority incidents at the top.*`
82
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.*
83
+
- When you narrow a prompt response down to a single incident, Copilot knows the context.
84
+
`*Tell me about the entities associated with that incident.*`
85
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.*
86
+
- A useful way to summarize the prompts and responses so far.
87
+
`*Write an executive report summarizing this investigation. It should be suited for a nontechnical audience.*`
88
88
89
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).
0 commit comments