windows_T1558.004_active_directory_asrep_roasting_detection#3741
windows_T1558.004_active_directory_asrep_roasting_detection#3741thegreatmhn wants to merge 1 commit intosplunk:developfrom
Conversation
| version: 1 | ||
| date: '2025-10-23' | ||
| author: Mahdi Hamedani Nezhad | ||
| status: production |
There was a problem hiding this comment.
In order for this to be a production level rule we would need some logs.
Can you please provide logs for this and open a PR on https://github.com/splunk/attack_data/
Once that is done I will take care of the rest of the updates.
There was a problem hiding this comment.
Thanks for the review!
I’ve added the sample logs and opened the PR here: splunk/attack_data#1052
There was a problem hiding this comment.
Hello @thegreatmhn : looks like we need an addtional yaml file associated with that dataset! Can you please add that? Not able to push a commit into your branch with that change!
Also that file needs to be in git LFS mode so you may need to re upload that file after installing LFS in that repo!
|
Closing this as stale see splunk/attack_data#1052 |
Details
What does this PR have in it? Screenshots are worth 1000 words 😄
This PR adds a new analytic titled "Active Directory AS-REP Roasting Detection" designed to identify potential credential access activity within Active Directory environments.
It detects Kerberos AS-REQ events (EventCode 4768) where PreAuthType=0, a condition indicative of AS-REP roasting attempts.
Adversaries can exploit accounts configured with "Do not require Kerberos pre-authentication" to retrieve encrypted ticket responses and perform offline password cracking.
This correlation analytic provides early behavioral detection of credential harvesting attempts against AD, mapping to MITRE ATT&CK T1558.004 – AS-REP Roasting under the Credential Access tactic.
Checklist
<platform>_<mitre att&ck technique>_<short description>nomenclatureNotes For Submitters and Reviewers
buildCI job when it fails will likely show an error about what is failing. You may have a very descriptive error of the specific field(s) in the specific file(s) that is causing an issue.