-
Notifications
You must be signed in to change notification settings - Fork 456
/
9b343b62-d173-4cfd-bd8b-e6379f964ca4_4.json
78 lines (78 loc) · 2.72 KB
/
9b343b62-d173-4cfd-bd8b-e6379f964ca4_4.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"attributes": {
"author": [
"Elastic"
],
"description": "This rule detects when a member is granted the organization owner role of a GitHub organization. This role provides admin level privileges. Any new owner role should be investigated to determine its validity. Unauthorized owner roles could indicate compromise within your organization and provide unlimited access to data and settings.",
"from": "now-9m",
"index": [
"logs-github.audit-*"
],
"language": "eql",
"license": "Elastic License v2",
"name": "GitHub Owner Role Granted To User",
"query": "iam where event.dataset == \"github.audit\" and event.action == \"org.update_member\" and github.permission == \"admin\"\n",
"related_integrations": [
{
"package": "github",
"version": "^2.0.0"
}
],
"required_fields": [
{
"ecs": true,
"name": "event.action",
"type": "keyword"
},
{
"ecs": true,
"name": "event.dataset",
"type": "keyword"
},
{
"ecs": false,
"name": "github.permission",
"type": "keyword"
}
],
"risk_score": 47,
"rule_id": "9b343b62-d173-4cfd-bd8b-e6379f964ca4",
"severity": "medium",
"tags": [
"Domain: Cloud",
"Use Case: Threat Detection",
"Use Case: UEBA",
"Tactic: Persistence",
"Data Source: Github"
],
"threat": [
{
"framework": "MITRE ATT&CK",
"tactic": {
"id": "TA0003",
"name": "Persistence",
"reference": "https://attack.mitre.org/tactics/TA0003/"
},
"technique": [
{
"id": "T1098",
"name": "Account Manipulation",
"reference": "https://attack.mitre.org/techniques/T1098/",
"subtechnique": [
{
"id": "T1098.003",
"name": "Additional Cloud Roles",
"reference": "https://attack.mitre.org/techniques/T1098/003/"
}
]
}
]
}
],
"timestamp_override": "event.ingested",
"type": "eql",
"version": 4
},
"id": "9b343b62-d173-4cfd-bd8b-e6379f964ca4_4",
"type": "security-rule"
}