Operation Wocao Activity
Detects activity mentioned in Operation Wocao report
Sigma rule (View on GitHub)
1title: Operation Wocao Activity
2id: 1cfac73c-be78-4f9a-9b08-5bde0c3953ab
3related:
4 - id: 74ad4314-482e-4c3e-b237-3f7ed3b9ca8d
5 type: derived
6status: test
7description: Detects activity mentioned in Operation Wocao report
8references:
9 - https://www.fox-it.com/en/news/whitepapers/operation-wocao-shining-a-light-on-one-of-chinas-hidden-hacking-groups/
10 - https://twitter.com/SBousseaden/status/1207671369963646976
11author: Florian Roth (Nextron Systems), frack113
12date: 2019-12-20
13modified: 2022-10-09
14tags:
15 - attack.privilege-escalation
16 - attack.persistence
17 - attack.discovery
18 - attack.t1012
19 - attack.defense-evasion
20 - attack.t1036.004
21 - attack.t1027
22 - attack.execution
23 - attack.t1053.005
24 - attack.t1059.001
25 - detection.emerging-threats
26logsource:
27 category: process_creation
28 product: windows
29 definition: The 'System Security Extension' audit subcategory need to be enabled to log the EID 4697
30detection:
31 selection:
32 CommandLine|contains:
33 - 'checkadmin.exe 127.0.0.1 -all'
34 - 'netsh advfirewall firewall add rule name=powershell dir=in'
35 - 'cmd /c powershell.exe -ep bypass -file c:\s.ps1'
36 - '/tn win32times /f'
37 - 'create win32times binPath='
38 - '\c$\windows\system32\devmgr.dll'
39 - ' -exec bypass -enc JgAg'
40 - 'type *keepass\KeePass.config.xml'
41 - 'iie.exe iie.txt'
42 - 'reg query HKEY_CURRENT_USER\Software\\*\PuTTY\Sessions\'
43 condition: selection
44falsepositives:
45 - Administrators that use checkadmin.exe tool to enumerate local administrators
46level: high
References
Related rules
- Operation Wocao Activity - Security
- Turla Group Commands May 2020
- ChromeLoader Malware Execution
- OilRig APT Activity
- OilRig APT Registry Persistence