briandelmsft / SentinelAutomationModules

The Microsoft Sentinel Triage AssistanT (STAT) enables easy to create incident triage automation in Microsoft Sentinel
MIT License
212 stars 58 forks source link

[Feature] Custom KQL Filter for Related Alerts Module #377

Closed briandelmsft closed 1 year ago

briandelmsft commented 1 year ago

In some contexts you may want to filter our certain alerts from the related alerts module. For example, if the alert is about a specific IP, like a corporate egress IP it may lead to many matching alerts with limited value. Or in the case of #375 eDiscovery alerts may be frequent by a user whose job it is to do eDiscovery.

This feature will add an optional input to the related alerts module where it will allow for the insertion of custom KQL (primarily to input custom where statements)