DLL Sideloading by VMware Xfer Utility
Detects execution of VMware Xfer utility (VMwareXferlogs.exe) from the non-default directory which may be an attempt to sideload arbitrary DLL
Sigma rule (View on GitHub)
1title: DLL Sideloading by VMware Xfer Utility
2id: ebea773c-a8f1-42ad-a856-00cb221966e8
3status: test
4description: Detects execution of VMware Xfer utility (VMwareXferlogs.exe) from the non-default directory which may be an attempt to sideload arbitrary DLL
5references:
6 - https://www.sentinelone.com/labs/lockbit-ransomware-side-loads-cobalt-strike-beacon-with-legitimate-vmware-utility/
7author: Nasreddine Bencherchali (Nextron Systems)
8date: 2022-08-02
9tags:
10 - attack.privilege-escalation
11 - attack.persistence
12 - attack.execution
13 - attack.stealth
14 - attack.t1574.001
15logsource:
16 product: windows
17 category: process_creation
18detection:
19 selection:
20 Image|endswith: '\VMwareXferlogs.exe'
21 filter: # VMware might be installed in another path so update the rule accordingly
22 Image|startswith: 'C:\Program Files\VMware\'
23 condition: selection and not filter
24falsepositives:
25 - Unlikely
26level: high
References
Related rules
- APT27 - Emissary Panda Activity
- Aruba Network Service Potential DLL Sideloading
- Creation Of Non-Existent System DLL
- Creation of WerFault.exe/Wer.dll in Unusual Folder
- DHCP Callout DLL Installation