mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
26 lines
706 B
YAML
Executable File
26 lines
706 B
YAML
Executable File
title: Hurricane Panda Activity
|
|
id: 0eb2107b-a596-422e-b123-b389d5594ed7
|
|
author: Florian Roth
|
|
date: 2019/03/04
|
|
status: experimental
|
|
description: Detects Hurricane Panda Activity
|
|
references:
|
|
- https://www.crowdstrike.com/blog/crowdstrike-discovers-use-64-bit-zero-day-privilege-escalation-exploit-cve-2014-4113-hurricane-panda/
|
|
tags:
|
|
- attack.privilege_escalation
|
|
- attack.g0009
|
|
- attack.t1068
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
CommandLine|endswith:
|
|
- ' localgroup administrators admin /add'
|
|
CommandLine|contains:
|
|
- '\Win64.exe'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|