-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathsample-policy.json
More file actions
executable file
·52 lines (52 loc) · 1.81 KB
/
sample-policy.json
File metadata and controls
executable file
·52 lines (52 loc) · 1.81 KB
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
{
"policies": [
{
"id": "98d3bbd9-7189-403a-bfe5-0af4033d4316",
"name": "Netcat in Image",
"description": "This policy checks for container images containing netcat ",
"rationale": "Netcat potentially allows attackers to move laterally, and access external services from a running pod",
"remediation": "Use the base image package manager to remove \"nmap-ncat\"",
"disabled": false,
"categories": [
"Package Management"
],
"lifecycleStages": [
"BUILD",
"DEPLOY"
],
"eventSource": "NOT_APPLICABLE",
"exclusions": [],
"scope": [],
"severity": "HIGH_SEVERITY",
"enforcementActions": [],
"notifiers": [],
"lastUpdated": "2025-01-30T20:45:47.172554064Z",
"SORTName": "",
"SORTLifecycleStage": "",
"SORTEnforcement": false,
"policyVersion": "1.1",
"policySections": [
{
"sectionName": "Rule 1",
"policyGroups": [
{
"fieldName": "Image Component",
"booleanOperator": "OR",
"negate": false,
"values": [
{
"value": "nmap-ncat="
}
]
}
]
}
],
"mitreAttackVectors": [],
"criteriaLocked": false,
"mitreVectorsLocked": false,
"isDefault": false,
"source": "DECLARATIVE"
}
]
}