-
Notifications
You must be signed in to change notification settings - Fork 456
/
07639887-da3a-4fbf-9532-8ce748ff8c50_105.json
77 lines (77 loc) · 2.84 KB
/
07639887-da3a-4fbf-9532-8ce748ff8c50_105.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
{
"attributes": {
"author": [
"Elastic"
],
"description": "This rule detects setting modifications for protected branches of a GitHub repository. Branch protection rules can be used to enforce certain workflows or requirements before a contributor can push changes to a branch in your repository. Changes to these protected branch settings should be investigated and verified as legitimate activity. Unauthorized changes could be used to lower your organization's security posture and leave you exposed for future attacks.",
"from": "now-9m",
"index": [
"logs-github.audit-*"
],
"language": "eql",
"license": "Elastic License v2",
"name": "GitHub Protected Branch Settings Changed",
"query": "configuration where event.dataset == \"github.audit\" \n and github.category == \"protected_branch\" and event.type == \"change\"\n",
"related_integrations": [
{
"package": "github",
"version": "^2.0.0"
}
],
"required_fields": [
{
"ecs": true,
"name": "event.dataset",
"type": "keyword"
},
{
"ecs": true,
"name": "event.type",
"type": "keyword"
},
{
"ecs": false,
"name": "github.category",
"type": "keyword"
}
],
"risk_score": 47,
"rule_id": "07639887-da3a-4fbf-9532-8ce748ff8c50",
"severity": "medium",
"tags": [
"Domain: Cloud",
"Use Case: Threat Detection",
"Tactic: Defense Evasion",
"Data Source: Github"
],
"threat": [
{
"framework": "MITRE ATT&CK",
"tactic": {
"id": "TA0005",
"name": "Defense Evasion",
"reference": "https://attack.mitre.org/tactics/TA0005/"
},
"technique": [
{
"id": "T1562",
"name": "Impair Defenses",
"reference": "https://attack.mitre.org/techniques/T1562/",
"subtechnique": [
{
"id": "T1562.001",
"name": "Disable or Modify Tools",
"reference": "https://attack.mitre.org/techniques/T1562/001/"
}
]
}
]
}
],
"timestamp_override": "event.ingested",
"type": "eql",
"version": 105
},
"id": "07639887-da3a-4fbf-9532-8ce748ff8c50_105",
"type": "security-rule"
}