{"id":"9313dc13-d04c-46d8-af4a-a930cc55d93b","title":"Potential DLL Sideloading Via VMware Xfer","description":"Detects loading of a DLL by the VMware Xfer utility from the non-default directory which may be an attempt to sideload arbitrary DLL","author":"Nasreddine Bencherchali (Nextron Systems)","status":"test","level":"high","date":"2022-08-02","modified":"2023-02-17","tags":["attack.privilege-escalation","attack.persistence","attack.execution","attack.stealth","attack.t1574.001"],"technique_ids":["T1574.001"],"logsource":{"product":"windows","category":"image_load"},"falsepositives":["Unlikely"],"references":["https://www.sentinelone.com/labs/lockbit-ransomware-side-loads-cobalt-strike-beacon-with-legitimate-vmware-utility/"],"source_path":"rules/windows/image_load/image_load_side_load_vmware_xfer.yml","source_sha256":"964bf20eea5b04e1514b34a5ac6c4ef1dbc2c33dcb367e9a64474ffca01ff1ab","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/image_load/image_load_side_load_vmware_xfer.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: Potential DLL Sideloading Via VMware Xfer\nid: 9313dc13-d04c-46d8-af4a-a930cc55d93b\nstatus: test\ndescription: Detects loading of a DLL by the VMware Xfer utility from the non-default directory which may be an attempt to sideload arbitrary DLL\nreferences:\n    - https://www.sentinelone.com/labs/lockbit-ransomware-side-loads-cobalt-strike-beacon-with-legitimate-vmware-utility/\nauthor: Nasreddine Bencherchali (Nextron Systems)\ndate: 2022-08-02\nmodified: 2023-02-17\ntags:\n    - attack.privilege-escalation\n    - attack.persistence\n    - attack.execution\n    - attack.stealth\n    - attack.t1574.001\nlogsource:\n    product: windows\n    category: image_load\ndetection:\n    selection:\n        Image|endswith: '\\VMwareXferlogs.exe'\n        ImageLoaded|endswith: '\\glib-2.0.dll'\n    filter: # VMware might be installed in another path so update the rule accordingly\n        ImageLoaded|startswith: 'C:\\Program Files\\VMware\\'\n    condition: selection and not filter\nfalsepositives:\n    - Unlikely\nlevel: high\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1574.001","id":"T1574.001","name":"DLL","page":"techniques/enterprise/T1574.001/"}],"data_path":"data/detection-rules/9313dc13-d04c-46d8-af4a-a930cc55d93b.json","kind":"sigma"}
