Userdomain Variable Enumeration


Description

Detects suspicious enumeration of the domain the user is associated with.

Query · sigma

selection:
  CommandLine|contains: 'echo '
  CommandLine|contains|expand: '%userdomain%'
condition: selection

Known false positives

  • Certain scripts or applications may leverage this.
Raw source Userdomain Variable Enumeration · Sigma
Esc
Published by SigmaHQ/sigma ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
title: Userdomain Variable Enumeration
id: 43311e65-84d8-42a5-b3d4-c94d9b67038f
status: test
description: Detects suspicious enumeration of the domain the user is associated with.
references:
    - https://www.arxiv-vanity.com/papers/2008.04676/
    - https://thedfirreport.com/2022/11/14/bumblebee-zeros-in-on-meterpreter/
author: 'Christopher Peacock @SecurePeacock, SCYTHE @scythe_io'
date: 2023-02-09
modified: 2024-08-01
tags:
    - attack.discovery
    - attack.t1016
logsource:
    category: process_creation
    product: windows
detection:
    selection:
        CommandLine|contains: 'echo '
        CommandLine|contains|expand: '%userdomain%'
    condition: selection
falsepositives:
    - Certain scripts or applications may leverage this.
level: low

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.