Potential RoboForm.DLL Sideloading
Detects potential DLL sideloading of "roboform.dll", a DLL used by RoboForm Password Manager
Sigma rule (View on GitHub)
1title: Potential RoboForm.DLL Sideloading
2id: f64c9b2d-b0ad-481d-9d03-7fc75020892a
3status: test
4description: Detects potential DLL sideloading of "roboform.dll", a DLL used by RoboForm Password Manager
5references:
6 - https://twitter.com/StopMalvertisin/status/1648604148848549888
7 - https://twitter.com/t3ft3lb/status/1656194831830401024
8 - https://www.roboform.com/
9author: X__Junior (Nextron Systems), Nasreddine Bencherchali (Nextron Systems)
10date: 2023-05-14
11tags:
12 - attack.defense-evasion
13 - attack.privilege-escalation
14 - attack.t1574.001
15logsource:
16 category: image_load
17 product: windows
18detection:
19 selection:
20 ImageLoaded|endswith:
21 - '\roboform.dll'
22 - '\roboform-x64.dll'
23 filter_main_path:
24 Image|startswith:
25 - ' C:\Program Files (x86)\Siber Systems\AI RoboForm\'
26 - ' C:\Program Files\Siber Systems\AI RoboForm\'
27 Image|endswith:
28 - '\robotaskbaricon.exe'
29 - '\robotaskbaricon-x64.exe'
30 condition: selection and not 1 of filter_main_*
31falsepositives:
32 - If installed on a per-user level, the path would be located in "AppData\Local". Add additional filters to reflect this mode of installation
33level: medium
References
Related rules
- Creation Of Non-Existent System DLL
- DLL Search Order Hijackig Via Additional Space in Path
- DLL Sideloading Of ShellChromeAPI.DLL
- Lazarus APT DLL Sideloading Activity
- Malicious DLL File Dropped in the Teams or OneDrive Folder