Skip to content

Commit

Permalink
Fix TargetFilename case
Browse files Browse the repository at this point in the history
  • Loading branch information
frack113 committed Nov 10, 2021
1 parent b6f6bed commit da8fcab
Showing 1 changed file with 23 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,30 @@ tags:
- attack.defense_evasion
status: experimental
date: 2021/08/23
modified: 2021/11/10
logsource:
product: windows
category: file_event
product: windows
category: file_event
detection:
#useful_information: Please add more file extensions to the logic of your choice.
selection1:
Image|endswith:
- 'winword.exe'
- 'excel.exe'
- 'powerpnt.exe'
selection2:
TargetFileName|endswith:
- ".exe"
- ".dll"
- ".ocx"
- ".com"
- ".ps1"
- ".vbs"
- ".sys"
- ".bat"
- ".scr"
- ".proj"
condition: selection1 and selection2
#useful_information: Please add more file extensions to the logic of your choice.
selection1:
Image|endswith:
- 'winword.exe'
- 'excel.exe'
- 'powerpnt.exe'
selection2:
TargetFilename|endswith:
- ".exe"
- ".dll"
- ".ocx"
- ".com"
- ".ps1"
- ".vbs"
- ".sys"
- ".bat"
- ".scr"
- ".proj"
condition: selection1 and selection2
falsepositives:
- Unknown
- Unknown
level: high

0 comments on commit da8fcab

Please sign in to comment.