Skip to content

Commit be91bf2

Browse files
Merge pull request #459 from oracle-devrel/security-oci-security-health-check-update-230922
OCI Security Health Check Update 230922
2 parents 3b7e094 + 909e115 commit be91bf2

File tree

6 files changed

+2281
-1930
lines changed

6 files changed

+2281
-1930
lines changed

security/security-design/oci-security-health-check-standard/README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Owner: Olaf Heimburger
44

5+
Version: 230922
6+
57
## Introduction
68
![Flyer](./files/resources/OCI_Security_Health_Check_Standard.png)
79

@@ -21,24 +23,24 @@ See the *OCI Security Health Check - Standard Edition* in action and watch the [
2123

2224
Before running the *OCI Security Health Check - Standard Edition* you should download and verify it.
2325

24-
- Download the latest distribution [oci-security-health-check-standard-230630.zip](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-230630/oci-security-health-check-standard-230630.zip).
26+
- Download the latest distribution [oci-security-health-check-standard-230922.zip](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-230922/oci-security-health-check-standard-230922.zip).
2527
- Download the respective checksum file:
26-
- [oci-security-health-check-standard-230630.sha512](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-230630/oci-security-health-check-standard-230630.sha512).
27-
- [oci-security-health-check-standard-230630.sha512256](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-230630/oci-security-health-check-standard-230630.sha512256).
28+
- [oci-security-health-check-standard-230922.sha512](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-230922/oci-security-health-check-standard-230922.sha512).
29+
- [oci-security-health-check-standard-230922.sha512256](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-230922/oci-security-health-check-standard-230922.sha512256).
2830
- Verify the integrity of the distribution. Both files must be in the same directory (for example, in your downloads directory).
2931

3032
On MacOS:
3133
```
3234
$ cd <your_downloads_directory>
33-
$ shasum -a 512256 -c oci-security-health-check-standard-230630.sha512256
34-
oci-security-health-check-standard-230630.zip: OK
35+
$ shasum -a 512256 -c oci-security-health-check-standard-230922.sha512256
36+
oci-security-health-check-standard-230922.zip: OK
3537
```
3638
3739
On Linux (including Cloud Shell):
3840
```
3941
$ cd <your_downloads_directory>
40-
$ sha512sum -c oci-security-health-check-standard-230630.sha512
41-
oci-security-health-check-standard-230630.zip: OK
42+
$ sha512sum -c oci-security-health-check-standard-230922.sha512
43+
oci-security-health-check-standard-230922.zip: OK
4244
```
4345
4446
**Reject the downloaded file if the check fails!**

security/security-design/oci-security-health-check-standard/files/oci-security-health-check-standard/README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Owner: Olaf Heimburger
44

5+
Version: 230922
6+
57
## When to use this asset?
68

79
The *OCI Security Health Check - Standard Edition* checks an OCI tenancy for CIS OCI Foundation Benchmark compliance.
@@ -12,22 +14,22 @@ The *OCI Security Health Check - Standard Edition* checks an OCI tenancy for CIS
1214

1315
Before running the *OCI Security Health Check - Standard Edition* you should download and verify it.
1416

15-
- Download the latest distribution [oci-security-health-check-standard-230630.zip](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-230630/oci-security-health-check-standard-230630.zip).
16-
- Download the respective checksum file [oci-security-health-check-standard-230630.sha512256](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-230630/oci-security-health-check-standard-230630.sha512256).
17+
- Download the latest distribution [oci-security-health-check-standard-230922.zip](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-230922/oci-security-health-check-standard-230922.zip).
18+
- Download the respective checksum file [oci-security-health-check-standard-230922.sha512256](https://github.com/oracle-devrel/technology-engineering/releases/download/oci-security-health-check-std-230922/oci-security-health-check-standard-230922.sha512256).
1719
- Verify the integrity of the distribution. Both files must be in the same directory (for example, in your downloads directory).
1820

1921
On MacOS:
2022
```
2123
$ cd <your_downloads_directory>
22-
$ shasum -a 512256 -c oci-security-health-check-standard-230630.sha512256
23-
oci-security-health-check-standard-230630.zip: OK
24+
$ shasum -a 512256 -c oci-security-health-check-standard-230922.sha512256
25+
oci-security-health-check-standard-230922.zip: OK
2426
```
2527
2628
On Linux (including Cloud Shell):
2729
```
2830
$ cd <your_downloads_directory>
29-
$ sha512sum -c oci-security-health-check-standard-230630.sha512
30-
oci-security-health-check-standard-230630.zip: OK
31+
$ sha512sum -c oci-security-health-check-standard-230922.sha512
32+
oci-security-health-check-standard-230922.zip: OK
3133
```
3234
3335
**Reject the downloaded file if the check fails!**
@@ -86,7 +88,7 @@ The recommended way is to run the *OCI Security Health Check - Standard* in the
8688
- Upload the distribution file.
8789
- Extract it
8890
```
89-
$ unzip -q oci-security-health-check-standard-230630.zip
91+
$ unzip -q oci-security-health-check-standard-230922.zip
9092
```
9193
9294
### Run the script
@@ -131,6 +133,11 @@ The report results are summarized in two files:
131133
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).
132134
133135
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).
136+
137+
## Certification
138+
139+
The Compliance Checking Script is certified by the [CIS Center of Internet Security for the OCI Oracle Cloud Foundation Benchmark v1.2.O, Level 1 and 2](https://www.cisecurity.org/partner/oracle).
140+
134141
# License
135142
136143
Copyright (c) 2022-2023 Oracle and/or its affiliates.

security/security-design/oci-security-health-check-standard/files/oci-security-health-check-standard/README.txt

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
OCI Security Health Check - Standard Edition
33
============================================
44
Owner: Olaf Heimburger
5+
Version: 230922
56

67
When to use this asset?
78

@@ -52,7 +53,7 @@ Usage
5253
- From the menu select the Cloud Shell item.
5354
- When running it the first time:
5455
- Upload the provided ZIP file.
55-
- Extract it with unzip -q oci-security-health-check-standard-230630.zip
56+
- Extract it with unzip -q oci-security-health-check-standard-230922.zip
5657
- Change directory into oci-security-health-check-standard
5758
$ cd oci-security-health-check-standard
5859
$ screen
@@ -70,3 +71,22 @@ Usage
7071
holds all the output created by the scripts. This directory will be
7172
compressed in a single ZIP file and the resulting ZIP file will be moved to
7273
the home directory of the account running the script.
74+
75+
76+
4 Credits
77+
78+
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).
79+
80+
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).
81+
82+
5 Certification
83+
84+
The Compliance Checking Script is certified by the CIS Center of Internet Security for the OCI Oracle Cloud Foundation Benchmark v1.2.O, Level 1 and 2 (https://www.cisecurity.org/partner/oracle).
85+
86+
6 License
87+
88+
Copyright (c) 2022-2023 Oracle and/or its affiliates.
89+
90+
Licensed under the Universal Permissive License (UPL), Version 1.0.
91+
92+
See the LICENSE file for more details.

security/security-design/oci-security-health-check-standard/files/oci-security-health-check-standard/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ xlsxwriter>=3.0.3
22
pandas>=1.5.2
33
openpyxl>=3.0.10
44
pyyaml>=6.0
5-
oci>=2.104
5+
oci>=2.110

0 commit comments

Comments
 (0)