Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_hack_koadic.yml
T

34 lines
949 B
YAML
Raw Normal View History

2020-02-16 16:48:49 +01:00
title: Koadic Execution
id: 5cddf373-ef00-4112-ad72-960ac29bac34
2022-01-07 07:04:24 +01:00
status: test
2020-06-16 14:46:08 -06:00
description: Detects command line parameters used by Koadic hack tool
2020-02-16 16:48:49 +01:00
references:
2022-07-11 17:48:40 +01:00
- 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/
2022-10-28 15:06:36 +02:00
author: wagga, Jonhnathan Ribeiro, oscd.community
2020-02-16 16:48:49 +01:00
date: 2020/01/12
2022-01-07 07:04:24 +01:00
modified: 2022/01/07
2022-10-28 15:06:36 +02:00
tags:
- attack.execution
- attack.t1059.003
- attack.t1059.005
- attack.t1059.007
2020-02-16 16:48:49 +01:00
logsource:
2022-07-11 17:48:40 +01:00
category: process_creation
product: windows
2020-02-16 16:48:49 +01:00
detection:
2022-07-11 17:48:40 +01:00
selection:
Image|endswith: '\cmd.exe'
CommandLine|contains|all:
- '/q'
- '/c'
- 'chcp'
condition: selection
2020-02-16 16:48:49 +01:00
fields:
2022-07-11 17:48:40 +01:00
- CommandLine
- ParentCommandLine
2020-02-16 16:48:49 +01:00
falsepositives:
2022-07-11 17:48:40 +01:00
- Unknown
2020-02-26 09:42:31 +01:00
level: high