Skip to content

Commit f4085ad

Browse files
[Rule Tuning] New GitHub Self Hosted Action Runner (#5436)
Fixes #5435
1 parent 8f8ce76 commit f4085ad

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

rules/integrations/github/initial_access_github_register_self_hosted_runner.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2025/11/28"
33
integration = ["github"]
44
maturity = "production"
5-
updated_date = "2025/11/28"
5+
updated_date = "2025/12/09"
66

77
[rule]
88
author = ["Elastic"]
@@ -46,6 +46,7 @@ Adversaries who gain the ability to modify or trigger workflows in a linked GitH
4646
references = [
4747
"https://www.elastic.co/blog/shai-hulud-worm-npm-supply-chain-compromise",
4848
"https://socket.dev/blog/shai-hulud-strikes-again-v2",
49+
"https://www.wiz.io/blog/shai-hulud-2-0-ongoing-supply-chain-attack"
4950
]
5051
risk_score = 47
5152
rule_id = "40c34c8a-b0bc-43bc-83aa-d2b76bf129e1"
@@ -61,7 +62,13 @@ timestamp_override = "event.ingested"
6162
type = "new_terms"
6263

6364
query = '''
64-
event.dataset:"github.audit" and event.category:"configuration" and event.action:"enterprise.register_self_hosted_runner"
65+
event.dataset:"github.audit" and
66+
event.category:"configuration" and
67+
event.action: (
68+
"repo.register_self_hosted_runner" or
69+
"org.register_self_hosted_runner" or
70+
"enterprise.register_self_hosted_runner"
71+
)
6572
'''
6673

6774
[[rule.threat]]

0 commit comments

Comments
 (0)