{"description":"Trending threats, MITRE ATT\u0026CK coverage, and detection metadata — refreshed continuously.","feed_url":"https://feed.craftedsignal.io/tags/identity/","home_page_url":"https://feed.craftedsignal.io/","items":[{"_cs_actors":[],"_cs_cves":[],"_cs_exploited":false,"_cs_products":["Okta Identity Engine"],"_cs_severities":["high"],"_cs_tags":["okta","identity","privilege-escalation","persistence","defense-evasion","initial-access"],"_cs_type":"advisory","_cs_vendors":["Okta"],"content_html":"\u003cp\u003eThis threat brief focuses on detecting unusual behaviors within the Okta Admin Console, as identified by Okta\u0026rsquo;s heuristics. While the specific campaign details are unknown, identifying anomalous access patterns to the Admin Console is crucial for detecting various malicious activities. This includes potential privilege escalation by compromised accounts or insider threats attempting to gain elevated permissions, establishing persistence through unauthorized modifications, evading existing security controls, or gaining initial access through account compromise. The detection relies on Okta\u0026rsquo;s system logs which can signal unusual administrative activity. Defenders should prioritize monitoring and alerting on these events to quickly identify and respond to potential security breaches.\u003c/p\u003e\n\u003ch2 id=\"attack-chain\"\u003eAttack Chain\u003c/h2\u003e\n\u003col\u003e\n\u003cli\u003eAn attacker gains initial access to an Okta account, possibly through credential phishing or brute-force attacks.\u003c/li\u003e\n\u003cli\u003eThe attacker attempts to log in to the Okta Admin Console.\u003c/li\u003e\n\u003cli\u003eOkta\u0026rsquo;s behavior detection engine analyzes the login attempt, considering factors like the user\u0026rsquo;s location, device, and time of day.\u003c/li\u003e\n\u003cli\u003eThe system logs record a \u003ccode\u003epolicy.evaluate_sign_on\u003c/code\u003e event when a sign-on policy is evaluated.\u003c/li\u003e\n\u003cli\u003eThe \u003ccode\u003etarget.displayName\u003c/code\u003e field within the log specifies \u0026ldquo;Okta Admin Console\u0026rdquo; indicating the user is attempting to access the administrative interface.\u003c/li\u003e\n\u003cli\u003eIf Okta identifies the behavior as unusual, the \u003ccode\u003edebugContext.debugData.behaviors\u003c/code\u003e or \u003ccode\u003edebugContext.debugData.logOnlySecurityData\u003c/code\u003e fields will contain \u0026ldquo;POSITIVE\u0026rdquo;.\u003c/li\u003e\n\u003cli\u003eAn alert is triggered based on the identified unusual behavior.\u003c/li\u003e\n\u003cli\u003eThe attacker, if successful in bypassing initial checks, may proceed to create new admin accounts, modify existing policies, or exfiltrate sensitive data.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2 id=\"impact\"\u003eImpact\u003c/h2\u003e\n\u003cp\u003eCompromise of the Okta Admin Console can lead to significant damage, including unauthorized access to sensitive data, modification of security policies, creation of rogue administrator accounts, and ultimately, a complete takeover of the Okta environment. This can impact all applications and services integrated with Okta, potentially affecting thousands of users and causing significant financial and reputational damage. Early detection is crucial to limiting the scope and impact of such attacks.\u003c/p\u003e\n\u003ch2 id=\"recommendation\"\u003eRecommendation\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDeploy the provided Sigma rule \u003ccode\u003eOkta Admin Console Unusual Behavior\u003c/code\u003e to your SIEM to detect suspicious Okta Admin Console access based on Okta\u0026rsquo;s internal behavior analysis.\u003c/li\u003e\n\u003cli\u003eInvestigate any alerts generated by the Sigma rule to determine if the unusual behavior is legitimate or indicative of malicious activity.\u003c/li\u003e\n\u003cli\u003eReview Okta\u0026rsquo;s System Log API documentation to understand the various event types and data fields available for monitoring and detection.\u003c/li\u003e\n\u003cli\u003eImplement multi-factor authentication (MFA) for all Okta accounts, especially administrator accounts, to mitigate the risk of account compromise (related to initial access).\u003c/li\u003e\n\u003cli\u003eMonitor Okta\u0026rsquo;s security advisories and announcements for updates on emerging threats and recommended security practices (references).\u003c/li\u003e\n\u003c/ul\u003e\n","date_modified":"2024-05-02T10:00:00Z","date_published":"2024-05-02T10:00:00Z","id":"/briefs/2024-05-okta-admin-console-behaviors/","summary":"This brief details detection of anomalous activity within the Okta Admin Console, potentially indicating privilege escalation, persistence, defense evasion, or initial access attempts by malicious actors.","title":"Okta Admin Console Unusual Behavior Detection","url":"https://feed.craftedsignal.io/briefs/2024-05-okta-admin-console-behaviors/"},{"_cs_actors":[],"_cs_cves":[],"_cs_exploited":false,"_cs_products":[],"_cs_severities":["medium"],"_cs_tags":["okta","identity","policy","attack.impact"],"_cs_type":"advisory","_cs_vendors":[],"content_html":"\u003cp\u003eOkta is a widely used identity and access management platform. Threat actors may target Okta configurations to weaken an organization\u0026rsquo;s security posture. This activity involves modifications or deletions of policy rules within Okta. Such changes can reduce the effectiveness of multi-factor authentication (MFA) requirements, bypass access controls, or disable security logging. Detection of these changes is crucial to maintaining a strong security baseline and preventing unauthorized access to sensitive resources. Defenders should monitor Okta logs for unexpected or unauthorized policy rule modifications or deletions.\u003c/p\u003e\n\u003ch2 id=\"attack-chain\"\u003eAttack Chain\u003c/h2\u003e\n\u003col\u003e\n\u003cli\u003eInitial Access: The attacker gains unauthorized access to an Okta administrator account, possibly through credential theft or phishing.\u003c/li\u003e\n\u003cli\u003eAuthentication: The attacker authenticates to the Okta admin dashboard using the compromised credentials.\u003c/li\u003e\n\u003cli\u003eDiscovery: The attacker enumerates existing policy rules to understand the current security configuration.\u003c/li\u003e\n\u003cli\u003eModification: The attacker modifies an existing policy rule to weaken its security controls. This could involve disabling MFA, bypassing location restrictions, or altering group membership requirements.\u003c/li\u003e\n\u003cli\u003eDeletion: Alternatively, the attacker deletes a policy rule entirely, effectively removing a layer of security.\u003c/li\u003e\n\u003cli\u003ePrivilege Escalation: With weakened or removed policy rules, the attacker escalates privileges, gaining access to sensitive applications or data.\u003c/li\u003e\n\u003cli\u003eLateral Movement: The attacker leverages the compromised Okta environment to move laterally within the organization\u0026rsquo;s network, accessing additional systems and resources.\u003c/li\u003e\n\u003cli\u003eImpact: The attacker achieves their final objective, such as data exfiltration, financial fraud, or system disruption, due to the weakened security posture.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2 id=\"impact\"\u003eImpact\u003c/h2\u003e\n\u003cp\u003eSuccessful modification or deletion of Okta policy rules can severely compromise an organization\u0026rsquo;s security. Consequences include unauthorized access to sensitive data, privilege escalation, lateral movement, and ultimately, data breaches or financial loss. The number of affected users and systems depends on the scope of the compromised policy rules and the attacker\u0026rsquo;s subsequent actions. Organizations in all sectors that rely on Okta for identity management are vulnerable.\u003c/p\u003e\n\u003ch2 id=\"recommendation\"\u003eRecommendation\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDeploy the \u0026ldquo;Okta Policy Rule Modified or Deleted\u0026rdquo; Sigma rule to your SIEM to detect unauthorized changes (rule reference).\u003c/li\u003e\n\u003cli\u003eReview Okta system logs regularly for policy rule modifications or deletions, focusing on unusual source IPs or user agents.\u003c/li\u003e\n\u003cli\u003eImplement multi-factor authentication (MFA) for all Okta administrator accounts to prevent unauthorized access (reference: Okta documentation).\u003c/li\u003e\n\u003cli\u003eEnforce the principle of least privilege for Okta administrator roles, limiting the number of users who can modify policy rules.\u003c/li\u003e\n\u003cli\u003eAlert on eventType \u003ccode\u003epolicy.rule.update\u003c/code\u003e or \u003ccode\u003epolicy.rule.delete\u003c/code\u003e in Okta logs using the provided Sigma rule (rule reference).\u003c/li\u003e\n\u003c/ul\u003e\n","date_modified":"2024-01-29T12:00:00Z","date_published":"2024-01-29T12:00:00Z","id":"/briefs/2024-01-29-okta-policy-rule-modification/","summary":"An Okta policy rule was modified or deleted, potentially weakening security controls.","title":"Okta Policy Rule Modification or Deletion","url":"https://feed.craftedsignal.io/briefs/2024-01-29-okta-policy-rule-modification/"},{"_cs_actors":[],"_cs_cves":[],"_cs_exploited":false,"_cs_products":["Okta"],"_cs_severities":["low"],"_cs_tags":["okta","identity","user-creation","credential-access"],"_cs_type":"advisory","_cs_vendors":["Okta"],"content_html":"\u003cp\u003eThis alert detects the creation of new user accounts within an Okta environment. While legitimate user creation is common, malicious actors may create accounts to gain unauthorized access to resources, escalate privileges, or establish persistence within the network. Monitoring for anomalous user creation activity, such as accounts created outside of normal business hours or with suspicious naming conventions, is crucial for identifying potential security breaches. Reviewing the source IP and administrator account used for the user creation can also provide valuable context.\u003c/p\u003e\n\u003ch2 id=\"attack-chain\"\u003eAttack Chain\u003c/h2\u003e\n\u003col\u003e\n\u003cli\u003eAn attacker gains initial access to an Okta administrator account, potentially through phishing, credential stuffing, or exploiting a vulnerability.\u003c/li\u003e\n\u003cli\u003eThe attacker authenticates to the Okta admin portal.\u003c/li\u003e\n\u003cli\u003eThe attacker navigates to the user management section within the Okta admin console.\u003c/li\u003e\n\u003cli\u003eThe attacker creates a new user account, potentially mimicking an existing user or using a generic naming convention.\u003c/li\u003e\n\u003cli\u003eThe attacker assigns the new user account specific roles and permissions, potentially granting elevated privileges.\u003c/li\u003e\n\u003cli\u003eThe attacker may use the newly created account to access sensitive applications and data within the Okta-protected environment.\u003c/li\u003e\n\u003cli\u003eThe attacker uses the compromised or newly created account to maintain persistence within the Okta environment.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2 id=\"impact\"\u003eImpact\u003c/h2\u003e\n\u003cp\u003eA successful attack leading to unauthorized user creation can result in significant data breaches, privilege escalation, and unauthorized access to sensitive applications and resources. This could lead to financial loss, reputational damage, and compliance violations. The impact depends on the permissions granted to the created user and the applications they can access.\u003c/p\u003e\n\u003ch2 id=\"recommendation\"\u003eRecommendation\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDeploy the Sigma rule \u0026ldquo;New Okta User Created\u0026rdquo; to your SIEM to detect user creation events and tune for your environment.\u003c/li\u003e\n\u003cli\u003eInvestigate any detected user creation events for legitimacy, focusing on the source IP address and the administrator account used.\u003c/li\u003e\n\u003cli\u003eImplement multi-factor authentication (MFA) for all Okta administrator accounts to mitigate the risk of credential compromise.\u003c/li\u003e\n\u003cli\u003eReview Okta event logs regularly for suspicious activity, including user creation, permission changes, and application access.\u003c/li\u003e\n\u003cli\u003eEstablish baseline user creation patterns to identify anomalous behavior, such as accounts created outside of normal business hours.\u003c/li\u003e\n\u003c/ul\u003e\n","date_modified":"2024-01-23T12:00:00Z","date_published":"2024-01-23T12:00:00Z","id":"/briefs/2024-01-23-okta-user-created/","summary":"Detection of new user account creation in Okta, which could indicate malicious activity related to credential access.","title":"Okta User Account Created","url":"https://feed.craftedsignal.io/briefs/2024-01-23-okta-user-created/"},{"_cs_actors":[],"_cs_cves":[],"_cs_exploited":false,"_cs_products":["Okta"],"_cs_severities":["medium"],"_cs_tags":["identity","okta","threat-detection","attack.command-and-control"],"_cs_type":"advisory","_cs_vendors":["Okta"],"content_html":"\u003cp\u003eThis alert focuses on identifying security threats detected by Okta\u0026rsquo;s ThreatInsight. Okta ThreatInsight analyzes traffic patterns and user behavior to identify and block malicious login attempts, brute-force attacks, and other suspicious activities. When ThreatInsight identifies a security threat, it generates a system log event with the eventType \u003ccode\u003esecurity.threat.detected\u003c/code\u003e. This event serves as a high-level indicator of potential command and control activity within the Okta environment. Defenders should investigate these alerts promptly to determine the nature and scope of the threat and take appropriate remediation steps. This detection leverages Okta system logs and is relevant for organizations using Okta as their identity provider.\u003c/p\u003e\n\u003ch2 id=\"attack-chain\"\u003eAttack Chain\u003c/h2\u003e\n\u003col\u003e\n\u003cli\u003eAn attacker attempts to gain unauthorized access to an Okta account, possibly through credential stuffing or brute-force attacks.\u003c/li\u003e\n\u003cli\u003eOkta\u0026rsquo;s ThreatInsight analyzes the login attempt, evaluating factors such as IP address reputation, geographical location, and login frequency.\u003c/li\u003e\n\u003cli\u003eThreatInsight identifies the login attempt as a security threat based on predefined risk factors.\u003c/li\u003e\n\u003cli\u003eOkta generates a system log event with eventType \u003ccode\u003esecurity.threat.detected\u003c/code\u003e, recording details of the suspicious activity.\u003c/li\u003e\n\u003cli\u003eThe security team receives an alert based on the Sigma rule detecting the \u003ccode\u003esecurity.threat.detected\u003c/code\u003e event.\u003c/li\u003e\n\u003cli\u003eThe security team investigates the alert, examining the associated IP address, user account, and other relevant log data.\u003c/li\u003e\n\u003cli\u003eBased on the investigation, the security team takes appropriate remediation steps, such as blocking the IP address, resetting the user\u0026rsquo;s password, or enabling multi-factor authentication.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2 id=\"impact\"\u003eImpact\u003c/h2\u003e\n\u003cp\u003eA successful attack targeting Okta could lead to unauthorized access to sensitive data, account takeover, and disruption of services. The impact of such an attack depends on the level of access granted to the compromised account and the sensitivity of the data accessible through Okta. Successful exploitation can lead to lateral movement within an organization\u0026rsquo;s cloud infrastructure and potentially compromise other critical systems.\u003c/p\u003e\n\u003ch2 id=\"recommendation\"\u003eRecommendation\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDeploy the provided Sigma rule to your SIEM to detect \u003ccode\u003esecurity.threat.detected\u003c/code\u003e events in Okta system logs.\u003c/li\u003e\n\u003cli\u003eInvestigate all triggered alerts to determine the nature and scope of the threat.\u003c/li\u003e\n\u003cli\u003eReview Okta\u0026rsquo;s ThreatInsight configuration to ensure it is properly configured and tuned for your environment (references: Okta ThreatInsight documentation).\u003c/li\u003e\n\u003cli\u003eMonitor Okta system logs for suspicious activity, such as unusual login patterns, account lockouts, and password resets (references: Okta system log documentation).\u003c/li\u003e\n\u003cli\u003eEnforce strong password policies and multi-factor authentication to reduce the risk of unauthorized access.\u003c/li\u003e\n\u003c/ul\u003e\n","date_modified":"2024-01-23T12:00:00Z","date_published":"2024-01-23T12:00:00Z","id":"/briefs/2024-01-okta-security-threat/","summary":"This alert detects when Okta's ThreatInsight identifies a security threat within an Okta environment, potentially indicating command and control activity.","title":"Okta Security Threat Detected","url":"https://feed.craftedsignal.io/briefs/2024-01-okta-security-threat/"},{"_cs_actors":[],"_cs_cves":[],"_cs_exploited":false,"_cs_products":["Okta"],"_cs_severities":["medium"],"_cs_tags":["identity","okta","privilege-escalation","persistence"],"_cs_type":"advisory","_cs_vendors":["Okta"],"content_html":"\u003cp\u003eOkta is a widely used identity and access management (IAM) platform, making it a prime target for malicious actors seeking to gain unauthorized access to sensitive resources. This threat focuses on the creation of new admin role assignments within Okta. An attacker who successfully compromises an Okta account with sufficient privileges, or bypasses security controls, may attempt to escalate their privileges or establish persistence by creating new admin role assignments for themselves or other accounts they control. This activity can go unnoticed if not actively monitored, granting the attacker extended access and control over the Okta environment and connected applications. Monitoring for anomalous admin role assignments is crucial for early detection and prevention of potential breaches.\u003c/p\u003e\n\u003ch2 id=\"attack-chain\"\u003eAttack Chain\u003c/h2\u003e\n\u003col\u003e\n\u003cli\u003e\u003cstrong\u003eInitial Access:\u003c/strong\u003e Attacker gains unauthorized access to an Okta account, possibly through credential phishing, brute-force attacks, or exploitation of vulnerabilities.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003ePrivilege Check:\u003c/strong\u003e The attacker verifies the privileges of the compromised account to determine if it has sufficient permissions to create new admin role assignments.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eAccount Impersonation:\u003c/strong\u003e The attacker uses the compromised account to access the Okta admin dashboard.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eRole Assignment Creation:\u003c/strong\u003e The attacker navigates to the role assignment section and initiates the creation of a new admin role assignment.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eConfiguration:\u003c/strong\u003e The attacker specifies the target user or group for the new admin role assignment.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eAudit Logging:\u003c/strong\u003e Okta logs the event \u0026lsquo;iam.resourceset.bindings.add\u0026rsquo; indicating the creation of a new admin role assignment.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003ePersistence:\u003c/strong\u003e The attacker uses the newly created admin role assignment to maintain persistent access to the Okta environment even if the initial compromised account is detected and remediated.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2 id=\"impact\"\u003eImpact\u003c/h2\u003e\n\u003cp\u003eSuccessful exploitation could lead to complete control over the Okta environment, affecting all connected applications and services. An attacker with admin privileges can modify user accounts, reset passwords, access sensitive data, and potentially compromise the entire organization. The number of affected users and systems depends on the scope of the Okta deployment, but the impact can be significant, potentially affecting thousands of users and critical business operations.\u003c/p\u003e\n\u003ch2 id=\"recommendation\"\u003eRecommendation\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDeploy the Sigma rule \u003ccode\u003eOkta Admin Role Assignment Created\u003c/code\u003e to your SIEM and tune it for your environment to detect suspicious admin role creation activity in Okta logs.\u003c/li\u003e\n\u003cli\u003eInvestigate any alerts generated by the \u003ccode\u003eOkta Admin Role Assignment Created\u003c/code\u003e rule to determine if the role assignment was legitimate and authorized.\u003c/li\u003e\n\u003cli\u003eImplement multi-factor authentication (MFA) for all Okta accounts, especially those with administrative privileges, to mitigate the risk of credential compromise.\u003c/li\u003e\n\u003cli\u003eRegularly review and audit Okta admin role assignments to identify and remove any unnecessary or unauthorized privileges.\u003c/li\u003e\n\u003c/ul\u003e\n","date_modified":"2024-01-23T12:00:00Z","date_published":"2024-01-23T12:00:00Z","id":"/briefs/2024-01-okta-admin-role/","summary":"Detection of new admin role assignments in Okta, potentially indicating privilege escalation or persistence attempts by malicious actors.","title":"Okta Admin Role Assignment Creation","url":"https://feed.craftedsignal.io/briefs/2024-01-okta-admin-role/"},{"_cs_actors":[],"_cs_cves":[],"_cs_exploited":false,"_cs_products":["Okta"],"_cs_severities":["medium"],"_cs_tags":["identity","okta","suspicious-activity"],"_cs_type":"advisory","_cs_vendors":["Okta"],"content_html":"\u003cp\u003eThis alert focuses on detecting when an end-user within an Okta environment reports suspicious activity related to their account. This is a critical indicator that the account may be compromised, or that unauthorized access has occurred. The activity is reported directly by the end-user. While this alert does not directly reveal the method of compromise, it serves as an important signal for security teams to investigate potentially malicious activity. This event triggers from an Okta system log event generated when an end-user utilizes the \u0026ldquo;report suspicious activity\u0026rdquo; feature, available in many Okta deployments. Early detection allows security teams to rapidly respond, contain potential damage, and investigate the source of the suspicious activity. This type of self-reporting by end-users can be an invaluable source of threat intelligence within an organization.\u003c/p\u003e\n\u003ch2 id=\"attack-chain\"\u003eAttack Chain\u003c/h2\u003e\n\u003col\u003e\n\u003cli\u003eAn attacker gains unauthorized access to an end-user\u0026rsquo;s Okta account, possibly via credential phishing or password reuse.\u003c/li\u003e\n\u003cli\u003eThe attacker attempts to perform actions such as accessing applications, changing profile details, or initiating password resets.\u003c/li\u003e\n\u003cli\u003eThe legitimate end-user observes suspicious activity in their Okta account, such as unfamiliar login locations, unauthorized application access, or unexpected password reset requests.\u003c/li\u003e\n\u003cli\u003eThe end-user utilizes the \u0026ldquo;report suspicious activity\u0026rdquo; feature within their Okta account portal.\u003c/li\u003e\n\u003cli\u003eThis action generates an Okta system log event with the eventType \u003ccode\u003euser.account.report_suspicious_activity_by_enduser\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eThe detection rule triggers based on this specific Okta log event.\u003c/li\u003e\n\u003cli\u003eSecurity analysts investigate the reported activity, examining Okta logs and other relevant data sources.\u003c/li\u003e\n\u003cli\u003eBased on the investigation, appropriate remediation steps are taken, such as resetting the user\u0026rsquo;s password, revoking active sessions, and blocking any identified malicious IP addresses.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2 id=\"impact\"\u003eImpact\u003c/h2\u003e\n\u003cp\u003eA successful account compromise can lead to unauthorized access to sensitive applications and data within the organization. The number of affected users and the impact will depend on the permissions and access granted to the compromised Okta account. This can result in data breaches, financial loss, and reputational damage. Prompt detection of end-user reported suspicious activity allows for rapid incident response, minimizing potential damage.\u003c/p\u003e\n\u003ch2 id=\"recommendation\"\u003eRecommendation\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDeploy the Sigma rule \u0026ldquo;Okta Suspicious Activity Reported by End-user\u0026rdquo; to your SIEM to detect when users report suspicious activity, using \u003ccode\u003eeventType: 'user.account.report_suspicious_activity_by_enduser'\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eReview Okta system logs for further details surrounding the events that prompted the user report (see references for log details).\u003c/li\u003e\n\u003cli\u003eImplement end-user training programs to educate users on how to identify and report suspicious activity.\u003c/li\u003e\n\u003cli\u003eInvestigate all triggered alerts to determine the root cause of the reported suspicious activity.\u003c/li\u003e\n\u003c/ul\u003e\n","date_modified":"2024-01-17T12:00:00Z","date_published":"2024-01-17T12:00:00Z","id":"/briefs/2024-01-17-okta-suspicious-activity/","summary":"An Okta end-user reports potentially suspicious activity on their account, indicating possible compromise or unauthorized access.","title":"Okta End-User Reports Suspicious Account Activity","url":"https://feed.craftedsignal.io/briefs/2024-01-17-okta-suspicious-activity/"},{"_cs_actors":[],"_cs_cves":[],"_cs_exploited":false,"_cs_products":["Okta"],"_cs_severities":["high"],"_cs_tags":["identity","cloud","okta","initial-access"],"_cs_type":"advisory","_cs_vendors":["Okta"],"content_html":"\u003cp\u003eAttackers frequently use proxy infrastructure (VPNs, Tor, residential proxies) to mask their origin when using stolen credentials. This behavior often triggers additional detection rules after the initial authentication. By correlating the first instance of Okta user authentication via a proxy with subsequent Okta security alerts for the same user, this rule aims to identify potentially compromised accounts. This correlation focuses on activity within a 30-minute window following the initial proxy authentication, helping to pinpoint users whose proxy-based authentication was followed by suspicious activity. The rule leverages Okta system logs and alerts to identify these patterns. This is important for defenders to quickly identify compromised accounts and prevent further damage.\u003c/p\u003e\n\u003ch2 id=\"attack-chain\"\u003eAttack Chain\u003c/h2\u003e\n\u003col\u003e\n\u003cli\u003eAn attacker obtains valid Okta credentials through phishing, credential stuffing, or other means. (T1078)\u003c/li\u003e\n\u003cli\u003eThe attacker initiates an Okta user session from behind a proxy (VPN, Tor, etc.) to mask their origin.\u003c/li\u003e\n\u003cli\u003eOkta classifies the connection as originating from a proxy.\u003c/li\u003e\n\u003cli\u003eThe user successfully authenticates and starts a session.\u003c/li\u003e\n\u003cli\u003ePost-authentication, the attacker attempts to access sensitive applications or data. (T1078.004)\u003c/li\u003e\n\u003cli\u003eThe attacker\u0026rsquo;s activity triggers an Okta security alert, such as unusual access patterns or MFA bypass attempts.\u003c/li\u003e\n\u003cli\u003eThe detection rule correlates the proxy authentication event with the subsequent security alert.\u003c/li\u003e\n\u003cli\u003eSecurity team investigates and responds to the potential account compromise.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2 id=\"impact\"\u003eImpact\u003c/h2\u003e\n\u003cp\u003eA successful attack can lead to unauthorized access to sensitive data, privilege escalation, and lateral movement within the organization\u0026rsquo;s cloud environment. Multiple alerts, coupled with proxy authentication, indicate a higher likelihood of account compromise. If successful, attackers could exfiltrate sensitive data, modify configurations, or disrupt services.\u003c/p\u003e\n\u003ch2 id=\"recommendation\"\u003eRecommendation\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDeploy the Sigma rule \u0026ldquo;Okta Alerts Following Unusual Proxy Authentication\u0026rdquo; to your SIEM and tune for your environment to detect suspicious activity after proxy authentication.\u003c/li\u003e\n\u003cli\u003eInvestigate correlated security alerts triggered after proxy authentication events for affected users, as highlighted by the Sigma rule.\u003c/li\u003e\n\u003cli\u003eMonitor Okta system logs for authentication events originating from known malicious proxy IP addresses and block them at the network perimeter.\u003c/li\u003e\n\u003cli\u003eReview user\u0026rsquo;s Okta activity for signs of account takeover (MFA changes, new devices, unusual app access) after proxy authentication.\u003c/li\u003e\n\u003cli\u003eImplement multi-factor authentication (MFA) to reduce the risk of account compromise via stolen credentials, as this attack relies on valid accounts.\u003c/li\u003e\n\u003c/ul\u003e\n","date_modified":"2024-01-03T15:00:00Z","date_published":"2024-01-03T15:00:00Z","id":"/briefs/2024-01-okta-proxy-auth-alerts/","summary":"Attackers use proxy infrastructure to mask their origin when using stolen Okta credentials, and this rule correlates the first occurrence of an Okta user session started via a proxy with subsequent Okta security alerts for the same user.","title":"Okta Alerts Following Unusual Proxy Authentication","url":"https://feed.craftedsignal.io/briefs/2024-01-okta-proxy-auth-alerts/"},{"_cs_actors":[],"_cs_cves":[],"_cs_exploited":false,"_cs_products":["AWS Identity Center"],"_cs_severities":["high"],"_cs_tags":["cloud","aws","identity","persistence","credential-access","defense-evasion"],"_cs_type":"advisory","_cs_vendors":["Amazon"],"content_html":"\u003cp\u003eAWS Identity Center (formerly AWS SSO) enables centralized management of access to AWS accounts and applications. Attackers can manipulate the configured identity provider to gain unauthorized access. The modification of the configured Identity Provider (IdP) within AWS Identity Center can lead to a full compromise of the AWS environment. By associating a malicious directory or disabling/disassociating legitimate directories, attackers can potentially establish persistent access, escalate privileges, and impersonate legitimate users. This can be achieved by utilizing compromised AWS credentials or exploiting vulnerabilities in the AWS environment.\u003c/p\u003e\n\u003ch2 id=\"attack-chain\"\u003eAttack Chain\u003c/h2\u003e\n\u003col\u003e\n\u003cli\u003eInitial access is gained via compromised AWS credentials or by exploiting an AWS vulnerability.\u003c/li\u003e\n\u003cli\u003eThe attacker enumerates the current AWS Identity Center configuration to identify the currently associated directory.\u003c/li\u003e\n\u003cli\u003eThe attacker disassociates the existing, legitimate directory using \u003ccode\u003eDisassociateDirectory\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eThe attacker associates a malicious directory they control using \u003ccode\u003eAssociateDirectory\u003c/code\u003e. This malicious directory is configured to impersonate legitimate users.\u003c/li\u003e\n\u003cli\u003eAlternatively, the attacker disables external IdP configuration for the directory using \u003ccode\u003eDisableExternalIdPConfigurationForDirectory\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eThe attacker enables external IdP configuration for the directory, pointing to an attacker-controlled IdP, using \u003ccode\u003eEnableExternalIdPConfigurationForDirectory\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eThe attacker uses the malicious or attacker-controlled IdP to authenticate as legitimate users, gaining access to AWS resources.\u003c/li\u003e\n\u003cli\u003eThe attacker performs malicious actions within the AWS environment, such as data exfiltration or resource destruction.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2 id=\"impact\"\u003eImpact\u003c/h2\u003e\n\u003cp\u003eSuccessful modification of the AWS Identity Center identity provider can lead to complete compromise of an AWS environment. Attackers can gain persistent access, escalate privileges, and impersonate legitimate users. This can result in data breaches, service disruption, financial loss, and reputational damage. The impact can extend to all AWS accounts and applications managed by the compromised Identity Center instance.\u003c/p\u003e\n\u003ch2 id=\"recommendation\"\u003eRecommendation\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDeploy the provided Sigma rule to your SIEM to detect unauthorized changes to the AWS Identity Center identity provider.\u003c/li\u003e\n\u003cli\u003eInvestigate any detected events related to \u003ccode\u003eAssociateDirectory\u003c/code\u003e, \u003ccode\u003eDisableExternalIdPConfigurationForDirectory\u003c/code\u003e, \u003ccode\u003eDisassociateDirectory\u003c/code\u003e, or \u003ccode\u003eEnableExternalIdPConfigurationForDirectory\u003c/code\u003e in AWS CloudTrail logs.\u003c/li\u003e\n\u003cli\u003eImplement multi-factor authentication (MFA) for all AWS accounts and users to reduce the risk of credential compromise.\u003c/li\u003e\n\u003cli\u003eReview and restrict IAM permissions to minimize the blast radius of compromised credentials.\u003c/li\u003e\n\u003cli\u003eMonitor AWS CloudTrail logs for unusual activity patterns that might indicate malicious directory association attempts.\u003c/li\u003e\n\u003c/ul\u003e\n","date_modified":"2024-01-03T14:30:00Z","date_published":"2024-01-03T14:30:00Z","id":"/briefs/2024-01-03-aws-idp-change/","summary":"An adversary modifies the AWS Identity Center identity provider configuration, potentially leading to persistent access and privilege escalation through user impersonation.","title":"AWS Identity Center Identity Provider Modification","url":"https://feed.craftedsignal.io/briefs/2024-01-03-aws-idp-change/"},{"_cs_actors":[],"_cs_cves":[],"_cs_exploited":false,"_cs_products":["Okta Identity Cloud"],"_cs_severities":["low"],"_cs_tags":["identity","okta","policy","attack.impact"],"_cs_type":"advisory","_cs_vendors":["Okta"],"content_html":"\u003cp\u003eThis alert identifies modifications or deletions of Okta policies, which govern authentication, authorization, and access control within the Okta Identity Cloud platform. While legitimate administrators routinely update policies, unauthorized changes can weaken security postures and grant malicious actors elevated privileges or bypass security controls. The source event indicates a potential compromise or insider threat activity within the Okta environment. Because Okta serves as a critical identity provider for many organizations, any unauthorized change to its policies can have far-reaching consequences. Detecting policy changes is crucial for maintaining the integrity and security of the Okta environment and preventing potential breaches. The targeted scope includes all Okta-managed applications and resources protected by the modified or deleted policy.\u003c/p\u003e\n\u003ch2 id=\"attack-chain\"\u003eAttack Chain\u003c/h2\u003e\n\u003col\u003e\n\u003cli\u003e\u003cstrong\u003eInitial Access:\u003c/strong\u003e The attacker gains access to an Okta administrator account, either through compromised credentials (e.g., phishing, credential stuffing) or insider access.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eAuthentication:\u003c/strong\u003e The attacker authenticates to the Okta admin console using the compromised or legitimate administrator account.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003ePolicy Enumeration:\u003c/strong\u003e The attacker identifies target Okta policies to modify or delete using the Okta admin console or API.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003ePolicy Modification/Deletion:\u003c/strong\u003e The attacker modifies or deletes the targeted Okta policy through the Okta admin console or API. This generates an \u003ccode\u003epolicy.lifecycle.update\u003c/code\u003e or \u003ccode\u003epolicy.lifecycle.delete\u003c/code\u003e event.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003ePrivilege Escalation (Potential):\u003c/strong\u003e By modifying policies, the attacker may escalate privileges, granting themselves or other unauthorized users access to sensitive applications and resources.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eLateral Movement (Potential):\u003c/strong\u003e With escalated privileges, the attacker moves laterally within the Okta environment, accessing other applications and resources.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eData Exfiltration/Damage (Potential):\u003c/strong\u003e The attacker leverages the compromised Okta environment to exfiltrate sensitive data or cause damage to connected systems.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2 id=\"impact\"\u003eImpact\u003c/h2\u003e\n\u003cp\u003eA successful Okta policy modification or deletion can have significant consequences. Unauthorized policy changes can weaken security controls, allowing attackers to bypass authentication mechanisms, escalate privileges, and gain unauthorized access to sensitive applications and data. This could lead to data breaches, financial loss, and reputational damage. The impact depends on the scope of the affected policy and the applications it protects. The number of victims could range from a few individuals to the entire organization, depending on the scope of the compromised policy.\u003c/p\u003e\n\u003ch2 id=\"recommendation\"\u003eRecommendation\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDeploy the provided Sigma rule to your SIEM to detect Okta policy modifications or deletions (\u003ccode\u003epolicy.lifecycle.update\u003c/code\u003e, \u003ccode\u003epolicy.lifecycle.delete\u003c/code\u003e event types).\u003c/li\u003e\n\u003cli\u003eInvestigate any detected policy changes to verify their legitimacy and identify the user responsible.\u003c/li\u003e\n\u003cli\u003eReview Okta administrator account activity for any signs of compromise or unauthorized access.\u003c/li\u003e\n\u003cli\u003eImplement multi-factor authentication (MFA) for all Okta administrator accounts to prevent unauthorized access.\u003c/li\u003e\n\u003cli\u003eRegularly review and audit Okta policies to ensure they are configured securely and in accordance with security best practices.\u003c/li\u003e\n\u003c/ul\u003e\n","date_modified":"2024-01-03T12:00:00Z","date_published":"2024-01-03T12:00:00Z","id":"/briefs/2024-01-okta-policy-change/","summary":"An Okta policy was modified or deleted, potentially indicating unauthorized changes to security configurations within the Okta identity management platform by a malicious actor or insider.","title":"Okta Policy Modification or Deletion Detected","url":"https://feed.craftedsignal.io/briefs/2024-01-okta-policy-change/"},{"_cs_actors":[],"_cs_cves":[],"_cs_exploited":false,"_cs_products":["Okta"],"_cs_severities":["medium"],"_cs_tags":["identity","okta","policy-tampering"],"_cs_type":"advisory","_cs_vendors":["Okta"],"content_html":"\u003cp\u003eOkta application sign-on policies control how users authenticate to applications integrated with Okta. An attacker who gains administrative access to an Okta tenant can modify or delete these policies, effectively weakening or bypassing multi-factor authentication (MFA) requirements and other security controls. This allows unauthorized access to sensitive applications and data. While this activity itself is not initial access, it represents a significant escalation of privileges and a deliberate attempt to subvert existing security measures within the Okta environment. Detection of these changes is critical to identify potential breaches early and prevent further damage.\u003c/p\u003e\n\u003ch2 id=\"attack-chain\"\u003eAttack Chain\u003c/h2\u003e\n\u003col\u003e\n\u003cli\u003eAn attacker gains unauthorized access to an Okta administrator account through compromised credentials or other means.\u003c/li\u003e\n\u003cli\u003eThe attacker authenticates to the Okta admin dashboard.\u003c/li\u003e\n\u003cli\u003eThe attacker navigates to the \u0026ldquo;Security\u0026rdquo; section and then to \u0026ldquo;Authentication Policies\u0026rdquo;.\u003c/li\u003e\n\u003cli\u003eThe attacker identifies the target application sign-on policy to modify or delete.\u003c/li\u003e\n\u003cli\u003eTo modify, the attacker changes the policy rules, such as disabling MFA requirements or allowing access from untrusted locations.\u003c/li\u003e\n\u003cli\u003eAlternatively, to delete, the attacker selects the policy and confirms its removal.\u003c/li\u003e\n\u003cli\u003eThe attacker\u0026rsquo;s actions are logged as \u0026ldquo;application.policy.sign_on.update\u0026rdquo; or \u0026ldquo;application.policy.sign_on.rule.delete\u0026rdquo; events in the Okta system log.\u003c/li\u003e\n\u003cli\u003eUnauthorized users can now access applications protected by the modified or deleted policy, potentially leading to data exfiltration or other malicious activities.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2 id=\"impact\"\u003eImpact\u003c/h2\u003e\n\u003cp\u003eSuccessful modification or deletion of Okta application sign-on policies can severely compromise an organization\u0026rsquo;s security posture. This can lead to unauthorized access to sensitive applications and data, resulting in data breaches, financial losses, and reputational damage. The number of affected users and applications depends on the scope of the compromised policies.\u003c/p\u003e\n\u003ch2 id=\"recommendation\"\u003eRecommendation\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDeploy the Sigma rule \u0026ldquo;Okta Application Sign-On Policy Modified or Deleted\u0026rdquo; to your SIEM and tune for your environment to detect changes to sign-on policies (rule reference).\u003c/li\u003e\n\u003cli\u003eMonitor the Okta system log for \u0026ldquo;application.policy.sign_on.update\u0026rdquo; and \u0026ldquo;application.policy.sign_on.rule.delete\u0026rdquo; events to identify suspicious activity (log source reference).\u003c/li\u003e\n\u003cli\u003eImplement strong access controls and MFA for Okta administrator accounts to prevent unauthorized policy modifications (best practice).\u003c/li\u003e\n\u003cli\u003eRegularly review Okta application sign-on policies to ensure they are properly configured and meet security requirements (best practice).\u003c/li\u003e\n\u003c/ul\u003e\n","date_modified":"2024-01-03T12:00:00Z","date_published":"2024-01-03T12:00:00Z","id":"/briefs/2024-01-okta-sign-on-policy-changes/","summary":"Attackers may modify or delete Okta application sign-on policies to weaken security controls, potentially leading to unauthorized access and data breaches.","title":"Okta Application Sign-On Policy Modified or Deleted","url":"https://feed.craftedsignal.io/briefs/2024-01-okta-sign-on-policy-changes/"},{"_cs_actors":[],"_cs_cves":[],"_cs_exploited":false,"_cs_products":["Okta"],"_cs_severities":["medium"],"_cs_tags":["okta","api","token","revocation","identity"],"_cs_type":"advisory","_cs_vendors":["Okta"],"content_html":"\u003cp\u003eThis alert focuses on detecting the revocation of Okta API tokens. Okta API tokens are used to authenticate and authorize applications to access Okta\u0026rsquo;s APIs. When a token is revoked, it means that the token is no longer valid and can no longer be used to access Okta\u0026rsquo;s APIs. This can happen for a number of reasons, including: a user manually revoking the token, an administrator revoking the token, or Okta automatically revoking the token due to inactivity or security concerns. Detecting API token revocations is crucial because it can indicate that a token has been compromised and is being used by an attacker. A revoked token could be a sign of successful lateral movement or data exfiltration attempts within the Okta environment.\u003c/p\u003e\n\u003ch2 id=\"attack-chain\"\u003eAttack Chain\u003c/h2\u003e\n\u003col\u003e\n\u003cli\u003eInitial Access: An attacker gains unauthorized access to an Okta API token through methods like phishing, credential stuffing, or malware.\u003c/li\u003e\n\u003cli\u003eAPI Usage: The attacker uses the stolen API token to access Okta\u0026rsquo;s APIs, potentially gathering sensitive information or modifying user accounts.\u003c/li\u003e\n\u003cli\u003eAnomaly Detection: Okta\u0026rsquo;s security mechanisms or custom alerts identify unusual activity associated with the API token, such as access from unfamiliar locations or excessive API calls.\u003c/li\u003e\n\u003cli\u003eInvestigation Triggered: Security personnel initiate an investigation based on the flagged anomalous activity.\u003c/li\u003e\n\u003cli\u003eToken Revocation: As part of the incident response process, the compromised API token is manually or automatically revoked to prevent further unauthorized access. This action generates a \u0026ldquo;system.api_token.revoke\u0026rdquo; event in the Okta system log.\u003c/li\u003e\n\u003cli\u003ePost-Revocation Analysis: Security teams analyze the events leading up to the token revocation to identify the root cause of the compromise and assess the scope of the attacker\u0026rsquo;s activities.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2 id=\"impact\"\u003eImpact\u003c/h2\u003e\n\u003cp\u003eSuccessful compromise of an Okta API token can lead to significant damage, including unauthorized access to sensitive user data, modification of user accounts and permissions, and disruption of critical business operations. If not detected promptly, attackers can leverage compromised tokens to escalate privileges, move laterally within the Okta environment, and potentially gain access to other connected systems. A single compromised API token could affect hundreds or thousands of users, depending on the scope of access granted to the token.\u003c/p\u003e\n\u003ch2 id=\"recommendation\"\u003eRecommendation\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDeploy the provided Sigma rule to your SIEM to detect \u003ccode\u003esystem.api_token.revoke\u003c/code\u003e events in Okta logs.\u003c/li\u003e\n\u003cli\u003eInvestigate any detected \u003ccode\u003esystem.api_token.revoke\u003c/code\u003e events to determine the cause of the revocation and assess the potential impact.\u003c/li\u003e\n\u003cli\u003eReview Okta system logs for anomalous activity prior to the token revocation to identify the source of the compromise.\u003c/li\u003e\n\u003cli\u003eImplement multi-factor authentication (MFA) for all Okta users to reduce the risk of credential compromise.\u003c/li\u003e\n\u003cli\u003eRegularly audit and review Okta API tokens to identify and revoke unused or overly permissive tokens.\u003c/li\u003e\n\u003c/ul\u003e\n","date_modified":"2024-01-03T12:00:00Z","date_published":"2024-01-03T12:00:00Z","id":"/briefs/2024-01-okta-api-token-revoked/","summary":"Detection of Okta API token revocation events, indicating potential unauthorized access or compromise.","title":"Okta API Token Revoked","url":"https://feed.craftedsignal.io/briefs/2024-01-okta-api-token-revoked/"},{"_cs_actors":[],"_cs_cves":[],"_cs_exploited":false,"_cs_products":["Okta"],"_cs_severities":["high"],"_cs_tags":["identity","okta","proxy","defense-evasion"],"_cs_type":"advisory","_cs_vendors":["Okta"],"content_html":"\u003cp\u003eThis threat brief focuses on detecting Okta user session starts that originate from anonymizing proxy services. Anonymizing proxies can be used by malicious actors to mask their true IP addresses and location, making it more difficult to trace their activities. The use of such proxies during Okta authentication is suspicious because it bypasses geographical restrictions and may indicate compromised credentials. Defenders should be aware that legitimate users may occasionally use anonymizing proxies for privacy reasons, but the activity warrants close scrutiny. The detection of this activity relies on Okta system logs and the security context of the authentication event.\u003c/p\u003e\n\u003ch2 id=\"attack-chain\"\u003eAttack Chain\u003c/h2\u003e\n\u003col\u003e\n\u003cli\u003eAttacker obtains valid Okta credentials through phishing, credential stuffing, or other means.\u003c/li\u003e\n\u003cli\u003eAttacker configures their network connection to route traffic through an anonymizing proxy service (e.g., Tor, VPN).\u003c/li\u003e\n\u003cli\u003eAttacker initiates an Okta user session using the compromised credentials.\u003c/li\u003e\n\u003cli\u003eOkta system logs record a \u0026ldquo;user.session.start\u0026rdquo; event.\u003c/li\u003e\n\u003cli\u003eThe \u0026ldquo;securityContext.isProxy\u0026rdquo; field within the Okta event is set to \u0026ldquo;true\u0026rdquo;, indicating the use of a proxy service.\u003c/li\u003e\n\u003cli\u003eIf successful, the attacker gains access to the Okta account and any associated applications or resources.\u003c/li\u003e\n\u003cli\u003eAttacker may then attempt to escalate privileges, access sensitive data, or perform other malicious activities within the Okta environment.\u003c/li\u003e\n\u003cli\u003eThe attacker may attempt lateral movement to other systems within the organization that trust Okta for authentication.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2 id=\"impact\"\u003eImpact\u003c/h2\u003e\n\u003cp\u003eSuccessful exploitation can lead to unauthorized access to sensitive applications and data protected by Okta. This could result in data breaches, financial loss, or reputational damage. Depending on the compromised user\u0026rsquo;s privileges, an attacker may be able to escalate privileges and gain control over critical systems. The number of potential victims depends on the scope of applications using Okta for authentication.\u003c/p\u003e\n\u003ch2 id=\"recommendation\"\u003eRecommendation\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDeploy the provided Sigma rule to your SIEM to detect Okta user sessions initiated through anonymizing proxies (logsource: okta, service: okta).\u003c/li\u003e\n\u003cli\u003eInvestigate all alerts generated by the Sigma rule to determine the legitimacy of the proxy usage.\u003c/li\u003e\n\u003cli\u003eImplement multi-factor authentication (MFA) to reduce the risk of account compromise.\u003c/li\u003e\n\u003cli\u003eMonitor Okta system logs for other suspicious activities, such as failed login attempts or unusual access patterns (references: Okta System Log API).\u003c/li\u003e\n\u003cli\u003eReview and enforce Okta\u0026rsquo;s cross-tenant impersonation prevention and detection measures (references: Okta cross-tenant impersonation article).\u003c/li\u003e\n\u003c/ul\u003e\n","date_modified":"2024-01-02T12:00:00Z","date_published":"2024-01-02T12:00:00Z","id":"/briefs/2024-01-okta-anonymizing-proxy/","summary":"Detection of Okta user sessions initiated through anonymizing proxy services, potentially indicating malicious activity or attempts to evade security controls.","title":"Okta User Session Start via Anonymizing Proxy Service","url":"https://feed.craftedsignal.io/briefs/2024-01-okta-anonymizing-proxy/"},{"_cs_actors":[],"_cs_cves":[],"_cs_exploited":false,"_cs_products":["Okta"],"_cs_severities":["medium"],"_cs_tags":["identity","account-lockout","okta"],"_cs_type":"advisory","_cs_vendors":["Okta"],"content_html":"\u003cp\u003eThis brief describes detection measures for Okta user account lockouts. An account lockout occurs when a user exceeds the maximum number of permitted failed login attempts, potentially indicating a brute-force attack or other unauthorized access attempts against user accounts. Monitoring for account lockouts is crucial for identifying and mitigating potential security breaches. The rule detects the \u0026ldquo;Max sign in attempts exceeded\u0026rdquo; message in Okta logs, which signifies that an account has been locked. Detecting this activity can alert security teams to potential compromise attempts.\u003c/p\u003e\n\u003ch2 id=\"attack-chain\"\u003eAttack Chain\u003c/h2\u003e\n\u003col\u003e\n\u003cli\u003eAttacker attempts to authenticate to Okta with a valid or guessed username.\u003c/li\u003e\n\u003cli\u003eAttacker provides an incorrect password.\u003c/li\u003e\n\u003cli\u003eOkta logs the failed authentication attempt.\u003c/li\u003e\n\u003cli\u003eAttacker repeats steps 2 and 3 multiple times within a defined timeframe.\u003c/li\u003e\n\u003cli\u003eOkta\u0026rsquo;s account lockout policy is triggered when the maximum number of failed attempts is reached.\u003c/li\u003e\n\u003cli\u003eOkta logs an event with the \u003ccode\u003edisplayMessage\u003c/code\u003e \u0026ldquo;Max sign in attempts exceeded\u0026rdquo;.\u003c/li\u003e\n\u003cli\u003eThe user account is locked, preventing further login attempts.\u003c/li\u003e\n\u003cli\u003eSecurity team investigates the lockout event to determine the root cause and potential impact.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2 id=\"impact\"\u003eImpact\u003c/h2\u003e\n\u003cp\u003eA successful account lockout can disrupt legitimate user access and indicate potential malicious activity. Multiple lockouts within a short period may signify a brute-force attack aimed at gaining unauthorized access to sensitive resources. While the lockout itself prevents immediate unauthorized access, it can lead to denial of service and requires investigation to rule out successful credential compromise. The number of impacted users depends on the scope and sophistication of the attack.\u003c/p\u003e\n\u003ch2 id=\"recommendation\"\u003eRecommendation\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDeploy the Sigma rule \u003ccode\u003eOkta User Account Locked Out\u003c/code\u003e to your SIEM to detect account lockout events in Okta logs.\u003c/li\u003e\n\u003cli\u003eInvestigate any triggered alerts to determine the cause of the lockout, potentially indicating a brute-force attack (reference: \u003ccode\u003edisplayMessage: Max sign in attempts exceeded\u003c/code\u003e).\u003c/li\u003e\n\u003cli\u003eReview and adjust Okta\u0026rsquo;s account lockout policies to balance security and usability based on your organization\u0026rsquo;s risk tolerance.\u003c/li\u003e\n\u003cli\u003eConsider implementing multi-factor authentication (MFA) to mitigate the risk of brute-force attacks and credential compromise.\u003c/li\u003e\n\u003c/ul\u003e\n","date_modified":"2024-01-02T12:00:00Z","date_published":"2024-01-02T12:00:00Z","id":"/briefs/2024-01-02-okta-account-lockout/","summary":"Detection of an Okta user account lockout, which may indicate brute-force attempts or other malicious activity targeting user accounts.","title":"Okta User Account Lockout Detection","url":"https://feed.craftedsignal.io/briefs/2024-01-02-okta-account-lockout/"}],"language":"en","title":"CraftedSignal Threat Feed — Identity","version":"https://jsonfeed.org/version/1.1"}