Files
hayabusa/rules/sigma/process_creation/win_susp_wsl_lolbin.yml
itiB 83d891b2fa Feature/rm submodule (#312)
* rm: submodule

* Add: rules

* Fix: hayabusa-rules to c9c10a
2021-12-20 21:14:32 +09:00

35 lines
804 B
YAML

title: WSL Execution
ruletype: Sigma
author: oscd.community, Zach Stanford @svch0st
date: 2020/10/05
description: Detects Possible usage of Windows Subsystem for Linux (WSL) binary as
a LOLBIN
detection:
SELECTION_1:
EventID: 1
SELECTION_2:
Image:
- '*\wsl.exe'
SELECTION_3:
CommandLine:
- '* -e *'
- '* --exec *'
condition: (SELECTION_1 and SELECTION_2 and SELECTION_3)
falsepositives:
- Automation and orchestration scripts may use this method execute scripts etc
id: dec44ca7-61ad-493c-bfd7-8819c5faa09b
level: medium
logsource:
category: process_creation
product: windows
modified: 2021/11/27
references:
- https://lolbas-project.github.io/lolbas/OtherMSBinaries/Wsl/
status: test
tags:
- attack.execution
- attack.defense_evasion
- attack.t1218
- attack.t1202