Detection rules › Sigma

User enumeration and creation related to Manic Menagerie 2.0 (via cmdline)

Severity
medium
Log source
product windows, category process_creation
Author
mdecrevoisier
Source
github.com/mdecrevoisier/SIGMA-detection-rules

Detects user enumeration and/or creation performed by Manic Menagerie.

MITRE ATT&CK coverage

TacticTechniques
PersistenceT1136.001 Create Account: Local Account

Event coverage

Rule body yaml

title: User enumeration and creation related to Manic Menagerie 2.0 (via cmdline)
description: Detects user enumeration and/or creation performed by Manic Menagerie.
references:
- https://unit42.paloaltonetworks.com/manic-menagerie-targets-web-hosting-and-it/
- https://www.cyber.gov.au/sites/default/files/2023-03/report_manic_menagerie.pdf
- https://csl.com.co/rid-hijacking/
tags:
- attack.persistence
- attack.t1136.001
author: mdecrevoisier
logsource:
  product: windows
  category: process_creation
detection:
  selection:
    Image|endswith:
      - \net1.exe
      - \net.exe
    CommandLine|contains:
      - iis_uses
      - iis_user
  condition: selection
falsepositives:
- Administrator activity 
level: medium

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
  Image|endswith:
    - \net1.exe
    - \net.exe
  CommandLine|contains:
    - iis_uses
    - iis_user

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
CommandLinematch
  • iis_user
  • iis_uses
Imageends_with
  • \net.exe corpus 49 (sigma 49)
  • \net1.exe corpus 47 (sigma 47)