Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_renamed_vmnat.yml
T
Nasreddine Bencherchali 3ee01d500c fix: remove unnecessary filter
2023-02-06 12:36:41 +01:00

25 lines
649 B
YAML

title: Renamed Vmnat.exe Execution
id: 7b4f794b-590a-4ad4-ba18-7964a2832205
status: experimental
description: Detects renamed vmnat.exe or portable version that can be used for DLL side-loading
references:
- https://twitter.com/malmoeb/status/1525901219247845376
author: elhoim
date: 2022/09/09
modified: 2023/02/03
tags:
- attack.defense_evasion
- attack.t1574.002
logsource:
category: process_creation
product: windows
detection:
selection:
OriginalFileName: 'vmnat.exe'
filter_rename:
Image|endswith: 'vmnat.exe'
condition: selection and not 1 of filter_*
falsepositives:
- Unknown
level: high