VMMap Signed Dbghelp.DLL Potential Sideloading
Detects potential DLL sideloading of a signed dbghelp.dll by the Sysinternals VMMap.
Sigma rule (View on GitHub)
1title: VMMap Signed Dbghelp.DLL Potential Sideloading
2id: 98ffaed4-aec2-4e04-9b07-31492fe68b3d
3related:
4 - id: 273a8dd8-3742-4302-bcc7-7df5a80fe425
5 type: similar
6status: test
7description: Detects potential DLL sideloading of a signed dbghelp.dll by the Sysinternals VMMap.
8references:
9 - https://techcommunity.microsoft.com/t5/sysinternals-blog/zoomit-v7-1-procdump-2-0-for-linux-process-explorer-v17-05/ba-p/3884766
10author: Nasreddine Bencherchali (Nextron Systems)
11date: 2023-09-05
12tags:
13 - attack.defense-evasion
14 - attack.persistence
15 - attack.privilege-escalation
16 - attack.t1574.001
17logsource:
18 category: image_load
19 product: windows
20detection:
21 selection:
22 ImageLoaded|contains: 'C:\Debuggers\dbghelp.dll'
23 Image|endswith:
24 - '\vmmap.exe'
25 - '\vmmap64.exe'
26 Signed: 'true'
27 condition: selection
28falsepositives:
29 - Unknown
30level: medium
References
Related rules
- Creation Of Non-Existent System DLL
- DLL Search Order Hijackig Via Additional Space in Path
- DLL Sideloading Of ShellChromeAPI.DLL
- Malicious DLL File Dropped in the Teams or OneDrive Folder
- Microsoft Office DLL Sideload