Add Sysinternals tooling and driver/UAC detection rules - #6094
Open
einlamye wants to merge 4 commits into
Open
Conversation
- pskill rule: fix tactic to attack.defense-impairment (t1685) - timestomp + kernel-driver rules: drop attack.mitre.org reference links (SigmahqMitreLinkIssue); techniques already covered by tags - kernel-driver rule: filter out Windows Defender ProgramData driver path to clear the goodlog-tests baseline false positive
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
Adds detection coverage for several Sysinternals and signed Windows utilities abused by adversaries (NTDS/volume theft, EDR/AV termination, network capture, timestomping, UAC bypass, interactive WMI), plus a Bring-Your-Own-Vulnerable-Driver (BYOVD) service-install detection and an AccCheckConsole DLL-sideloading rule.
Changelog
new: Sysinternals NotMyFault Driver Load - Myfault.SYS
new: Potential DLL Sideloading Via AccCheckConsole.EXE
new: Volume Image Creation Via Disk2vhd
new: Potential NTDS.DIT Dump Via Dsdbutil.EXE
new: Network Capture Via Nmcap.EXE
new: Security Software Termination Via PsKill
new: Timestomping Via Known Utilities
new: UAC Bypass Tool Spawning Shell - Odbcad32/Eudcedit
new: WMI Test Tool Execution - Wbemtest.EXE
new: Kernel Driver Service Registered From Suspicious Path
Example Log Event
Fixed Issues
SigmaHQ Rule Creation Conventions