Skip to content

Conversation

@0xFustang
Copy link
Collaborator

Description

In this PR, we introduce two new custom fields for Microsoft Sentinel analytics rules:

  1. Handle grouping_matching_entities

Allows specifying which entity types should be used for incident grouping. When this field is present, the matching method is automatically set to "Selected".

Example:

custom:
  grouping_matching_entities:
    - IP
    - Account
    - RegistryKey
  1. Add grouping_period override

The existing grouping_period custom field now works across both incident creation scenarios (when incident_status is True or False).

custom:
  grouping_period: 24  # 24 hours

@0xFustang 0xFustang self-assigned this Jan 26, 2026
@0xFustang 0xFustang changed the title feat(sentinel): Support custom entity grouping configuration per rule feat(microsoft_sentinel): Support custom entity grouping configuration per rule Jan 26, 2026
@0xFustang 0xFustang merged commit 6288058 into main Jan 26, 2026
2 checks passed
@0xFustang 0xFustang deleted the add-ms-sentinel-custom-group branch January 26, 2026 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants