diff --git a/atomics/T1112/T1112.yaml b/atomics/T1112/T1112.yaml index 74dde19b..54151ddc 100644 --- a/atomics/T1112/T1112.yaml +++ b/atomics/T1112/T1112.yaml @@ -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