35 lines
896 B
YAML
35 lines
896 B
YAML
title: Covenant Launcher Indicators
|
|
id: c260b6db-48ba-4b4a-a76f-2f67644e99d2
|
|
status: test
|
|
description: Detects suspicious command lines used in Covenant luanchers
|
|
author: Florian Roth, Jonhnathan Ribeiro, oscd.community
|
|
references:
|
|
- https://posts.specterops.io/covenant-v0-5-eee0507b85ba
|
|
date: 2020/06/04
|
|
modified: 2021/11/27
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
CommandLine|contains|all:
|
|
- '-Sta'
|
|
- '-Nop'
|
|
- '-Window'
|
|
- 'Hidden'
|
|
CommandLine|contains:
|
|
- '-Command'
|
|
- '-EncodedCommand'
|
|
selection2:
|
|
CommandLine|contains:
|
|
- 'sv o (New-Object IO.MemorySteam);sv d '
|
|
- 'mshta file.hta'
|
|
- 'GruntHTTP'
|
|
- '-EncodedCommand cwB2ACAAbwAgA'
|
|
condition: selection or selection2
|
|
level: high
|
|
tags:
|
|
- attack.execution
|
|
- attack.defense_evasion
|
|
- attack.t1059.001
|
|
- attack.t1564.003 |