-
Notifications
You must be signed in to change notification settings - Fork 605
[New Rule] Okta Multiple OS Names Detected for a Single DT Hash #5241
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
base: main
Are you sure you want to change the base?
Conversation
Rule: New - GuidelinesThese guidelines serve as a reminder set of considerations when proposing a new rule. Documentation and Context
Rule Metadata Checks
New BBR Rules
Testing and Validation
|
rules/integrations/okta/credential_access_multiple_user_agent_os_authentication.toml
Outdated
Show resolved
Hide resolved
…os_authentication.toml
| author = ["Elastic"] | ||
| description = """ | ||
| Identifies when a single Okta device token hash (dt_hash) is associated with multiple operating system types. This is | ||
| highly anomalous because a device token token is tied to a specific device and its operating system. This alert strongly |
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.
| highly anomalous because a device token token is tied to a specific device and its operating system. This alert strongly | |
| highly anomalous because a device token is tied to a specific device and its operating system. This alert strongly |
| @@ -0,0 +1,107 @@ | |||
| [metadata] | |||
| creation_date = "2025/10/22" | |||
| maturity = "production" | |||
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.
| maturity = "production" | |
| integration = ["okta"] | |
| maturity = "production" |
| description = """ | ||
| Identifies when a single Okta device token hash (dt_hash) is associated with multiple operating system types. This is | ||
| highly anomalous because a device token token is tied to a specific device and its operating system. This alert strongly | ||
| indicates that an attacker has stolen a device token token and is using it to impersonate a legitimate user from a |
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.
| indicates that an attacker has stolen a device token token and is using it to impersonate a legitimate user from a | |
| indicates that an attacker has stolen a device token and is using it to impersonate a legitimate user from a |
is this double token token intentional? It's in the investigation guide as well
| and event.action: ( | ||
| "user.authentication.verify" or | ||
| "user.authentication.auth_via_mfa" | ||
| ) |
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.
| ) | |
| ) | |
| and event.outcome: "success" |
Do we care about failed attempts?
Fixes #5240
Pull Request
Issue link(s):
Summary - What I changed
Adds detection for
Okta Multiple OS Names Detected for a Single DT Hash. Please see the issue for more details.How To Test
Checklist
bug,enhancement,schema,maintenance,Rule: New,Rule: Deprecation,Rule: Tuning,Hunt: New, orHunt: Tuningso guidelines can be generatedmeta:rapid-mergelabel if planning to merge within 24 hoursContributor checklist