Skip to content

Commit 0c12b68

Browse files
author
Patrick Bareiss
committed
bug fix
1 parent 908ae96 commit 0c12b68

18 files changed

+52
-18
lines changed

detections/cloud/github_enterprise_delete_branch_ruleset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ rba:
4343
score: 25
4444
threat_objects:
4545
- field: user_agent
46-
type: user_agent
46+
type: http_user_agent
4747
tags:
4848
analytic_story:
4949
- GitHub Malicious Activity

detections/cloud/github_enterprise_disable_2fa_requirement.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ rba:
4141
- field: user
4242
type: user
4343
score: 25
44-
threat_objects: []
44+
threat_objects:
45+
- field: user_agent
46+
type: http_user_agent
4547
tags:
4648
analytic_story:
4749
- GitHub Malicious Activity

detections/cloud/github_enterprise_disable_audit_log_event_stream.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ rba:
4141
- field: user
4242
type: user
4343
score: 25
44-
threat_objects: []
44+
threat_objects:
45+
- field: user_agent
46+
type: http_user_agent
4547
tags:
4648
analytic_story:
4749
- GitHub Malicious Activity

detections/cloud/github_enterprise_disable_classic_branch_protection_rule.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ rba:
4141
- field: user
4242
type: user
4343
score: 25
44-
threat_objects: []
44+
threat_objects:
45+
- field: user_agent
46+
type: http_user_agent
4547
tags:
4648
analytic_story:
4749
- GitHub Malicious Activity

detections/cloud/github_enterprise_disable_dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ rba:
3939
- field: user
4040
type: user
4141
score: 25
42-
threat_objects: []
42+
threat_objects:
43+
- field: user_agent
44+
type: http_user_agent
4345
tags:
4446
analytic_story:
4547
- GitHub Malicious Activity

detections/cloud/github_enterprise_disable_ip_allow_list.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ rba:
4040
- field: user
4141
type: user
4242
score: 25
43-
threat_objects: []
43+
threat_objects:
44+
- field: user_agent
45+
type: http_user_agent
4446
tags:
4547
analytic_story:
4648
- GitHub Malicious Activity

detections/cloud/github_enterprise_modify_audit_log_event_stream.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ rba:
4141
- field: user
4242
type: user
4343
score: 25
44-
threat_objects: []
44+
threat_objects:
45+
- field: user_agent
46+
type: http_user_agent
4547
tags:
4648
analytic_story:
4749
- GitHub Malicious Activity

detections/cloud/github_enterprise_pause_audit_log_event_stream.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ rba:
4141
- field: user
4242
type: user
4343
score: 25
44-
threat_objects: []
44+
threat_objects:
45+
- field: user_agent
46+
type: http_user_agent
4547
tags:
4648
analytic_story:
4749
- GitHub Malicious Activity

detections/cloud/github_enterprise_register_self_hosted_runner.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ rba:
4040
- field: user
4141
type: user
4242
score: 25
43-
threat_objects: []
43+
threat_objects:
44+
- field: user_agent
45+
type: http_user_agent
4446
tags:
4547
analytic_story:
4648
- GitHub Malicious Activity

detections/cloud/github_enterprise_remove_organization.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ rba:
3939
- field: user
4040
type: user
4141
score: 25
42-
threat_objects: []
42+
threat_objects:
43+
- field: user_agent
44+
type: http_user_agent
4345
tags:
4446
analytic_story:
4547
- GitHub Malicious Activity

0 commit comments

Comments
 (0)