Feature/rm submodule (#312)
* rm: submodule * Add: rules * Fix: hayabusa-rules to c9c10a
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
|
||||
title: Operation Wocao Activity
|
||||
ruletype: Sigma
|
||||
author: Florian Roth, frack113
|
||||
date: 2019/12/20
|
||||
description: Detects activity mentioned in Operation Wocao report
|
||||
detection:
|
||||
SELECTION_1:
|
||||
EventID: 1
|
||||
SELECTION_2:
|
||||
CommandLine:
|
||||
- '*checkadmin.exe 127.0.0.1 -all*'
|
||||
- '*netsh advfirewall firewall add rule name=powershell dir=in*'
|
||||
- '*cmd /c powershell.exe -ep bypass -file c:\s.ps1*'
|
||||
- '*/tn win32times /f*'
|
||||
- '*create win32times binPath=*'
|
||||
- '*\c$\windows\system32\devmgr.dll*'
|
||||
- '* -exec bypass -enc JgAg*'
|
||||
- '*type *keepass\KeePass.config.xml*'
|
||||
- '*iie.exe iie.txt*'
|
||||
- '*reg query HKEY_CURRENT_USER\Software\\*\PuTTY\Sessions\\*'
|
||||
condition: (SELECTION_1 and SELECTION_2)
|
||||
falsepositives:
|
||||
- Administrators that use checkadmin.exe tool to enumerate local administrators
|
||||
id: 1cfac73c-be78-4f9a-9b08-5bde0c3953ab
|
||||
level: high
|
||||
logsource:
|
||||
category: process_creation
|
||||
product: windows
|
||||
modified: 2021/09/19
|
||||
references:
|
||||
- https://www.fox-it.com/en/news/whitepapers/operation-wocao-shining-a-light-on-one-of-chinas-hidden-hacking-groups/
|
||||
- https://twitter.com/SBousseaden/status/1207671369963646976
|
||||
related:
|
||||
- id: 74ad4314-482e-4c3e-b237-3f7ed3b9ca8d
|
||||
type: derived
|
||||
status: experimental
|
||||
tags:
|
||||
- attack.discovery
|
||||
- attack.t1012
|
||||
- attack.defense_evasion
|
||||
- attack.t1036.004
|
||||
- attack.t1036
|
||||
- attack.t1027
|
||||
- attack.execution
|
||||
- attack.t1053.005
|
||||
- attack.t1053
|
||||
- attack.t1059.001
|
||||
- attack.t1086
|
||||
Reference in New Issue
Block a user