feat: Add Evilginx 3.x AiTM detection rules (proxy + webserver)#5902
Open
CyberLeakWatch wants to merge 1 commit intoSigmaHQ:masterfrom
Open
feat: Add Evilginx 3.x AiTM detection rules (proxy + webserver)#5902CyberLeakWatch wants to merge 1 commit intoSigmaHQ:masterfrom
CyberLeakWatch wants to merge 1 commit intoSigmaHQ:masterfrom
Conversation
Add 4 new Sigma detection rules for Evilginx 3.x Adversary-in-the-Middle phishing framework: - evilginx_linkedin_cookie_exfiltration: Detects li_at session cookie theft via proxy logs (T1539) - evilginx_microsoft_cookie_exfiltration: Detects ESTSAUTH/SDIDC/JSHP cookie theft targeting Microsoft 365 (T1539) - evilginx_microsoft_kmsi_manipulation: Detects forced KMSI parameter in /ppsecure/post.srf for persistent session cookies (T1539, T1556) - evilginx_js_injection_pattern: Detects Evilginx-specific JavaScript credential injection polling function in webserver responses (T1566.002) These rules cover the most common Evilginx 3.x phishlet patterns targeting LinkedIn and Microsoft 365, which currently have no Sigma detection coverage. References: - https://github.com/kgretzky/evilginx2 - https://breakdev.org/evilginx-3-0-update/ - MITRE ATT&CK: T1539, T1566.002, T1556, T1059.007
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
Adds 4 new Sigma detection rules for the Evilginx 3.x Adversary-in-the-Middle (AiTM) phishing framework. These rules detect session cookie theft and credential injection patterns that currently have no Sigma detection coverage in the repository.
Rules Added
evilginx_linkedin_cookie_exfiltrationrules/web/proxy_generic/evilginx_microsoft_cookie_exfiltrationrules/web/proxy_generic/evilginx_microsoft_kmsi_manipulationrules/web/proxy_generic/evilginx_js_injection_patternrules/web/webserver_generic/Detection Coverage
li_atsession cookie exfiltration through non-LinkedIn proxy destinationsESTSAUTH,ESTSAUTHPERSISTENT,SDIDC,JSHPcookie theft targeting non-Microsoft destinations/ppsecure/post.srfthrough non-Microsoft proxies (used to obtain persistent session cookies)function lp(){}) and DOM manipulation patterns in webserver responsesContext
Evilginx 3.x is one of the most prevalent AiTM phishing frameworks targeting enterprise authentication. It bypasses MFA (TOTP/SMS/push) by proxying the real authentication flow. Despite its prevalence, there are currently no Evilginx-specific detection rules in the SigmaHQ repository.
References
Checklist