SigmaHQ/rules/windows/process_creation/win_susp_shimcache_flush.yml

40 lines
1.0 KiB
YAML
Raw Normal View History

2021-02-01 19:05:28 +00:00
title: ShimCache Flush
id: b0524451-19af-4efa-a46f-562a977f792e
status: experimental
description: Detects actions that clear the local ShimCache and remove forensic evidence
references:
- https://medium.com/@blueteamops/shimcache-flush-89daff28d15e
tags:
- attack.defense_evasion
- attack.t1112
author: Florian Roth
date: 2021/02/01
logsource:
category: process_creation
product: windows
detection:
2021-02-01 19:16:31 +00:00
selection1a:
2021-02-01 19:05:28 +00:00
CommandLine|contains|all:
- 'rundll32'
- 'apphelp.dll'
2021-02-01 19:16:31 +00:00
selection1b:
CommandLine|contains:
2021-02-01 19:05:28 +00:00
- 'ShimFlushCache'
2021-02-01 19:16:31 +00:00
- '#250'
selection2a:
2021-02-01 19:05:28 +00:00
CommandLine|contains|all:
- 'rundll32'
- 'kernel32.dll'
2021-02-01 19:16:31 +00:00
selection2b:
CommandLine|contains:
2021-02-01 19:05:28 +00:00
- 'BaseFlushAppcompatCache'
2021-02-01 19:16:31 +00:00
- '#46'
2021-02-22 16:30:11 +00:00
condition: ( selection1a and selection1b ) or ( selection2a and selection2b )
2021-02-01 19:05:28 +00:00
fields:
- Image
- CommandLine
- ParentCommandLine
falsepositives:
- Unknown
level: critical