Skip to content

Commit

Permalink
remove false positives in Windows being too broad and add specific ke…
Browse files Browse the repository at this point in the history
…ys looked at + add keys from wow64
  • Loading branch information
ecco committed Aug 18, 2020
1 parent 3d9855d commit de48102
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- attack.persistence
- attack.t1060
date: 2019/10/21
modified: 2019/11/10
modified: 2020/08/18
author: Victor Sergeev, Daniil Yugoslavskiy, oscd.community
logsource:
category: registry_event
Expand All @@ -23,7 +23,12 @@ detection:
- '\software\Microsoft\Windows\CurrentVersion\RunServicesOnce'
- '\software\Microsoft\Windows NT\CurrentVersion\Winlogon\Userinit'
- '\software\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell'
- '\software\Microsoft\Windows NT\CurrentVersion\Windows'
- '\software\Microsoft\Windows NT\CurrentVersion\Windows\AppInit_DLLs' # Appinit DLL
- '\software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Windows\AppInit_DLLs' # Appinit DLL
- '\software\Microsoft\Windows NT\CurrentVersion\Windows\Load' # WindowsShellLoadAndRun in HKCU
- '\software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Windows\Load' # WindowsShellLoadAndRun in HKCU
- '\software\Microsoft\Windows NT\CurrentVersion\Windows\Run' # WindowsShellLoadAndRun in HKCU
- '\software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Windows\Run' # WindowsShellLoadAndRun in HKCU
- '\software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders'
condition: selection
falsepositives:
Expand Down

0 comments on commit de48102

Please sign in to comment.