Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_renamed_vmnat.yml
T
frack113 83b9ff50bc Merge PR #5418 from @frack113 - chore: 🧹 Update MITRE V17 DLL tags
chore: Update MITRE T1574.002 as is now merge into T1574.001 in the V17
2025-05-15 12:17:10 +02:00

25 lines
641 B
YAML

title: Renamed Vmnat.exe Execution
id: 7b4f794b-590a-4ad4-ba18-7964a2832205
status: test
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.001
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