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: .github/workflows/StaleBranch.yml
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,17 @@ name: (Scheduled) Stale branch removal
2
2
3
3
permissions:
4
4
contents: write
5
-
5
+
6
+
# This workflow is designed to be run in the days up to, and including, a "deletion day", specified by 'DeleteOnDayOfMonth' in env: in https://github.com/MicrosoftDocs/microsoft-365-docs/blob/workflows-prod/.github/workflows/Shared-StaleBranch.yml.
7
+
# On the days leading up to "deletion day", the workflow will report the branches to be deleted. This lets users see which branches will be deleted. On "deletion day", those branches are deleted.
8
+
# The workflow should not be configured to run after "deletion day" so that users can review the branches were deleted.
9
+
# Recommendation: configure cron to run on days 1,15-31 where 1 is what's configured in 'DeleteOnDayOfMonth'. If 'DeleteOnDayOfMonth' is set to something else, update cron to run the two weeks leading up to it.
Copy file name to clipboardExpand all lines: ATPDocs/deploy/activate-capabilities.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,8 +117,8 @@ The first time you activate Defender for Identity capabilities on your domain co
117
117
Defender for Identity capabilities on domain controllers currently support the following Defender for Identity functionality:
118
118
119
119
- Investigation features on the [ITDR dashboard](#check-the-itdr-dashboard), [identity inventory](#confirm-entity-page-details), and [identity advanced hunting data](#test-advanced-hunting-tables)
Copy file name to clipboardExpand all lines: defender-xdr/dlp-investigate-alerts-defender.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,14 @@ It's best practice to only grant minimal permissions to alerts in the Microsoft
83
83
84
84
1. Search for the DLP policy name of the alerts and incidents you're interested in.
85
85
86
-
1. To view the incident summary page, select the incident from the queue. Similarly, select the alert to view the DLP alert page.
86
+
1. To view the incident summary page, select the incident from the queue. Similarly, select the alert to view the DLP alert page. Select **Summarize** (preview) for Security Copilot to generate a summary of the alert. The alert summary will contain the:
87
+
88
+
- alert severity
89
+
- alert title
90
+
- the name of the policy that was matched
91
+
- the name file involved and a link to the file
92
+
- alert status
93
+
- the email address of the user who performed the action that matched the policy
87
94
88
95
1. View the **Alert story** for details about policy and the sensitive information types detected in the alert. Select the event in the **Related Events** section to see the user activity details.
Copy file name to clipboardExpand all lines: defender/threat-intelligence/security-copilot-and-defender-threat-intelligence.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,12 @@ ms.custom:
16
16
- cx-ti
17
17
- cx-mdti
18
18
ms.topic: conceptual
19
-
ms.date: 01/15/2025
19
+
ms.date: 04/22/2025
20
20
---
21
21
22
22
# Microsoft Security Copilot in Microsoft Defender Threat Intelligence
23
23
24
-
Microsoft Security Copilot is a cloud-based AI platform that provides natural language copilot experience. It can help support security professionals in different scenarios, like incident response, threat hunting, and intelligence gathering. For more information about what it can do, read [What is Microsoft Security Copilot?](/copilot/security/microsoft-security-copilot).
24
+
Microsoft Security Copilot is a cloud-based AI platform that provides a natural language copilot experience. It can help support security professionals in different scenarios, like incident response, threat hunting, and intelligence gathering. For more information about what it can do, read [What is Microsoft Security Copilot?](/copilot/security/microsoft-security-copilot).
25
25
26
26
Security Copilot customers gain for each of their authenticated Copilot users access to Microsoft Defender Threat Intelligence (Defender TI). To ensure that you have access to Copilot, see the [Security Copilot purchase and licensing information](/copilot/security/faq-security-copilot).
27
27
@@ -158,9 +158,17 @@ Get detailed information about an indicator (for example, IP addresses, domains,
158
158
- Show me all resolutions for IP address _\<IP address\>_.
159
159
- Show me the open services in _\<IP address\>_.
160
160
161
+
### Malware information
162
+
163
+
Get detailed information about a specific malware detection, which is derived from the [Microsoft Security Intelligence threat encyclopedia](https://www.microsoft.com/en-us/wdsi/threats/threat-search).
164
+
165
+
**Sample prompt**:
166
+
167
+
- What can you tell me about Ransom:Win32/WannaCrypt?
168
+
161
169
## Provide feedback
162
170
163
-
Your feedback on the Defender TI integration in Security Copilot helps with development. To provide feedback, in Copilot, select **How's this response?**At the bottom of each completed prompt and choose any of the following options:
171
+
Your feedback on the Defender TI integration in Security Copilot helps with development. To provide feedback, in Copilot, select **How's this response?**at the bottom of each completed prompt and choose any of the following options:
164
172
-**Looks right** - Select this button if the results are accurate, based on your assessment.
165
173
-**Needs improvement** - Select this button if any detail in the results is incorrect or incomplete, based on your assessment.
166
174
-**Inappropriate** - Select this button if the results contain questionable, ambiguous, or potentially harmful information.
0 commit comments