Skip to content

Commit 7bafc12

Browse files
authored
Merge branch 'main' into WI363235-Add-ipv6-ipv4-limitations-information
2 parents 2a81f52 + 1ab746a commit 7bafc12

16 files changed

+29
-9
lines changed

.github/workflows/StaleBranch.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@ name: (Scheduled) Stale branch removal
22

33
permissions:
44
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.
10+
611
on:
712
schedule:
8-
- cron: "0 9 1 * *"
13+
- cron: "0 9 1,15-31 * *"
914

10-
# workflow_dispatch:
15+
workflow_dispatch:
1116

1217

1318
jobs:

ATPDocs/deploy/activate-capabilities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ The first time you activate Defender for Identity capabilities on your domain co
117117
Defender for Identity capabilities on domain controllers currently support the following Defender for Identity functionality:
118118

119119
- 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)
120-
- [Specified security posture recommendations](#test-identity-security-posture-management-ispm-recommendations)
121-
- [Specified alert detections](#test-alert-functionality)
120+
- [Security posture recommendations](#test-identity-security-posture-management-ispm-recommendations)
121+
- [Alert detections](#test-alert-functionality)
122122
- [Remediation actions](#test-remediation-actions)
123123
- [Automatic attack disruption](/microsoft-365/security/defender/automatic-attack-disruption)
124124

defender-xdr/dlp-investigate-alerts-defender.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,14 @@ It's best practice to only grant minimal permissions to alerts in the Microsoft
8383

8484
1. Search for the DLP policy name of the alerts and incidents you're interested in.
8585

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
8794

8895
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.
8996

defender/threat-intelligence/security-copilot-and-defender-threat-intelligence.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ ms.custom:
1616
- cx-ti
1717
- cx-mdti
1818
ms.topic: conceptual
19-
ms.date: 01/15/2025
19+
ms.date: 04/22/2025
2020
---
2121

2222
# Microsoft Security Copilot in Microsoft Defender Threat Intelligence
2323

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).
2525

2626
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).
2727

@@ -158,9 +158,17 @@ Get detailed information about an indicator (for example, IP addresses, domains,
158158
- Show me all resolutions for IP address _\<IP address\>_.
159159
- Show me the open services in _\<IP address\>_.
160160

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+
161169
## Provide feedback
162170

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:
164172
- **Looks right** - Select this button if the results are accurate, based on your assessment.
165173
- **Needs improvement** - Select this button if any detail in the results is incorrect or incomplete, based on your assessment.
166174
- **Inappropriate** - Select this button if the results contain questionable, ambiguous, or potentially harmful information.
-9.32 KB
Loading
313 KB
Loading
-13.2 KB
Loading
-23.4 KB
Loading
-17.4 KB
Loading
-8.63 KB
Loading

0 commit comments

Comments
 (0)