2019-01-16 22:36:31 +00:00
|
|
|
title: Suspicious Encoded PowerShell Command Line
|
2019-11-12 22:12:27 +00:00
|
|
|
id: ca2092a1-c273-4878-9b4b-0d60115bf5ea
|
2019-12-20 13:59:26 +00:00
|
|
|
description: Detects suspicious powershell process starts with base64 encoded commands (e.g. Emotet)
|
2019-01-16 22:36:31 +00:00
|
|
|
status: experimental
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://app.any.run/tasks/6217d77d-3189-4db2-a957-8ab239f3e01e
|
2021-03-02 19:48:55 +00:00
|
|
|
author: Florian Roth, Markus Neis, Jonhnathan Ribeiro, Daniil Yugoslavskiy, Anton Kutepov, oscd.community
|
2019-01-16 22:36:31 +00:00
|
|
|
date: 2018/09/03
|
2021-03-02 19:48:55 +00:00
|
|
|
modified: 2021/03/02
|
2019-03-05 22:56:05 +00:00
|
|
|
tags:
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.execution
|
|
|
|
- attack.t1059.001
|
2020-08-28 14:14:26 +00:00
|
|
|
- attack.t1086 # an old one
|
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:
|
2021-03-02 19:48:55 +00:00
|
|
|
CommandLine|contains: ' -e' # covers -en and -enc
|
2020-10-15 22:38:47 +00:00
|
|
|
selection2:
|
2021-03-02 19:48:55 +00:00
|
|
|
CommandLine|contains: ' JAB'
|
2020-10-15 22:38:47 +00:00
|
|
|
selection3:
|
2020-12-01 00:47:23 +00:00
|
|
|
CommandLine|contains|all:
|
|
|
|
- ' -w'
|
2021-03-02 19:48:55 +00:00
|
|
|
- ' hidden '
|
2020-10-15 22:38:47 +00:00
|
|
|
selection4:
|
2020-11-28 16:05:47 +00:00
|
|
|
CommandLine|contains:
|
2020-10-15 22:38:47 +00:00
|
|
|
- ' BA^J'
|
2020-10-15 22:39:11 +00:00
|
|
|
- ' SUVYI'
|
2020-10-15 22:38:47 +00:00
|
|
|
- ' SQBFAFgA'
|
|
|
|
- ' aQBlAHgA'
|
|
|
|
- ' aWV4I'
|
2021-03-02 19:48:55 +00:00
|
|
|
- ' IAA'
|
|
|
|
- ' IAB'
|
|
|
|
- ' UwB'
|
|
|
|
- ' cwB'
|
|
|
|
selection5:
|
|
|
|
CommandLine|contains:
|
|
|
|
- '.exe -ENCOD '
|
2019-03-01 23:14:20 +00:00
|
|
|
falsepositive1:
|
2020-11-28 16:29:15 +00:00
|
|
|
CommandLine|contains|all:
|
|
|
|
- ' -ExecutionPolicy'
|
|
|
|
- 'remotesigned '
|
2021-03-02 19:48:55 +00:00
|
|
|
condition: ((selection and selection2) or (selection and selection2 and selection3) or (selection and selection4) or selection5) and not falsepositive1
|
2019-01-16 22:36:31 +00:00
|
|
|
level: high
|