Detection rules › Sigma
HackTool - Jlaive In-Memory Assembly Execution
Detects the use of Jlaive to execute assemblies in a copied PowerShell
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Execution | T1059.003 Command and Scripting Interpreter: Windows Command Shell |
Event coverage
| Provider | Event ID | Title |
|---|---|---|
| Sysmon | 1 | Process creation |
Stages and Predicates
Stage 1: parent_selection
ParentCommandLine|endswith: .bat
ParentImage|endswith: '\cmd.exe'
Stage 2: 1 of selection1
CommandLine|contains: .bat.exe
CommandLine|contains: powershell.exe
Image|endswith: '\xcopy.exe'
Stage 3: 1 of selection2
CommandLine|contains: .bat.exe
CommandLine|contains: pwsh.exe
Image|endswith: '\xcopy.exe'
Stage 4: 1 of selection3
CommandLine|contains: '+h'
CommandLine|contains: '+s'
CommandLine|contains: .bat.exe
Image|endswith: '\attrib.exe'
Indicators
Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.
| Field | Kind | Values |
|---|---|---|
CommandLine | match |
|
Image | ends_with |
|
ParentCommandLine | ends_with |
|
ParentImage | ends_with |
|