diff --git a/rules/windows/execution_suspicious_powershell_imgload.toml b/rules/windows/execution_suspicious_powershell_imgload.toml index 5b129a442..7ae99c30c 100644 --- a/rules/windows/execution_suspicious_powershell_imgload.toml +++ b/rules/windows/execution_suspicious_powershell_imgload.toml @@ -4,7 +4,7 @@ integration = ["endpoint", "windows"] maturity = "production" min_stack_comments = "New fields added: required_fields, related_integrations, setup" min_stack_version = "8.3.0" -updated_date = "2023/02/22" +updated_date = "2023/06/06" [rule] author = ["Elastic"] @@ -139,6 +139,7 @@ not process.executable regex~ """C:\\Program Files( \(x86\))?\\*\.exe""" and "SPCAF.Client.exe", "SPCAF.SettingsEditor.exe", "SQLPS.exe", + "Ssms.exe", "telemetryservice.exe", "UMWorkerProcess.exe", "w3wp.exe",