2019-01-16 23:36:31 +01:00
|
|
|
title: Suspicious Encoded PowerShell Command Line
|
2019-11-12 23:12:27 +01:00
|
|
|
id: ca2092a1-c273-4878-9b4b-0d60115bf5ea
|
2019-12-20 14:59:26 +01:00
|
|
|
description: Detects suspicious powershell process starts with base64 encoded commands (e.g. Emotet)
|
2019-01-16 23:36:31 +01:00
|
|
|
status: experimental
|
|
|
|
|
references:
|
2019-03-02 00:14:20 +01:00
|
|
|
- https://app.any.run/tasks/6217d77d-3189-4db2-a957-8ab239f3e01e
|
2019-02-26 00:24:46 +01:00
|
|
|
author: Florian Roth, Markus Neis
|
2019-01-16 23:36:31 +01:00
|
|
|
date: 2018/09/03
|
2019-12-16 19:02:50 +01:00
|
|
|
modified: 2019/12/16
|
2019-03-06 01:56:05 +03:00
|
|
|
tags:
|
|
|
|
|
- attack.execution
|
|
|
|
|
- attack.t1086
|
2019-01-16 23:36:31 +01:00
|
|
|
logsource:
|
2019-03-02 00:14:20 +01:00
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
2019-01-16 23:36:31 +01:00
|
|
|
detection:
|
2019-03-02 00:14:20 +01:00
|
|
|
selection:
|
|
|
|
|
CommandLine:
|
|
|
|
|
- '* -e JAB*'
|
2019-07-30 14:36:30 +02:00
|
|
|
- '* -e JAB*'
|
|
|
|
|
- '* -e JAB*'
|
|
|
|
|
- '* -e JAB*'
|
|
|
|
|
- '* -e JAB*'
|
|
|
|
|
- '* -e JAB*'
|
2019-12-16 19:02:50 +01:00
|
|
|
- '* -en JAB*'
|
2019-03-02 00:14:20 +01:00
|
|
|
- '* -enc JAB*'
|
2019-12-16 19:04:05 +01:00
|
|
|
- '* -enc* JAB*'
|
2019-12-16 19:08:51 +01:00
|
|
|
- '* -w hidden -e* JAB*'
|
2019-03-02 00:14:20 +01:00
|
|
|
- '* BA^J e-'
|
2019-04-20 09:38:07 +02:00
|
|
|
- '* -e SUVYI*'
|
|
|
|
|
- '* -e aWV4I*'
|
|
|
|
|
- '* -e SQBFAFgA*'
|
|
|
|
|
- '* -e aQBlAHgA*'
|
|
|
|
|
- '* -enc SUVYI*'
|
|
|
|
|
- '* -enc aWV4I*'
|
|
|
|
|
- '* -enc SQBFAFgA*'
|
|
|
|
|
- '* -enc aQBlAHgA*'
|
2019-03-02 00:14:20 +01:00
|
|
|
falsepositive1:
|
|
|
|
|
CommandLine: '* -ExecutionPolicy remotesigned *'
|
2019-04-11 12:53:12 +02:00
|
|
|
condition: selection and not falsepositive1
|
2019-01-16 23:36:31 +01:00
|
|
|
level: high
|