Add Active Directory / Kerberos attack detection rules#6093
Open
einlamye wants to merge 4 commits into
Open
Conversation
Fixes SigmahqTagsTechniquesWithoutTacticsIssue: technique tags require their full set of mapped tactics. - t1557.001: add attack.collection (ntlm_relay, coercion_named_pipe) - t1078.002: add attack.initial-access, attack.persistence, attack.stealth (adcs_esc1, nopac)
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 common Active Directory and Kerberos attacks that were not yet covered, primarily via the Windows Security event log. Includes named-CVE techniques (Zerologon CVE-2020-1472, noPac CVE-2021-42278/42287), AD CS ESC1, authentication coercion, NTLM relay of machine accounts, Kerberos DES downgrade, MachineAccountQuota abuse, and Resource-Based Constrained Delegation (RBCD) attribute modification.
Changelog
new: Certificate-Based TGT Request for User Account - Potential ADCS ESC1 Abuse
new: Authentication Coercion via Named Pipe Access by Anonymous Logon
new: Computer Account Created by User Account - Potential MachineAccountQuota Abuse
new: Kerberos DES Encryption Downgrade - Potential Forged Ticket
new: Machine Account sAMAccountName Spoofing - Potential noPac (CVE-2021-42278)
new: NTLM Network Logon by Machine Account - Potential Coerced Relay
new: Resource-Based Constrained Delegation Attribute Modified
new: Domain Controller Machine Account Password Change by Anonymous - Potential Zerologon
Example Log Event
Fixed Issues
SigmaHQ Rule Creation Conventions