Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_apt_mercury.yml
T
2022-10-28 15:06:36 +02:00

26 lines
835 B
YAML

title: MERCURY Command Line Patterns
id: a62298a3-1fe0-422f-9a68-ffbcbc5a123d
status: experimental
description: Detects suspicious command line patterns as seen being used by MERCURY threat actor
references:
- https://www.microsoft.com/security/blog/2022/08/25/mercury-leveraging-log4j-2-vulnerabilities-in-unpatched-systems-to-target-israeli-organizations/
author: Florian Roth
date: 2022/08/26
modified: 2022/09/12
tags:
- attack.execution
- attack.t1059.001
- attack.g0069
logsource:
category: process_creation
product: windows
detection:
selection_base:
CommandLine|contains|all:
- '-exec bypass -w 1 -enc'
- 'UwB0AGEAcgB0AC0ASgBvAGIAIAAtAFMAYwByAGkAcAB0AEIAbABvAGMAaw' # Start-Job -ScriptBlock
condition: all of selection*
falsepositives:
- Unknown
level: high