You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: security/security-design/shared-assets/oci-security-health-check-standard/README.md
+14-9
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Owner: Olaf Heimburger
4
4
5
-
Version: 240130
5
+
Version: 240229
6
6
7
7
Reviewed: 01.02.2024
8
8
@@ -15,6 +15,10 @@ Reviewed: 01.02.2024
15
15
16
16
The *OCI Security Health Check - Standard Edition* checks an OCI tenancy for [CIS Oracle Cloud Infrastructure Foundations Benchmark](https://www.cisecurity.org/benchmark/Oracle_Cloud) compliance.
17
17
18
+
### Disclaimer
19
+
20
+
This asset covers the OCI platform as specified in the *CIS Oracle Cloud Infrastructure Foundations Benchmark*, only. Any workload provisioned in Databases, Compute VMs (running any Operating System), the Container Engine for Kubernetes, or in the VMware Solution is *out of scope* of the *OCI Security Health Check*.
21
+
18
22
## Complete Runtime Example
19
23
20
24
See the *OCI Security Health Check - Standard Edition* in action and watch the [OCI Health Checks - Self Service video](https://www.youtube.com/watch?v=EzjKLxfxaAM).
@@ -25,24 +29,24 @@ See the *OCI Security Health Check - Standard Edition* in action and watch the [
25
29
26
30
Before running the *OCI Security Health Check - Standard Edition* you should download and verify it.
27
31
28
-
- Download the latest distribution [oci-security-health-check-standard-240130.zip](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240130/oci-security-health-check-standard-240130.zip).
32
+
- Download the latest distribution [oci-security-health-check-standard-240229.zip](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240229/oci-security-health-check-standard-240229.zip).
Copy file name to clipboardExpand all lines: security/security-design/shared-assets/oci-security-health-check-standard/files/oci-security-health-check-standard/README.md
+11-7
Original file line number
Diff line number
Diff line change
@@ -2,34 +2,38 @@
2
2
3
3
Owner: Olaf Heimburger
4
4
5
-
Version: 240130
5
+
Version: 240229
6
6
7
7
## When to use this asset?
8
8
9
9
The *OCI Security Health Check - Standard Edition* checks an OCI tenancy for CIS OCI Foundation Benchmark compliance.
10
10
11
+
### Disclaimer
12
+
13
+
This asset covers the OCI platform as specified in the *CIS Oracle Cloud Infrastructure Foundations Benchmark*, only. Any workload provisioned in Databases, Compute VMs (running any Operating System), the Container Engine for Kubernetes, or in the VMware Solution is *out of scope* of the *OCI Security Health Check*.
14
+
11
15
## Usage
12
16
13
17
### Download and verify the release file
14
18
15
19
Before running the *OCI Security Health Check - Standard Edition* you should download and verify it.
16
20
17
-
- Download the latest distribution [oci-security-health-check-standard-240130.zip](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240130/oci-security-health-check-standard-240130.zip).
18
-
- Download the respective checksum file [oci-security-health-check-standard-240130.sha512256](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240130/oci-security-health-check-standard-240130.sha512256).
21
+
- Download the latest distribution [oci-security-health-check-standard-240229.zip](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240229/oci-security-health-check-standard-240229.zip).
22
+
- Download the respective checksum file [oci-security-health-check-standard-240229.sha512256](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-240229/oci-security-health-check-standard-240229.sha512256).
19
23
- Verify the integrity of the distribution. Both files must be in the same directory (for example, in your downloads directory).
20
24
21
25
On MacOS:
22
26
```
23
27
$ cd <your_downloads_directory>
24
-
$ shasum -a 512256 -c oci-security-health-check-standard-240130.sha512256
25
-
oci-security-health-check-standard-240130.zip: OK
28
+
$ shasum -a 512256 -c oci-security-health-check-standard-240229.sha512256
Copy file name to clipboardExpand all lines: security/security-design/shared-assets/oci-security-health-check-standard/files/oci-security-health-check-standard/README.txt
+25-18
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,20 @@
2
2
OCI Security Health Check - Standard Edition
3
3
============================================
4
4
Owner: Olaf Heimburger
5
-
Version: 240130
5
+
Version: 240229
6
6
7
7
When to use this asset?
8
8
9
9
The OCI Security Health Check - Standard Edition checks an OCI tenancy for
10
10
CIS OCI Foundation Benchmark compliance.
11
11
12
+
Disclaimer
13
+
14
+
This asset covers the OCI platform as specified in the *CIS Oracle Cloud Infrastructure
15
+
Foundations Benchmark*, only. Any workload provisioned in Databases, Compute VMs
16
+
(running any Operating System), the Container Engine for Kubernetes, or in the VMware
17
+
Solution is *out of scope* of the *OCI Security Health Check*.
18
+
12
19
Usage
13
20
14
21
1 Prepare the OCI Tenancy
@@ -29,23 +36,23 @@ Usage
29
36
- If "Domains" are listed you are migrated to Identity Domains
30
37
- Create a group grp-auditors
31
38
- Create a policy pcy-auditing with these statements:
32
-
- For tenancies without Identity Domains use
33
-
allow group grp-auditors to inspect all-resources in tenancy
34
-
allow group grp-auditors to read instances in tenancy
35
-
allow group grp-auditors to read load-balancers in tenancy
36
-
allow group grp-auditors to read buckets in tenancy
37
-
allow group grp-auditors to read nat-gateways in tenancy
38
-
allow group grp-auditors to read public-ips in tenancy
39
-
allow group grp-auditors to read file-family in tenancy
40
-
allow group grp-auditors to read instance-configurations in tenancy
41
-
allow group grp-auditors to read network-security-groups in tenancy
42
-
allow group grp-auditors to read resource-availability in tenancy
43
-
allow group grp-auditors to read audit-events in tenancy
44
-
allow group grp-auditors to read users in tenancy
45
-
allow group grp-auditors to read vss-family in tenancy
46
-
allow group grp-auditors to read dns in tenancy
47
-
allow group grp-auditors to use cloud-shell in tenancy
48
-
- For tenancies *with* Identity Domains use
39
+
- For tenancies without Identity Domains use
40
+
allow group grp-auditors to inspect all-resources in tenancy
41
+
allow group grp-auditors to read instances in tenancy
42
+
allow group grp-auditors to read load-balancers in tenancy
43
+
allow group grp-auditors to read buckets in tenancy
44
+
allow group grp-auditors to read nat-gateways in tenancy
45
+
allow group grp-auditors to read public-ips in tenancy
46
+
allow group grp-auditors to read file-family in tenancy
47
+
allow group grp-auditors to read instance-configurations in tenancy
48
+
allow group grp-auditors to read network-security-groups in tenancy
49
+
allow group grp-auditors to read resource-availability in tenancy
50
+
allow group grp-auditors to read audit-events in tenancy
51
+
allow group grp-auditors to read users in tenancy
52
+
allow group grp-auditors to read vss-family in tenancy
53
+
allow group grp-auditors to read dns in tenancy
54
+
allow group grp-auditors to use cloud-shell in tenancy
55
+
- For tenancies *with* Identity Domains use
49
56
allow group 'Default'/'grp-auditors' to inspect all-resources in tenancy
50
57
allow group 'Default'/'grp-auditors' to read instances in tenancy
51
58
allow group 'Default'/'grp-auditors' to read load-balancers in tenancy
Copy file name to clipboardExpand all lines: security/security-design/shared-assets/oci-security-health-check-standard/files/oci-security-health-check-standard/requirements.txt
0 commit comments