Skip to content

Commit ee823b6

Browse files
Samirbousw0rk3r
andauthored
Update rules/windows/defense_evasion_msiexec_child_proc_netcon.toml
Co-authored-by: Jonhnathan <[email protected]>
1 parent ff1e7ca commit ee823b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/windows/defense_evasion_msiexec_child_proc_netcon.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ sequence by process.entity_id with maxspan=1m
9090
"C:\\Windows\\System32\\wevtutil.exe",
9191
"C:\\Windows\\SysWOW64\\WindowsPowerShell\\v1.0\\powershell.exe") and
9292
not (process.name : ("rundll32.exe", "regsvr32.exe", "powershell.exe", "regasm.exe", "wscript.exe") and process.args : ("?:\\Program Files\\*", "?:\\Program Files (x86)\\*")) and
93-
not (?process.code_signature.subject_name in ("Bruno Software Inc", "Proton AG", "Axis Communications AB", "Citrix Systems, Inc.", "NSUS Limited", "Action1 Corporation", "Solarwinds Worldwide, LLC") and
93+
not (?process.code_signature.subject_name : ("Bruno Software Inc", "Proton AG", "Axis Communications AB", "Citrix Systems, Inc.", "NSUS Limited", "Action1 Corporation", "Solarwinds Worldwide, LLC") and
9494
?process.code_signature.trusted == true) and
9595
not (?process.pe.original_file_name in ("dxsetup.exe", "MofCompiler.exe", "ShellApp.exe") and
9696
?process.code_signature.subject_name == "Microsoft Corporation" and ?process.code_signature.trusted == true) and

0 commit comments

Comments
 (0)