Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_hack_koadic.yml
T
Nasreddine Bencherchali 12d187bc91 Update Ref+Selection 2
2022-07-11 17:48:40 +01:00

34 lines
949 B
YAML

title: Koadic Execution
id: 5cddf373-ef00-4112-ad72-960ac29bac34
status: test
description: Detects command line parameters used by Koadic hack tool
author: wagga, Jonhnathan Ribeiro, oscd.community
references:
- https://unit42.paloaltonetworks.com/unit42-sofacy-groups-parallel-attacks/
- https://github.com/offsecginger/koadic/blob/457f9a3ff394c989cdb4c599ab90eb34fb2c762c/data/stager/js/stdlib.js
- https://blog.f-secure.com/hunting-for-koadic-a-com-based-rootkit/
date: 2020/01/12
modified: 2022/01/07
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith: '\cmd.exe'
CommandLine|contains|all:
- '/q'
- '/c'
- 'chcp'
condition: selection
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- Unknown
level: high
tags:
- attack.execution
- attack.t1059.003
- attack.t1059.005
- attack.t1059.007