Skip to content

Commit

Permalink
updating min-stack for Okta rule (#3318)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrancedejesus authored Dec 12, 2023
1 parent 93d71ac commit 631f884
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
creation_date = "2023/05/07"
integration = ["okta"]
maturity = "production"
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
min_stack_version = "8.3.0"
min_stack_comments = "Breaking change in Okta integration bumping version to ^2.0.0"
min_stack_version = "8.10.0"
updated_date = "2023/11/07"

[rule]
Expand Down Expand Up @@ -38,7 +38,7 @@ timestamp_override = "event.ingested"
type = "query"

query = '''
event.dataset:okta.system and event.category:authentication and
event.dataset:okta.system and event.category:authentication and
okta.event_type:user.authentication.auth_via_mfa and event.outcome:failure and okta.outcome.reason:"FastPass declined phishing attempt"
'''

Expand Down

0 comments on commit 631f884

Please sign in to comment.