Create win_susp_wsl_lolbin.yml

This commit is contained in:
svch0stz
2020-10-05 13:36:40 +11:00
committed by GitHub
parent d3ee1aba66
commit bc947fefc1
@@ -0,0 +1,27 @@
title: WSL Execution
id: dec44ca7-61ad-493c-bfd7-8819c5faa09b
status: experimental
description: Detects Possible usage of Windows Subsystem for Linux (WSL) binary as a LOLBIN
references:
- https://lolbas-project.github.io/lolbas/OtherMSBinaries/Wsl/
tags:
- attack.execution
- attack.defense_evasion
- attack.t1218
- attack.t1202
author: Zach Stanford '@svch0st'
date: 2020/10/05
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith:
- '\wsl.exe'
CommandLine|contains:
- ' -e '
- ' --exec '
condition: selection
falsepositives:
- Automation and orchestration scripts may use this method execute scripts etc
level: medium