2023-06-14 18:51:16 +03:00
|
|
|
title: Potential Waveedit.DLL Sideloading
|
|
|
|
|
id: 71b31e99-9ad0-47d4-aeb5-c0ca3928eeeb
|
2024-05-02 10:34:25 +02:00
|
|
|
status: test
|
2023-06-15 09:14:33 +02:00
|
|
|
description: Detects potential DLL sideloading of "waveedit.dll", which is part of the Nero WaveEditor audio editing software.
|
2023-06-14 18:51:16 +03:00
|
|
|
references:
|
|
|
|
|
- https://www.trendmicro.com/en_us/research/23/f/behind-the-scenes-unveiling-the-hidden-workings-of-earth-preta.html
|
|
|
|
|
author: X__Junior (Nextron Systems)
|
2024-08-12 12:02:50 +02:00
|
|
|
date: 2023-06-14
|
2023-06-14 18:51:16 +03:00
|
|
|
tags:
|
2024-08-12 12:02:50 +02:00
|
|
|
- attack.defense-evasion
|
|
|
|
|
- attack.privilege-escalation
|
2023-06-14 18:51:16 +03:00
|
|
|
- attack.t1574.001
|
|
|
|
|
logsource:
|
|
|
|
|
category: image_load
|
|
|
|
|
product: windows
|
|
|
|
|
detection:
|
|
|
|
|
selection:
|
2023-06-14 18:59:48 +03:00
|
|
|
ImageLoaded|endswith: '\waveedit.dll'
|
2023-06-14 18:51:16 +03:00
|
|
|
filter_main_legit_path:
|
|
|
|
|
Image:
|
|
|
|
|
- 'C:\Program Files (x86)\Nero\Nero Apps\Nero WaveEditor\waveedit.exe'
|
|
|
|
|
- 'C:\Program Files\Nero\Nero Apps\Nero WaveEditor\waveedit.exe'
|
|
|
|
|
ImageLoaded|startswith:
|
|
|
|
|
- 'C:\Program Files (x86)\Nero\Nero Apps\Nero WaveEditor\'
|
|
|
|
|
- 'C:\Program Files\Nero\Nero Apps\Nero WaveEditor\'
|
|
|
|
|
condition: selection and not 1 of filter_main_*
|
|
|
|
|
falsepositives:
|
|
|
|
|
- Unlikely
|
|
|
|
|
level: high
|