From f2057f0c7771ed2f63fbd3b9e273cb42b69721fe Mon Sep 17 00:00:00 2001 From: Florian Roth Date: Sun, 25 Feb 2018 17:24:00 +0100 Subject: [PATCH] Hurricane Panda activity https://www.crowdstrike.com/blog/crowdstrike-discovers-use-64-bit-zero-day-privilege-escalation-exploit-cve-2014-4113-hurricane-panda/ --- rules/apt/apt_hurricane_panda.yml | 35 +++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 rules/apt/apt_hurricane_panda.yml diff --git a/rules/apt/apt_hurricane_panda.yml b/rules/apt/apt_hurricane_panda.yml new file mode 100644 index 000000000..b29003ee8 --- /dev/null +++ b/rules/apt/apt_hurricane_panda.yml @@ -0,0 +1,35 @@ +--- +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/ +author: Florian Roth +date: 2018/02/25 +detection: + selection: + CommandLine: + - '* localgroup administrators admin /add' + - '*\Win64.exe*' + condition: selection1 or selection2 +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 + +