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

29 lines
969 B
YAML
Raw Normal View History

title: Adwind RAT / JRAT
2021-09-19 10:12:03 +02:00
id: 1fac1481-2dbc-48b2-9096-753c49b4ec71
status: experimental
description: Detects javaw.exe in AppData folder as used by Adwind / JRAT
references:
2019-03-02 00:14:20 +01:00
- https://www.hybrid-analysis.com/sample/ba86fa0d4b6af2db0656a88b1dd29f36fe362473ae8ad04255c4e52f214a541c?environmentId=100
- https://www.first.org/resources/papers/conf2017/Advanced-Incident-Detection-and-Threat-Hunting-using-Sysmon-and-Splunk.pdf
2020-11-28 11:25:28 +01:00
author: Florian Roth, Tom Ueltschi, Jonhnathan Ribeiro, oscd.community
date: 2017/11/10
2021-09-19 10:12:03 +02:00
modified: 2021/09/19
tags:
- attack.execution
2020-06-17 11:31:40 -06:00
- attack.t1059.005
- attack.t1059.007
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
detection:
2019-03-02 00:14:20 +01:00
selection:
2020-11-28 11:25:28 +01:00
- CommandLine|contains|all:
- '\AppData\Roaming\Oracle'
- '\java'
- '.exe '
- CommandLine|contains|all:
- 'cscript.exe'
- 'Retrive'
- '.vbs '
2021-09-19 10:12:03 +02:00
condition: selection
level: high