Skip to content

Commit

Permalink
Update T1112.yaml (#2809)
Browse files Browse the repository at this point in the history
Added new Atomic "Flush ShimCache"

Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
  • Loading branch information
nish221b-bs and clr2of8 committed Jun 18, 2024
1 parent f8df955 commit b84afa7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions atomics/T1112/T1112.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1123,3 +1123,13 @@ atomic_tests:
Invoke-CimMethod -ClassName StdRegProv -MethodName DeleteValue -Arguments @{hDefKey=[uint32]2147483650; sSubKeyName="Software\Policies\Microsoft\Windows NT\Terminal Services"; sValueName="Shadow"} -CimSession $s
name: powershell
elevation_required: true
- name: Flush Shimcache
description: |-
The ShimCache is a component in Windows operating systems that stores information about recently executed applications. It is used by the operating system to speed up the launching process of applications. The ShimCache is also used by IR teams and Forensic teams. Forensic investigators can use the ShimCache to determine which programs have been executed on a system, even if they have been deleted or their logs have been cleared.Reference : https://blueteamops.medium.com/shimcache-flush-89daff28d15e
supported_platforms:
- windows
executor:
command: |-
Rundll32.exe apphelp.dll,ShimFlushCache
name: command_prompt
elevation_required: true

0 comments on commit b84afa7

Please sign in to comment.