Skip to content

Commit

Permalink
rule: Covenant launchers
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 committed Jun 5, 2020
1 parent 39b41b5 commit 2e77e65
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions rules/windows/process_creation/win_susp_covenant.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
title: Covenant Launcher Indicators
id: c260b6db-48ba-4b4a-a76f-2f67644e99d2
description: Detects suspicious command lines used in Covenant luanchers
status: experimental
references:
- https://posts.specterops.io/covenant-v0-5-eee0507b85ba
author: Florian Roth
date: 2020/06/04
tags:
- attack.execution
- attack.t1086
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine|contains:
- ' -Sta -Nop -Window Hidden -Command '
- ' -Sta -Nop -Window Hidden -EncodedCommand '
- 'sv o (New-Object IO.MemorySteam);sv d '
- 'mshta file.hta'
- 'GruntHTTP'
- '-EncodedCommand cwB2ACAAbwAgA'
condition: selection
level: high

0 comments on commit 2e77e65

Please sign in to comment.