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
This is more of a false negative because the sigma rule will not detect -noninteractive or -w hidden being used at the end of the command.
To correct this false negative, the detection should be the following with selection_hidden and selection_noninteractive are updated to remove the space at the end of the selections:
Rule UUID
ed965133-513f-41d9-a441-e38076a0798f
Example EventLog
ScriptBlockText:
powershell.exe -EncodedCommand aGVsbG8gd29ybGQ= -windowstyle hidden -noninteractive
Description
This is more of a false negative because the sigma rule will not detect
-noninteractive
or-w hidden
being used at the end of the command.To correct this false negative, the detection should be the following with selection_hidden and selection_noninteractive are updated to remove the space at the end of the selections:
selection_encoded should not be updated without a space at the end because it requires the option input is not included in the selection.
The text was updated successfully, but these errors were encountered: