32 lines
1.0 KiB
YAML
32 lines
1.0 KiB
YAML
title: Potential Wazuh Security Platform DLL Sideloading
|
|
id: db77ce78-7e28-4188-9337-cf30e2b3ba9f
|
|
status: experimental
|
|
description: Detects potential DLL side loading of DLLs that are part of the Wazuh security platform
|
|
references:
|
|
- https://www.trendmicro.com/en_us/research/23/c/iron-tiger-sysupdate-adds-linux-targeting.html
|
|
author: X__Junior (Nextron Systems)
|
|
date: 2023/03/13
|
|
modified: 2023/03/23
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.persistence
|
|
- attack.privilege_escalation
|
|
- attack.t1574.001
|
|
- attack.t1574.002
|
|
logsource:
|
|
category: image_load
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
ImageLoaded|endswith:
|
|
- '\libwazuhshared.dll'
|
|
- '\libwinpthread-1.dll'
|
|
filter:
|
|
ImageLoaded|startswith:
|
|
- 'C:\Program Files\'
|
|
- 'C:\Program Files (x86)\'
|
|
condition: selection and not filter
|
|
falsepositives:
|
|
- Many legitimate applications leverage this DLL. (Visual Studio, JetBrains, Ruby, Anaconda, GithubDesktop, etc.)
|
|
level: medium
|