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

48 lines
1.3 KiB
YAML
Raw Normal View History

action: global
title: Adwind RAT / JRAT
2019-11-12 23:12:27 +01: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
author: Florian Roth, Tom Ueltschi
date: 2017/11/10
modified: 2020/09/01
tags:
- attack.execution
2020-06-17 11:31:40 -06:00
- attack.t1059.005
- attack.t1059.007
- attack.t1064 # an old one
detection:
2019-03-02 00:14:20 +01:00
condition: selection
level: high
---
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
detection:
2019-03-02 00:14:20 +01:00
selection:
2019-03-22 10:59:18 +01:00
CommandLine:
2019-03-02 00:14:20 +01:00
- '*\AppData\Roaming\Oracle*\java*.exe *'
- '*cscript.exe *Retrive*.vbs *'
---
logsource:
2019-03-02 00:14:20 +01:00
product: windows
service: sysmon
detection:
2019-03-02 00:14:20 +01:00
selection:
EventID: 11
TargetFilename:
- '*\AppData\Roaming\Oracle\bin\java*.exe'
- '*\Retrive*.vbs'
---
logsource:
2019-03-02 00:14:20 +01:00
product: windows
service: sysmon
detection:
2019-03-02 00:14:20 +01:00
selection:
EventID: 13
TargetObject: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run*
2019-03-02 00:14:20 +01:00
Details: '%AppData%\Roaming\Oracle\bin\\*'