Skip to content

Commit

Permalink
Sigma Rule Update (2023-11-21 20:07:03) (#537)
Browse files Browse the repository at this point in the history
Co-authored-by: hach1yon <[email protected]>
  • Loading branch information
github-actions[bot] and hach1yon authored Nov 21, 2023
1 parent 273462e commit af9aefa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ references:
- https://github.com/swagkarna/Defeat-Defender-V1.2.0
author: Jakob Weinzettl, oscd.community, Nasreddine Bencherchali (Nextron Systems)
date: 2019/10/23
modified: 2023/11/06
modified: 2023/11/21
tags:
- attack.defense_evasion
- attack.t1222.001
Expand Down Expand Up @@ -46,11 +46,11 @@ detection:
filter_optional_vscode:
CommandLine|contains:
- \AppData\Local\Programs\Microsoft VS Code
- :\Program Files\Microsoft VS Code\
- :\Program Files\Microsoft VS Code
filter_optional_avira:
CommandLine|contains:
- :\Program Files (x86)\Avira\
- :\Program Files\Avira\
- :\Program Files (x86)\Avira
- :\Program Files\Avira
condition: process_creation and (1 of selection_* and not 1 of filter_optional_*)
falsepositives:
- Users interacting with the files on their own (unlikely unless privileged users).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ references:
- https://github.com/swagkarna/Defeat-Defender-V1.2.0
author: Jakob Weinzettl, oscd.community, Nasreddine Bencherchali (Nextron Systems)
date: 2019/10/23
modified: 2023/11/06
modified: 2023/11/21
tags:
- attack.defense_evasion
- attack.t1222.001
Expand Down Expand Up @@ -47,11 +47,11 @@ detection:
filter_optional_vscode:
CommandLine|contains:
- \AppData\Local\Programs\Microsoft VS Code
- :\Program Files\Microsoft VS Code\
- :\Program Files\Microsoft VS Code
filter_optional_avira:
CommandLine|contains:
- :\Program Files (x86)\Avira\
- :\Program Files\Avira\
- :\Program Files (x86)\Avira
- :\Program Files\Avira
condition: process_creation and (1 of selection_* and not 1 of filter_optional_*)
falsepositives:
- Users interacting with the files on their own (unlikely unless privileged users).
Expand Down

0 comments on commit af9aefa

Please sign in to comment.