Files
blue-team-tools/rules/windows/process_creation/win_susp_ps_appdata.yml
T

25 lines
745 B
YAML
Raw Normal View History

title: PowerShell Script Run in AppData
2019-11-12 23:12:27 +01:00
id: ac175779-025a-4f12-98b0-acdaeb77ea85
status: experimental
description: Detects a suspicious command line execution that invokes PowerShell with reference to an AppData folder
references:
2019-03-02 00:14:20 +01:00
- https://twitter.com/JohnLaTwC/status/1082851155481288706
- https://app.any.run/tasks/f87f1c4e-47e2-4c46-9cf4-31454c06ce03
2019-03-06 05:25:12 +01:00
tags:
- attack.execution
- attack.t1086
author: Florian Roth
date: 2019/01/09
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
detection:
2019-03-02 00:14:20 +01:00
selection:
CommandLine:
- '* /c powershell*\AppData\Local\\*'
- '* /c powershell*\AppData\Roaming\\*'
condition: selection
falsepositives:
2019-03-02 00:14:20 +01:00
- Administrative scripts
level: medium