Skip to content

Commit

Permalink
Merge PR #4944 from @YamatoSecurity - Add missing expand modifier
Browse files Browse the repository at this point in the history
fix: Userdomain Variable Enumeration - Add missing `expand` modifier
  • Loading branch information
YamatoSecurity authored Aug 1, 2024
1 parent 3359340 commit c5e352c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ references:
- 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
Expand All @@ -15,9 +16,8 @@ logsource:
product: windows
detection:
selection:
CommandLine|contains|all:
- 'echo '
- '%userdomain%'
CommandLine|contains: 'echo '
CommandLine|contains|expand: '%userdomain%'
condition: selection
falsepositives:
- Certain scripts or applications may leverage this.
Expand Down

0 comments on commit c5e352c

Please sign in to comment.