-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #887 from nterl0k/nterl0k-T1110.3-ntlm-bruteforce
Nterl0k T1110.3 NTLM Bruteforce
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
datasets/attack_techniques/T1110.003/ntlm_bruteforce/ntlm_bruteforce.log
Git LFS file not shown
16 changes: 16 additions & 0 deletions
16
datasets/attack_techniques/T1110.003/ntlm_bruteforce/ntlm_bruteforce.yml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
author: Steven Dick | ||
id: 7d0802bd-b870-4a93-96f0-6e8323af425e | ||
date: '2024-2-19' | ||
description: 'Detection of suspicious NTLM authentication behavior.' | ||
environment: attack_range | ||
dataset: | ||
- https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1110.003/ntlm_bruteforce/ntlm_bruteforce.log | ||
sourcetypes: | ||
- XmlWinEventLog:Microsoft-Windows-NTLM/Operational | ||
references: | ||
- https://attack.mitre.org/techniques/T1110/003/ | ||
- https://www.varonis.com/blog/investigate-ntlm-brute-force | ||
- https://techcommunity.microsoft.com/t5/ask-the-directory-services-team/ntlm-blocking-and-you-application-analysis-and-auditing/ba-p/397191 | ||
- https://techcommunity.microsoft.com/t5/microsoft-defender-for-identity/enriched-ntlm-authentication-data-using-windows-event-8004/m-p/871827 | ||
- https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/dd560653(v=ws.10)?redirectedfrom=MSDN | ||
- https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-nrpc/4d1235e3-2c96-4e9f-a147-3cb338a0d09f |