Skip to content

Commit b292931

Browse files
committed
fix: Execution Of Non-Existing File - add vmmemWSL exception
1 parent d3e9461 commit b292931

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

rules/windows/process_creation/proc_creation_win_susp_image_missing.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ references:
66
- https://pentestlaboratories.com/2021/12/08/process-ghosting/
77
author: Max Altgelt (Nextron Systems)
88
date: 2021-12-09
9-
modified: 2022-12-14
9+
modified: 2026-07-05
1010
tags:
1111
- attack.stealth
1212
logsource:
@@ -27,10 +27,12 @@ detection:
2727
- 'Registry'
2828
- 'MemCompression'
2929
- 'vmmem'
30+
- 'vmmemWSL'
3031
- CommandLine:
3132
- 'Registry'
3233
- 'MemCompression'
3334
- 'vmmem'
35+
- 'vmmemWSL'
3436
condition: not image_absolute_path and not 1 of filter*
3537
falsepositives:
3638
- Unknown

0 commit comments

Comments
 (0)