File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
rules/integrations/github Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 22creation_date = " 2025/11/28"
33integration = [" github" ]
44maturity = " production"
5- updated_date = " 2025/11/28 "
5+ updated_date = " 2025/12/09 "
66
77[rule ]
88author = [" Elastic" ]
@@ -46,6 +46,7 @@ Adversaries who gain the ability to modify or trigger workflows in a linked GitH
4646references = [
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]
5051risk_score = 47
5152rule_id = " 40c34c8a-b0bc-43bc-83aa-d2b76bf129e1"
@@ -61,7 +62,13 @@ timestamp_override = "event.ingested"
6162type = " new_terms"
6263
6364query = '''
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 ]]
You can’t perform that action at this time.
0 commit comments