HackTool - Covenant PowerShell Launcher


Description

Detects suspicious command lines used in Covenant luanchers

Query · sigma

selection_1:
  CommandLine|contains|all:
  - -Sta
  - -Nop
  - -Window
  - Hidden
  CommandLine|contains:
  - -Command
  - -EncodedCommand
selection_2:
  CommandLine|contains:
  - 'sv o (New-Object IO.MemorySteam);sv d '
  - mshta file.hta
  - GruntHTTP
  - -EncodedCommand cwB2ACAAbwAgA
condition: 1 of selection_*
Raw source HackTool - Covenant PowerShell Launcher · Sigma
Esc
Published by SigmaHQ/sigma ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
title: HackTool - Covenant PowerShell Launcher
id: c260b6db-48ba-4b4a-a76f-2f67644e99d2
status: test
description: Detects suspicious command lines used in Covenant luanchers
references:
    - https://posts.specterops.io/covenant-v0-5-eee0507b85ba
author: Florian Roth (Nextron Systems), Jonhnathan Ribeiro, oscd.community
date: 2020-06-04
modified: 2023-02-21
tags:
    - attack.execution
    - attack.stealth
    - attack.t1059.001
    - attack.t1564.003
logsource:
    category: process_creation
    product: windows
detection:
    selection_1:
        CommandLine|contains|all:
            - '-Sta'
            - '-Nop'
            - '-Window'
            - 'Hidden'
        CommandLine|contains:
            - '-Command'
            - '-EncodedCommand'
    selection_2:
        CommandLine|contains:
            - 'sv o (New-Object IO.MemorySteam);sv d '
            - 'mshta file.hta'
            - 'GruntHTTP'
            - '-EncodedCommand cwB2ACAAbwAgA'
    condition: 1 of selection_*
level: high

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.