Files
blue-team-tools/rules/apt/apt_hurricane_panda.yml
T

25 lines
655 B
YAML
Raw Normal View History

2018-02-25 17:24:00 +01:00
title: Hurricane Panda Activity
2019-11-12 23:12:27 +01:00
id: 0eb2107b-a596-422e-b123-b389d5594ed7
author: Florian Roth
2018-02-25 17:24:00 +01:00
status: experimental
2019-11-12 23:12:27 +01:00
description: Detects Hurricane Panda Activity
references:
2018-02-25 17:24:00 +01:00
- https://www.crowdstrike.com/blog/crowdstrike-discovers-use-64-bit-zero-day-privilege-escalation-exploit-cve-2014-4113-hurricane-panda/
2018-07-25 09:50:01 +02:00
tags:
- attack.privilege_escalation
- attack.g0009
- attack.t1068
2018-02-25 17:24:00 +01:00
logsource:
category: process_creation
2018-02-25 17:24:00 +01:00
product: windows
detection:
selection:
CommandLine:
- '* localgroup administrators admin /add'
- '*\Win64.exe*'
condition: selection
falsepositives:
- Unknown
level: high
2018-02-25 17:24:00 +01:00