Merge pull request #2077 from frack113/remove_re

Convert re to endswith
This commit is contained in:
frack113 2021-09-25 07:55:22 +02:00 committed by GitHub
commit 8fe222a92c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ tags:
- attack.t1053
author: Sreeman
date: 2020/09/29
modified: 2021/09/09
modified: 2021/09/24
fields:
- EventID
- CommandLine
@ -23,7 +23,20 @@ logsource:
detection:
selection:
TargetObject|contains: 'HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\TelemetryController\'
Details|re: '.*(.sh|.exe|.dll|.bin|.bat|.cmd|.js|.ps|.vb|.jar|.hta|.msi|.vbs)$'
Details|endswith:
- .sh
- .exe
- .dll
- .bin
- .bat
- .cmd
- .js
- .ps
- .vb
- .jar
- .hta
- .msi
- .vbs
condition: selection
falsepositives:
- none