Skip to content

Commit d015849

Browse files
committed
OCI Security Health Check - Standard Edition 241011
1 parent 0022323 commit d015849

14 files changed

+190
-550
lines changed

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

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

33
Owner: Olaf Heimburger
44

5-
Version: 240822
5+
Version: 241011
66

77
Reviewed: 01.02.2024
88

@@ -100,7 +100,10 @@ For a detailed description go to [Run the OCI Security Health Check in OCI Cloud
100100
101101
After a completed run you will find a directory with a name starting with your tenancy name followed by a timestamp in your working directory (like `tenancy_name_YYYYMMDDHHmmss_standard`). A zip archive for easier download using the same name will be created, too. Both hold data files for your review.
102102
103-
To start with reviewing the results, open the file named [cis_html_summary_report.html](files/resources/cis_html_summary_report.html)(sample report).
103+
To start with reviewing the results, open the file named `tenancy_name_YYYYMMDDHHmmss_standard_cis_html_summary_report.html`.
104+
105+
It may look like this example:
106+
![Flyer](./files/resources/Example_Output.png)
104107
105108
# Credits
106109

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

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

33
Owner: Olaf Heimburger
44

5-
Version: 240822 (cis_report.py version 2.8.4)
5+
Version: 241011 (cis_report.py version 2.8.4+)
66

77
## When to use this asset?
88

@@ -21,22 +21,22 @@ by Oracle Support.
2121

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

24-
- Download the latest distribution [oci-security-health-check-standard-240822.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-240822.zip).
24+
- Download the latest distribution [oci-security-health-check-standard-241011.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-241011.zip).
2525
- Download the respective checksum file:
26-
- [oci-security-health-check-standard-240822.sha512](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-240822.sha512).
27-
- [oci-security-health-check-standard-240822.sha512256](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-240822.sha512256).
26+
- [oci-security-health-check-standard-241011.sha512](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-241011.sha512).
27+
- [oci-security-health-check-standard-241011.sha512256](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-241011.sha512256).
2828
- Verify the integrity of the distribution. Both files must be in the same directory (for example, in your downloads directory).
2929

3030
On MacOS:
3131
```
3232
cd <your_downloads_directory>
33-
shasum -a 512256 -c oci-security-health-check-standard-240822.sha512256
33+
shasum -a 512256 -c oci-security-health-check-standard-241011.sha512256
3434
```
3535
3636
On Linux (including Cloud Shell):
3737
```
3838
cd <your_downloads_directory>
39-
sha512sum -c oci-security-health-check-standard-240822.sha512
39+
sha512sum -c oci-security-health-check-standard-241011.sha512
4040
```
4141
4242
**Reject the downloaded file when the check fails!**
@@ -117,7 +117,7 @@ The recommended way is to run the *OCI Security Health Check - Standard* in the
117117
- Upload the distribution file.
118118
- Extract it
119119
```
120-
unzip -q oci-security-health-check-standard-240822.zip
120+
unzip -q oci-security-health-check-standard-241011.zip
121121
```
122122
123123
### Run the script
@@ -190,11 +190,11 @@ The recommended way is to run the *OCI Security Health Check - Standard* in the
190190
Follow the instructions to select /usr/bin/python3.9
191191
- Log out
192192
193-
- From your desktop, upload the `oci-security-health-check-standard-240822.zip` file to the Compute VM using any SFTP client.
193+
- From your desktop, upload the `oci-security-health-check-standard-241011.zip` file to the Compute VM using any SFTP client.
194194
- Log into the Compute VM
195195
- Extract the distribution
196196
```
197-
unzip -q oci-security-health-check-standard-240822.zip
197+
unzip -q oci-security-health-check-standard-241011.zip
198198
```
199199
- Change directory into `oci-security-health-check-standard`:
200200
```

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
OCI Security Health Check - Standard Edition
33
============================================
44
Owner: Olaf Heimburger
5-
Version: 240822 (cis_report.py version 2.8.4)
5+
Version: 241011 (cis_report.py version 2.8.4)
66

77
When to use this asset?
88

@@ -81,7 +81,7 @@ Usage
8181
- From the menu select the Cloud Shell item.
8282
- When running it the first time:
8383
- Upload the provided ZIP file.
84-
- Extract it with unzip -q oci-security-health-check-standard-240822.zip
84+
- Extract it with unzip -q oci-security-health-check-standard-241011.zip
8585
- Change directory into oci-security-health-check-standard
8686
$ cd oci-security-health-check-standard
8787
$ screen
@@ -138,11 +138,11 @@ Usage
138138
- Log out
139139

140140
- From your desktop, upload the
141-
"oci-security-health-check-standard-240822.zip" file to the Compute VM
141+
"oci-security-health-check-standard-241011.zip" file to the Compute VM
142142
using any SFTP client.
143143
- Log into the Compute VM
144144
- Extract the distribution
145-
unzip -q oci-security-health-check-standard-240822.zip
145+
unzip -q oci-security-health-check-standard-241011.zip
146146

147147
- Change directory into "oci-security-health-check-standard":
148148
cd oci-security-health-check-standard
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
xlsxwriter>=3.0.3
2-
pandas>=1.5.2
3-
openpyxl>=3.0.10
1+
xlsxwriter>=3.2.0
2+
pytz
3+
pandas
4+
openpyxl>=3.1.5
45
pyyaml>=6.0
5-
oci>=2.119.0
6+
oci>=2.129.4
67
requests
8+
matplotlib
9+
numpy

0 commit comments

Comments
 (0)