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
Performance - Optimizing resource consumption and execution time of detection rules.
Description
The sequence uses event.type == "start" until event.type == "end". We should tune this rule to address event aggregation issues where event.type for both will be aggregated within the same event if they fire within 5 seconds causing the sequence to potentially NOP.
Link to Rule
https://github.com/elastic/detection-rules/blob/main/rules/windows/lateral_movement_direct_outbound_smb_connection.toml
Rule Tuning Type
Performance - Optimizing resource consumption and execution time of detection rules.
Description
event.type == "start"
untilevent.type == "end"
. We should tune this rule to address event aggregation issues where event.type for both will be aggregated within the same event if they fire within 5 seconds causing the sequence to potentially NOP.Example Data
No response
cc. @nicholasberlin
The text was updated successfully, but these errors were encountered: