Skip to content

Commit 052672b

Browse files
[Rule Tuning] Update Okta and Github Min-Stack Versions for Release (#4290)
1 parent e7b88ae commit 052672b

File tree

67 files changed

+204
-160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+204
-160
lines changed

rules/integrations/github/defense_evasion_github_protected_branch_settings_changed.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
creation_date = "2023/08/29"
33
integration = ["github"]
44
maturity = "production"
5-
updated_date = "2024/12/09"
5+
updated_date = "2024/12/10"
6+
min_stack_version = "8.13.0"
7+
min_stack_comments = "Breaking change at 8.13.0 for the Github Integration."
68

79
[rule]
810
author = ["Elastic"]
@@ -25,7 +27,7 @@ timestamp_override = "event.ingested"
2527
type = "eql"
2628

2729
query = '''
28-
configuration where event.dataset == "github.audit"
30+
configuration where event.dataset == "github.audit"
2931
and github.category == "protected_branch" and event.type == "change"
3032
'''
3133

rules/integrations/github/execution_github_app_deleted.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
creation_date = "2023/10/11"
33
integration = ["github"]
44
maturity = "production"
5-
updated_date = "2024/12/09"
5+
updated_date = "2024/12/10"
6+
min_stack_version = "8.13.0"
7+
min_stack_comments = "Breaking change at 8.13.0 for the Github Integration."
68

79
[rule]
810
author = ["Elastic"]

rules/integrations/github/execution_github_high_number_of_cloned_repos_from_pat.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
creation_date = "2023/10/11"
33
integration = ["github"]
44
maturity = "production"
5-
updated_date = "2024/12/09"
5+
updated_date = "2024/12/10"
6+
min_stack_version = "8.13.0"
7+
min_stack_comments = "Breaking change at 8.13.0 for the Github Integration."
68

79
[rule]
810
author = ["Elastic"]
@@ -29,8 +31,8 @@ timestamp_override = "event.ingested"
2931
type = "threshold"
3032

3133
query = '''
32-
event.dataset:"github.audit" and event.category:"configuration" and event.action:"git.clone" and
33-
github.programmatic_access_type:("OAuth access token" or "Fine-grained personal access token") and
34+
event.dataset:"github.audit" and event.category:"configuration" and event.action:"git.clone" and
35+
github.programmatic_access_type:("OAuth access token" or "Fine-grained personal access token") and
3436
github.repository_public:false
3537
'''
3638

rules/integrations/github/execution_github_ueba_multiple_behavior_alerts_from_account.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[metadata]
22
creation_date = "2023/12/14"
33
maturity = "production"
4-
updated_date = "2024/05/21"
4+
updated_date = "2024/12/10"
5+
min_stack_version = "8.13.0"
6+
min_stack_comments = "Breaking change at 8.13.0 for the Github Integration."
57

68
[rule]
79
author = ["Elastic"]

rules/integrations/github/execution_new_github_app_installed.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
creation_date = "2023/08/29"
33
integration = ["github"]
44
maturity = "production"
5-
updated_date = "2024/12/09"
5+
updated_date = "2024/12/10"
6+
min_stack_version = "8.13.0"
7+
min_stack_comments = "Breaking change at 8.13.0 for the Github Integration."
68

79
[rule]
810
author = ["Elastic"]

rules/integrations/github/impact_github_repository_deleted.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
creation_date = "2023/08/29"
33
integration = ["github"]
44
maturity = "production"
5-
updated_date = "2024/12/09"
5+
updated_date = "2024/12/10"
6+
min_stack_version = "8.13.0"
7+
min_stack_comments = "Breaking change at 8.13.0 for the Github Integration."
68

79
[rule]
810
author = ["Elastic"]

rules/integrations/github/persistence_github_org_owner_added.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
creation_date = "2023/09/11"
33
integration = ["github"]
44
maturity = "production"
5-
updated_date = "2024/12/09"
5+
updated_date = "2024/12/10"
6+
min_stack_version = "8.13.0"
7+
min_stack_comments = "Breaking change at 8.13.0 for the Github Integration."
68

79
[rule]
810
author = ["Elastic"]

rules/integrations/github/persistence_organization_owner_role_granted.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
creation_date = "2023/09/11"
33
integration = ["github"]
44
maturity = "production"
5-
updated_date = "2024/12/09"
5+
updated_date = "2024/12/10"
6+
min_stack_version = "8.13.0"
7+
min_stack_comments = "Breaking change at 8.13.0 for the Github Integration."
68

79
[rule]
810
author = ["Elastic"]

rules/integrations/okta/credential_access_attempted_bypass_of_okta_mfa.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
creation_date = "2020/05/21"
33
integration = ["okta"]
44
maturity = "production"
5-
updated_date = "2024/11/27"
6-
min_stack_version = "8.14.0"
7-
min_stack_comments = "Breaking change at 8.14.0 for the Okta Integration."
5+
updated_date = "2024/12/09"
6+
min_stack_version = "8.15.0"
7+
min_stack_comments = "Breaking change at 8.15.0 for the Okta Integration."
88

99
[rule]
1010
author = ["Elastic"]

rules/integrations/okta/credential_access_attempts_to_brute_force_okta_user_account.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
creation_date = "2020/08/19"
33
integration = ["okta"]
44
maturity = "production"
5-
updated_date = "2024/11/27"
6-
min_stack_version = "8.14.0"
7-
min_stack_comments = "Breaking change at 8.14.0 for the Okta Integration."
5+
updated_date = "2024/12/09"
6+
min_stack_version = "8.15.0"
7+
min_stack_comments = "Breaking change at 8.15.0 for the Okta Integration."
88

99
[rule]
1010
author = ["Elastic", "@BenB196", "Austin Songer"]

0 commit comments

Comments
 (0)