2019-01-16 22:36:31 +00:00
|
|
|
title: PowerShell Script Run in AppData
|
2019-11-12 22:12:27 +00:00
|
|
|
id: ac175779-025a-4f12-98b0-acdaeb77ea85
|
2019-01-16 22:36:31 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects a suspicious command line execution that invokes PowerShell with reference to an AppData folder
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://twitter.com/JohnLaTwC/status/1082851155481288706
|
|
|
|
- https://app.any.run/tasks/f87f1c4e-47e2-4c46-9cf4-31454c06ce03
|
2019-03-06 04:25:12 +00:00
|
|
|
tags:
|
|
|
|
- attack.execution
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1059.001
|
2021-04-02 22:00:43 +00:00
|
|
|
- attack.t1086 # an old one
|
2020-11-28 16:34:34 +00:00
|
|
|
author: Florian Roth, Jonhnathan Ribeiro, oscd.community
|
2019-01-16 22:36:31 +00:00
|
|
|
date: 2019/01/09
|
2020-11-28 16:34:34 +00:00
|
|
|
modified: 2020/11/28
|
2019-01-16 22:36:31 +00:00
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-01-16 22:36:31 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
2020-11-28 16:15:24 +00:00
|
|
|
CommandLine|contains|all:
|
|
|
|
- '/c'
|
|
|
|
- 'powershell'
|
2020-11-28 16:34:34 +00:00
|
|
|
- '\AppData\'
|
2020-10-15 22:43:37 +00:00
|
|
|
CommandLine|contains:
|
2020-11-28 16:34:34 +00:00
|
|
|
- 'Local\'
|
|
|
|
- 'Roaming\'
|
2019-03-01 23:14:20 +00:00
|
|
|
condition: selection
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Administrative scripts
|
2019-01-16 22:36:31 +00:00
|
|
|
level: medium
|