fix: edr-freeze rules fps analysed from VT#5832
Open
swachchhanda000 wants to merge 3 commits intoSigmaHQ:masterfrom
Open
fix: edr-freeze rules fps analysed from VT#5832swachchhanda000 wants to merge 3 commits intoSigmaHQ:masterfrom
swachchhanda000 wants to merge 3 commits intoSigmaHQ:masterfrom
Conversation
nasbench
reviewed
Jan 17, 2026
rules/windows/image_load/image_load_win_susp_dbgcore_dbghelp_load.yml
Outdated
Show resolved
Hide resolved
rules/windows/process_creation/proc_creation_win_hktl_wsass.yml
Outdated
Show resolved
Hide resolved
frack113
approved these changes
Feb 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of the Pull Request
A short summary for each rule change
HackTool - WSASS Execution
Tightened up the regex because it was catching too some legit cases. The old one was little too broad.
Source: https://www.virustotal.com/gui/file/a47eeafb702ed5981731943882602a584ee3c92df63a93f63a5b9dd2b6624e3d
Suspicious Loading of Dbgcore/Dbghelp DLLs from Uncommon Location
Had to dial this back a bit - turns out legit installers also load dbgcore.dll and dbghelp.dll during setup. I have commented out Downloads and Desktop folders since that's where most people download their installers.
WerFaultSecure Loading DbgCore or DbgHelp - EDR-Freeze
This one was also firing on installer files, so I converted the werfaultsecure loading these dlls into a hunting rule instead of an alert.
Changelog
fix: Suspicious Loading of Dbgcore/Dbghelp DLLs from Uncommon Location - remove troublesome locations commonly used by installers
fix: HackTool - WSASS Execution - update regex to avoid mismatching on legitimate cli
update: WerFaultSecure Loading DbgCore or DbgHelp - EDR-Freeze - change it into hunting rule
Example Log Event
Fixed Issues
SigmaHQ Rule Creation Conventions