Skip to content

Commit 946478d

Browse files
committed
Added "determination" back to criteria
1 parent f18e069 commit 946478d

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

defender-xdr/alerts-incidents-correlation.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Even when the correlation logic indicates that two incidents should be merged, D
8585

8686
- One of the incidents has a status of "Closed". Incidents that are resolved don't get reopened.
8787
- The source and target incidents are assigned to two different people.
88-
- The source and target incidents have two different classifications (for example, true positive and false positive).
88+
- The source and target incidents have two different classifications (for example, true positive and false positive) or two different determinations (the subcategories of classifications).
8989
- Merging the two incidents would raise the number of entities in the target incident above the allowed maximum.
9090
- The two incidents contain devices in different [device groups](/defender-endpoint/machine-groups) as defined by the organization. <br>(This condition is not in effect by default; it must be enabled.)
9191

@@ -95,12 +95,6 @@ If two incidents should be merged, but aren't merged for any of the reasons list
9595

9696
For example, if the incidents weren't merged because they were assigned to two different people, you can remove the assignment of one of the incidents and then merge the incidents manually.
9797

98-
<!-- This paragraph (what I originally wrote) better describes the Cases feature, doesn't it?
99-
100-
Over the course of investigating an incident, you might discover that other incidents are related to the same attack story or security event, and that these incidents should be investigated together as a unit. In such a case, you can now merge these incidents together into a single incident. This scenario includes cases where the incidents ought to be merged, but weren't because of the circumstances described previously in [When incidents aren't merged](#when-incidents-arent-merged).
101-
102-
-->
103-
10498
Merging incidents together is preferable to unlinking alerts from one incident and linking them to another, because all the incident information (for example, the activity log) is preserved.
10599

106100
For now, only two incidents at a time can be merged manually.

defender-xdr/merge-incidents-manually.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Sometimes, however, the automatic merging doesn't happen, due to certain conditi
3030

3131
- Users must have permissions to view the incidents queue.
3232
- Users must have read and write permissions on all the incidents they wish to merge. Incidents from different sources have different RBAC roles defined.
33-
- Incidents that are candidates for merging must have the same values for **Assigned to**, **Classification**, and **Determination**.
33+
- Incidents that are candidates for merging must have either the same values as each other, or null values, for the **Assigned to**, **Classification**, and **Determination** fields.
3434

3535
## Merge incidents from the incident queue page
3636

@@ -50,7 +50,7 @@ Sometimes, however, the automatic merging doesn't happen, due to certain conditi
5050

5151
1. In the confirmation dialog that appears, select **Merge**. When the merge is complete, a "Success" notification appears, with a link to follow to go to the merged (target) incident.
5252

53-
If the merge fails, a dialog box appears with a message that the incidents failed to merge. Verify that both incidents have the same values for **Assigned to**, **Classification**, and **Determination**.
53+
If the merge fails, a dialog box appears with a message that the incidents failed to merge. Verify that both incidents have the same values, or that at least one of the incidents has a null value, for **Assigned to**, **Classification**, and **Determination**.
5454

5555
## Merge incidents from within the incident page
5656

@@ -70,7 +70,7 @@ Sometimes, however, the automatic merging doesn't happen, due to certain conditi
7070

7171
1. In the confirmation dialog that appears, select **Merge**. When the merge is complete, a "Success" notification appears, the open incident is closed, and you are redirected to the merged (target) incident.
7272

73-
If the merge fails, a dialog box appears with a message that the incidents failed to merge. For the merge to succeed, both incidents must have the same values for **Assigned to**, **Classification**, and **Determination**.
73+
If the merge fails, a dialog box appears with a message that the incidents failed to merge. For the merge to succeed, both incidents must have the same values&mdash;or at least one incident must have a null value&mdash;for **Assigned to**, **Classification**, and **Determination**.
7474

7575
## Notes
7676

0 commit comments

Comments
 (0)