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

36 lines
992 B
YAML
Raw Normal View History

2020-02-16 16:48:49 +01:00
title: Koadic Execution
id: 5cddf373-ef00-4112-ad72-960ac29bac34
status: experimental
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:
- https://unit42.paloaltonetworks.com/unit42-sofacy-groups-parallel-attacks/
- https://github.com/zerosum0x0/koadic/blob/master/data/stager/js/stdlib.js#L955
- https://blog.f-secure.com/hunting-for-koadic-a-com-based-rootkit/
tags:
- attack.execution
- attack.t1059.003
- attack.t1059 # an old one
- attack.t1059.005
- attack.t1059.007
- attack.t1064 # an old one
2020-02-16 16:48:49 +01:00
date: 2020/01/12
2020-11-28 11:12:06 +01:00
modified: 2020/11/28
author: wagga, Jonhnathan Ribeiro, oscd.community
2020-02-16 16:48:49 +01:00
logsource:
category: process_creation
product: windows
detection:
2020-11-28 11:12:06 +01:00
selection:
Image|endswith: '\cmd.exe'
2020-11-27 12:27:23 -03:00
CommandLine|contains|all:
- '/q'
- '/c'
- 'chcp'
2020-11-28 11:12:06 +01:00
condition: selection
2020-02-16 16:48:49 +01:00
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- Pentest
2020-02-26 09:42:31 +01:00
level: high