SigmaHQ/rules/windows/process_creation/win_susp_covenant.yml

36 lines
1016 B
YAML
Raw Normal View History

2020-06-05 09:03:28 +00:00
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
2020-11-20 05:36:20 +00:00
author: Florian Roth, Jonhnathan Ribeiro, oscd.community
2020-06-05 09:03:28 +00:00
date: 2020/06/04
tags:
- attack.execution
2020-09-13 13:46:45 +00:00
- attack.defense_evasion
- attack.t1059.001
2020-09-13 13:46:45 +00:00
- attack.t1564.003
- attack.t1086 # an old one
2020-06-05 09:03:28 +00:00
logsource:
category: process_creation
product: windows
detection:
selection:
2020-11-20 05:36:20 +00:00
CommandLine|contains|all:
- '-Sta'
- '-Nop'
- '-Window'
- 'Hidden'
CommandLine|contains:
- '-Command'
- '-EncodedCommand'
selection2:
2020-06-05 09:03:28 +00:00
CommandLine|contains:
- 'sv o (New-Object IO.MemorySteam);sv d '
- 'mshta file.hta'
- 'GruntHTTP'
- '-EncodedCommand cwB2ACAAbwAgA'
2020-11-20 05:36:20 +00:00
condition: selection or selection2
2020-06-05 09:03:28 +00:00
level: high