Attempt to Modify an Okta Policyedit

Detects attempts to modify an Okta policy. An adversary may attempt to modify an Okta policy in order to weaken an organization’s security controls. For example, an adversary may attempt to modify an Okta multi-factor authentication (MFA) policy in order to weaken the authentication requirements for user accounts.

Rule type: query

Rule indices:

  • filebeat-*
  • logs-okta*

Severity: low

Risk score: 21

Runs every: 5m

Searches indices from: None (Date Math format, see also Additional look-back time)

Maximum alerts per execution: 100

References:

Tags:

  • Use Case: Identity and Access Audit
  • Data Source: Okta
  • Tactic: Defense Evasion

Version: 206

Rule authors:

  • Elastic

Rule license: Elastic License v2

Investigation guideedit

Triage and analysis

Investigating Attempt to Modify an Okta Policy

Modifications to Okta policies may indicate attempts to weaken an organization’s security controls. If such an attempt is detected, consider the following steps for investigation.

Possible investigation steps:

  • Identify the actor associated with the event. Check the fields okta.actor.id, okta.actor.type, okta.actor.alternate_id, and okta.actor.display_name.
  • Determine the client used by the actor. You can look at okta.client.device, okta.client.ip, okta.client.user_agent.raw_user_agent, okta.client.ip_chain.ip, and okta.client.geographical_context.
  • Check the nature of the policy modification. You can review the okta.target field, especially okta.target.display_name and okta.target.id.
  • Examine the okta.outcome.result and okta.outcome.reason fields to understand the outcome of the modification attempt.
  • Check if there have been other similar modification attempts in a short time span from the same actor or IP address.

False positive analysis:

  • This alert might be a false positive if Okta policies are regularly updated in your organization as a part of normal operations.
  • Check if the actor associated with the event has legitimate rights to modify the Okta policies.
  • Verify the actor’s geographical location and the time of the modification attempt. If these align with the actor’s regular behavior, it could be a false positive.

Response and remediation:

  • If unauthorized modification is confirmed, initiate the incident response process.
  • Lock the actor’s account and enforce password change as an immediate response.
  • Reset MFA tokens for the actor and enforce re-enrollment, if applicable.
  • Review any other actions taken by the actor to assess the overall impact.
  • If the attack was facilitated by a particular technique, ensure your systems are patched or configured to prevent such techniques.
  • Consider a security review of your Okta policies and rules to ensure they follow security best practices.

Setupedit

The Okta Fleet integration, Filebeat module, or similarly structured data is required to be compatible with this rule.

Rule queryedit

event.dataset:okta.system and event.action:policy.lifecycle.update

Framework: MITRE ATT&CKTM