Detectionhightest
Suspicious Unsigned Dbghelp/Dbgcore DLL Loaded
Detects the load of dbghelp/dbgcore DLL (used to make memory dumps) by suspicious processes. Tools like ProcessHacker and some attacker tradecract use MiniDumpWriteDump API found in dbghelp.dll or dbgcore.dll. As an example, SilentTrynity C2 Framework has a module that leverages this API to dump the contents of Lsass.exe and transfer it over the network back to the attacker's machine.
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
Perez Diego, oscd.community, EccoCreated Sun Oct 27Updated Fri Dec 09bdc64095-d59a-42a2-8588-71fd9c9d9abcwindows
Log Source
WindowsImage Load (DLL)
ProductWindows← raw: windows
CategoryImage Load (DLL)← raw: image_load
Detection Logic
Detection Logic1 selector
detection:
selection:
ImageLoaded|endswith:
- '\dbghelp.dll'
- '\dbgcore.dll'
Signed: 'false'
condition: selectionFalse Positives
Unknown
False positive likelihood has not been assessed. Additional context may be needed during triage.
MITRE ATT&CK
Tactics
Sub-techniques
Rule Metadata
Rule ID
bdc64095-d59a-42a2-8588-71fd9c9d9abc
Status
test
Level
high
Type
Detection
Created
Sun Oct 27
Modified
Fri Dec 09
Author
Path
rules/windows/image_load/image_load_dll_dbghelp_dbgcore_unsigned_load.yml
Raw Tags
attack.credential-accessattack.t1003.001