mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
40 lines
959 B
YAML
Executable File
40 lines
959 B
YAML
Executable File
---
|
|
action: global
|
|
title: Hurricane Panda Activity
|
|
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
|
|
author: Florian Roth
|
|
date: 2018/02/25
|
|
detection:
|
|
selection:
|
|
CommandLine:
|
|
- '* localgroup administrators admin /add'
|
|
- '*\Win64.exe*'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|
|
---
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 1
|
|
---
|
|
logsource:
|
|
product: windows
|
|
service: security
|
|
description: 'Requirements: Audit Policy : Detailed Tracking > Audit Process creation, Group Policy : Administrative Templates\System\Audit Process Creation'
|
|
detection:
|
|
selection:
|
|
EventID: 4688
|
|
|
|
|