SigmaHQ/rules/windows/process_creation/win_indirect_cmd.yml

32 lines
1.0 KiB
YAML
Raw Normal View History

2019-10-28 10:59:49 +00:00
title: Indirect Command Execution
id: fa47597e-90e9-41cd-ab72-c3b74cfb0d02
2019-11-11 00:20:09 +00:00
description: Detect indirect command execution via Program Compatibility Assistant pcalua.exe or forfiles.exe
2019-10-28 10:59:49 +00:00
status: experimental
2019-11-11 00:20:09 +00:00
author: E.M. Anhaus (orignally from Atomic Blue Detections, Endgame), oscd.community
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1202/T1202.yaml
- https://eqllib.readthedocs.io/en/latest/analytics/884a7ccd-7305-4130-82d0-d4f90bc118b6.html
2019-10-28 10:59:49 +00:00
date: 2019/10/24
2019-11-11 00:20:09 +00:00
modified: 2019/11/11
2019-10-28 10:59:49 +00:00
tags:
- attack.defense_evasion
- attack.t1202
2020-01-19 21:34:16 +00:00
logsource:
category: process_creation
product: windows
2019-10-28 10:59:49 +00:00
detection:
selection:
2019-11-11 00:20:09 +00:00
ParentImage|endswith:
- '\pcalua.exe'
- '\forfiles.exe'
condition: selection
fields:
- ComputerName
- User
- ParentCommandLine
- CommandLine
2019-10-28 10:59:49 +00:00
falsepositives:
2019-11-11 00:20:09 +00:00
- Need to use extra processing with 'unique_count' / 'filter' to focus on outliers as opposed to commonly seen artifacts
- Legit usage of scripts
level: low