Register Jar In Run Key

register jar in run key

Sigma rule (View on GitHub)

 1title: Register Jar In Run Key
 2status: experimental
 3description: register jar in run key
 4author: Joe Security
 5date: 2019-11-07
 6id: 200022
 7threatname:
 8behaviorgroup: 2
 9classification: 4
10mitreattack: T1547.001
11
12logsource:
13    category: process_creation
14    product: windows
15detection:
16    selection:
17        CommandLine:
18            - '*reg add *\Software\Microsoft\Windows\CurrentVersion\Run /v *\AppData\Roaming\\*.jar*'
19            - '*reg add *\software\microsoft\windows\currentversion\run /v *javaw.exe -jar*'
20    condition: selection
21level: critical
to-top