-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Okta new rules #894
Okta new rules #894
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, had some minor nit picks
cleaned up some unused yaml fields |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lots of comments, but most revolve around specifying an appropriate defaults for deep_get
calls and certain get
s.
Background
Okta is a centralized identity platform that serves as a modern alternative to traditional on-premises Domain Controllers for organizations. It provides a secure and unified way to manage user authentication, access control, and identity management across various applications and services. While the increased centralization of access controls can protect end users, it also presents a high-value target for attackers.
In a keynote address at the mWISE Conference 2023, Kevin Mandia stated that defenders must assume phishing attacks will be successful on their employees and that valid accounts will be used for lateral movement by attackers. Recent attacks, such as the scattered spider attacks on MGM and Caesar's, have confirmed these concerns. These attacks involved social engineering and phishing techniques to gain access to legitimate Okta admin accounts.
The Okta security team has emphasized that there were no vulnerabilities in the Okta platform that were exploited in these attacks. Instead, the attackers took advantage of misconfigurations and a lack of security controls to leverage compromised accounts into additional access, privileges, and persistence. It is crucial for organizations to closely monitor and detect new Tactics, Techniques, and Procedures (TTPs) in the Okta audit logs to identify any suspicious activities and potential security breaches.
Changes
Testing