Detectionhighexperimental
Installation of WSL Kali-Linux
Detects installation of Kali Linux distribution through Windows Subsystem for Linux (WSL). Attackers may use Kali Linux WSL to leverage its penetration testing tools and capabilities for malicious purposes.
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
Swachchhanda Shrawan Poudel (Nextron Systems)Created Fri Oct 10eca8ae39-5c3c-4321-b538-9e64fe25822ewindows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation
Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.
Detection Logic
Detection Logic3 selectors
detection:
selection_wsl_img:
- Image|endswith: '\wsl.exe'
- OriginalFileName: 'wsl'
selection_wsl_install:
CommandLine|contains:
- ' --install '
- ' -i '
selection_wsl_kali:
CommandLine|contains: 'kali'
condition: all of selection_wsl_*False Positives
Legitimate installation or usage of Kali Linux WSL by administrators or security teams
MITRE ATT&CK
Tactics
Rule Metadata
Rule ID
eca8ae39-5c3c-4321-b538-9e64fe25822e
Status
experimental
Level
high
Type
Detection
Created
Fri Oct 10
Path
rules/windows/process_creation/proc_creation_win_wsl_kali_linux_installation.yml
Raw Tags
attack.executionattack.t1059