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
@@ -25,26 +25,27 @@ The main goals of this script are:
25
25
26
26
- Make the run as easy and smooth as possible.
27
27
- Do not affect your desktop whenever possible.
28
+
- The required policy statements have been updated. **Please review and update your configuration.**
28
29
29
30
## Benefits of this package
30
31
31
-
This package includes *two* files
32
-
- standard.sh
33
-
- scripts/cis_reports/cis_reports.py
34
-
35
-
The file standard.sh acts as the entry point and does the following:
32
+
The file `standard.sh` acts as the main entry point and does the following:
36
33
37
34
- Automatic check for Python runtime version
38
35
- Automatic venv creation and activation
39
36
- Automatic installation of required Python libraries
40
37
- Automatic **OCI Cloud Shell** and tenancy name detection
41
38
- Automatic creation of timestamped output directory
42
-
- Call of cis_reports.py
39
+
- Call of `cis_reports.py`
43
40
- Automatic output archive (ZIP file) creation
44
41
- Automatic runtime protocol
45
-
- Support for encrypted archive (ZIP file). New command line option `--zip-protect`.
42
+
- Support for encrypted archive (ZIP file)
43
+
44
+
This package includes *two* files
45
+
- standard.sh
46
+
- scripts/cis_reports/cis_reports.py
46
47
47
-
Tested on **OCI Cloud Shell** with **Public network**, **Oracle Linux**, **MacOS 12** and higher.
48
+
It was tested on **OCI Cloud Shell** with **Public network**, **Oracle Linux**, **MacOS 12** and higher.
48
49
49
50
## Complete Runtime Example
50
51
@@ -56,22 +57,22 @@ See the *OCI Security Health Check - Standard Edition* in action and watch the [
56
57
57
58
Before running the *OCI Security Health Check - Standard Edition* you should download and verify it.
58
59
59
-
- Download the latest distribution [oci-security-health-check-standard-250602.zip](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-250602.zip).
60
+
- Download the latest distribution [oci-security-health-check-standard-250722.zip](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-250722.zip).
@@ -118,20 +119,28 @@ To create a group for auditing do the following steps:
118
119
allow group 'Default'/'grp-auditors' to inspect all-resources in tenancy
119
120
allow group 'Default'/'grp-auditors' to read audit-events in tenancy
120
121
allow group 'Default'/'grp-auditors' to read buckets in tenancy
121
-
allow group 'Default'/'grp-auditors' to read dns in tenancy
122
+
allow group 'Default'/'grp-auditors' to read capture-filters in tenancy
123
+
allow group 'Default'/'grp-auditors' to read data-safe-family in tenancy
122
124
allow group 'Default'/'grp-auditors' to read domains in tenancy
123
125
allow group 'Default'/'grp-auditors' to read file-family in tenancy
124
126
allow group 'Default'/'grp-auditors' to read instance-configurations in tenancy
125
127
allow group 'Default'/'grp-auditors' to read instances in tenancy
128
+
allow group 'Default'/'grp-auditors' to read keys in tenancy
126
129
allow group 'Default'/'grp-auditors' to read load-balancers in tenancy
130
+
allow group 'Default'/'grp-auditors' to read logging-family in tenancy
127
131
allow group 'Default'/'grp-auditors' to read nat-gateways in tenancy
128
132
allow group 'Default'/'grp-auditors' to read network-security-groups in tenancy
129
133
allow group 'Default'/'grp-auditors' to read public-ips in tenancy
130
134
allow group 'Default'/'grp-auditors' to read resource-availability in tenancy
135
+
allow group 'Default'/'grp-auditors' to read tag-namespaces in tenancy
136
+
allow group 'Default'/'grp-auditors' to read usage-budgets in tenancy
137
+
allow group 'Default'/'grp-auditors' to read usage-reports in tenancy
131
138
allow group 'Default'/'grp-auditors' to read users in tenancy
139
+
allow group 'Default'/'grp-auditors' to read vaults in tenancy
132
140
allow group 'Default'/'grp-auditors' to read vss-family in tenancy
133
141
allow group 'Default'/'grp-auditors' to use cloud-shell in tenancy
134
142
allow group 'Default'/'grp-auditors' to use cloud-shell-public-network in tenancy
143
+
allow group 'Default'/'grp-auditors' to use ons-family in tenancy where any {request.operation!=/Create*/, request.operation!=/Update*/, request.operation!=/Delete*/, request.operation!=/Change*/}
The *OCI Security Health Check - Standard Edition* streamlines the usage of the bundled [Compliance Checking Script](https://github.com/oracle-quickstart/oci-cis-landingzone-quickstart/blob/main/compliance-script.md) provided by the [CIS OCI Landing Zone Quick Start Template](https://github.com/oracle-quickstart/oci-cis-landingzone-quickstart).
182
+
The *OCI Security Health Check - Standard Edition* streamlines the usage of the [CIS Compliance Script](https://github.com/oci-landing-zones/oci-cis-landingzone-quickstart/blob/main/README.md).
183
+
184
+
The *OCI Security Health Check - Standard Edition* would not be possible without the great work of the [CIS OCI Landing Zone Quick Start Template Team](https://github.com/oci-landing-zones/oci-cis-landingzone-quickstart/graphs/contributors).
185
+
186
+
# Certification
174
187
175
-
The *OCI Security Health Check - Standard Edition* would not be possible without the great work of the [CIS OCI Landing Zone Quick Start Template Team](https://github.com/oracle-quickstart/oci-cis-landingzone-quickstart/graphs/contributors).
188
+
The CIS Compliance Script has been certified by the [CIS Center of Internet Security for the OCI Oracle Cloud Foundation Benchmark v3.0.0, Level 1 and 2](https://www.cisecurity.org/partner/oracle).
0 commit comments