Potential Vivaldi_elf.DLL Sideloading

Detects potential DLL sideloading of "vivaldi_elf.dll"

Sigma rule (View on GitHub)

 1title: Potential Vivaldi_elf.DLL Sideloading
 2id: 2092cacb-d77b-4f98-ab0d-32b32f99a054
 3status: test
 4description: Detects potential DLL sideloading of "vivaldi_elf.dll"
 5references:
 6    - https://research.checkpoint.com/2023/beyond-the-horizon-traveling-the-world-on-camaro-dragons-usb-flash-drives/
 7author: X__Junior (Nextron Systems)
 8date: 2023-08-03
 9tags:
10    - attack.defense-evasion
11    - attack.privilege-escalation
12    - attack.t1574.001
13logsource:
14    category: image_load
15    product: windows
16detection:
17    selection:
18        ImageLoaded|endswith: '\vivaldi_elf.dll'
19    filter_main_legit_path:
20        Image|endswith: '\Vivaldi\Application\vivaldi.exe'
21        ImageLoaded|contains: '\Vivaldi\Application\'
22    condition: selection and not 1 of filter_main_*
23falsepositives:
24    - Unknown
25level: medium

References

Related rules

to-top