Skip to content

Commit

Permalink
rule: emotet encoded commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 committed Oct 20, 2020
1 parent 986b711 commit 198b292
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ references:
- https://app.any.run/tasks/6217d77d-3189-4db2-a957-8ab239f3e01e
author: Florian Roth, Markus Neis
date: 2018/09/03
modified: 2019/12/16
modified: 2020/10/20
tags:
- attack.execution
- attack.t1059.001
Expand Down Expand Up @@ -36,6 +36,10 @@ detection:
- '* -enc aWV4I*'
- '* -enc SQBFAFgA*'
- '* -enc aQBlAHgA*'
- '* -e* IAA*'
- '* -e* IAB*'
- '* -e* UwB*'
- '* -e* cwB*'
falsepositive1:
CommandLine: '* -ExecutionPolicy remotesigned *'
condition: selection and not falsepositive1
Expand Down

0 comments on commit 198b292

Please sign in to comment.