Created Issue #2144 to discuss the new subsections (“Attack Scenarios”, “Defensive Controls”, and “SOC Detection Guidance”). Linking it here for visibility.Add authentication attack scenarios, defensive controls, and SOC detection guidance#2144
Open
sujalavnelavai wants to merge 1 commit intoOWASP:masterfrom
Open
Created Issue #2144 to discuss the new subsections (“Attack Scenarios”, “Defensive Controls”, and “SOC Detection Guidance”). Linking it here for visibility.Add authentication attack scenarios, defensive controls, and SOC detection guidance#2144sujalavnelavai wants to merge 1 commit intoOWASP:masterfrom
sujalavnelavai wants to merge 1 commit intoOWASP:masterfrom
Conversation
…ction guidance Added three new subsections to enhance the Authentication Cheat Sheet with practical, security-focused guidance. The update includes: - Common Authentication Attack Scenarios (credential stuffing, password spraying, brute force, MFA fatigue, session hijacking) - Recommended Defensive Controls aligned with modern best practices (rate limiting, MFA enforcement, passwordless options, session hardening, IP reputation checks) - SOC Monitoring & Detection Guidance to help security teams identify authentication-related attacks through log patterns and anomaly detection These additions improve clarity, strengthen defensive recommendations, and provide SOC-relevant detection insights without altering existing technical content.
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.
This PR enhances the Authentication Cheat Sheet by adding three new subsections that provide practical, security-focused guidance aligned with modern authentication threats and defensive best practices.
Added Sections
Common Authentication Attack Scenarios
Covers credential stuffing, password spraying, brute force attacks, MFA fatigue attacks, and session hijacking.
Recommended Defensive Controls
Includes rate limiting, MFA enforcement, passwordless authentication options, IP reputation checks, session hardening, and protections against MFA fatigue.
SOC Monitoring & Detection Guidance
Provides actionable detection insights for SOC analysts, including failed login pattern analysis, impossible travel detection, MFA abuse monitoring, device/browser anomaly detection, and correlation with other security alerts.
Purpose
These additions strengthen the cheat sheet by:
No existing content was modified or removed.
You're A Rockstar
Thank you for submitting a Pull Request (PR) to the Cheat Sheet Series.
Please make sure that for your contribution:
[TEXT](URL)If your PR is related to an issue, please finish your PR text with the following line:
This PR fixes issue #
<REPLACE WITH ISSUE NUMBER>.AI Tool Usage Disclosure (required for all PRs)
Please select one of the following options:
the contents and I affirm the results. The LLM used is
Microsoft office Copilot 2026and the prompt used is Assistance with structuring new subsections, wording improvements, and PR description formatting``. [Feel free to add more details if needed]
Thank you again for your contribution 😃