How does one defend, detect and deter golden SAML attacks?
1 Answers
Several methods could be used to detect'em:
Correlating service provider login events with corresponding authentication events in ADFS and Domain Controllers
Identifying certificate export events in Active Directory Federation Services
Customizing SAML response to identify irregular access
Detecting malicious Ative Directory Federation Services trust modification
Those methods are well documented here
And for mitigation, the best you could do is following best practice guides and recommendations, Microsoft provides an excellent resource for doing this.
FireEye published a well-detailed paper on the attack and provides some extra guidance on ADFS attack mitigation: Remediation and Hardening Strategies for Microsoft 365 to Defend Against UNC2452
If not using ADFS this should help.
- 304
- 1
- 7
- 2,667
- 12
- 27