Skip to content

Commit aedd499

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

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
@@ -93,7 +93,7 @@ sequence by process.entity_id with maxspan=1m
9393
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
96-
?process.code_signature.subject_name == "Microsoft Corporation" and ?process.code_signature.trusted == true) and
96+
?process.code_signature.subject_name : "Microsoft Corporation" and ?process.code_signature.trusted == true) and
9797
not ?process.hash.sha256 in ("cfaef8c711db04d6c4a4381c66ac21b9e234e57febedb77fedc9316898b214bc",
9898
"2f26f37cce780ca76f0dbac0de233f4c8d84c31b3f37380b9d5faacc3ee2d03e",
9999
"7d9c691bfbf3beb78919dfd940fa6d325c3437425d5b0371df39aef6accf858d")

0 commit comments

Comments
 (0)