Skip to content

Commit

Permalink
fix: remove duplicate and forbidden null/'' in list
Browse files Browse the repository at this point in the history
  • Loading branch information
phantinuss committed Oct 23, 2023
1 parent 6512d73 commit 4054798
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ detection:
ParentImage|endswith: '\CompatTelRunner.exe'
ParentCommandLine|contains: ':\Windows\system32\CompatTelRunner.exe -m:appraiser.dll -f:DoScheduledTelemetryRun'
filter_optional_ibm_spectrumprotect:
ParentImage|contains:
- ':\IBM\SpectrumProtect\webserver\scripts\'
- ''
- null
ParentImage|contains: ':\IBM\SpectrumProtect\webserver\scripts\'
CommandLine|contains: ':\IBM\SpectrumProtect\webserver\scripts\'
filter_main_msiexec:
ParentImage|endswith: ':\Windows\SysWOW64\msiexec.exe'
Expand Down

0 comments on commit 4054798

Please sign in to comment.