This repository has been archived by the owner on Apr 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
### 16.04.6.5 ISO image built on 2020/03/25 | ||
### 16.04.6.6 ISO image built on 2020/05/01 | ||
|
||
### Download and Verify | ||
|
||
16.04.6.5 ISO image: | ||
https://download.securityonion.net/file/Security-Onion-16/securityonion-16.04.6.5.iso | ||
16.04.6.6 ISO image: | ||
https://download.securityonion.net/file/Security-Onion-16/securityonion-16.04.6.6.iso | ||
|
||
Signature for ISO image: | ||
https://github.com/Security-Onion-Solutions/security-onion/raw/master/sigs/securityonion-16.04.6.5.iso.sig | ||
https://github.com/Security-Onion-Solutions/security-onion/raw/master/sigs/securityonion-16.04.6.6.iso.sig | ||
|
||
Signing key: | ||
https://raw.githubusercontent.com/Security-Onion-Solutions/security-onion/master/KEYS | ||
|
@@ -25,22 +25,22 @@ gpg --import KEYS | |
|
||
Download the signature file for the ISO: | ||
``` | ||
wget https://github.com/Security-Onion-Solutions/security-onion/raw/master/sigs/securityonion-16.04.6.5.iso.sig | ||
wget https://github.com/Security-Onion-Solutions/security-onion/raw/master/sigs/securityonion-16.04.6.6.iso.sig | ||
``` | ||
|
||
Download the ISO image: | ||
``` | ||
wget https://download.securityonion.net/file/Security-Onion-16/securityonion-16.04.6.5.iso | ||
wget https://download.securityonion.net/file/Security-Onion-16/securityonion-16.04.6.6.iso | ||
``` | ||
|
||
Verify the downloaded ISO image using the signature file: | ||
``` | ||
gpg --verify securityonion-16.04.6.5.iso.sig securityonion-16.04.6.5.iso | ||
gpg --verify securityonion-16.04.6.6.iso.sig securityonion-16.04.6.6.iso | ||
``` | ||
|
||
The output should show "Good signature" and the Primary key fingerprint should match what's shown below: | ||
``` | ||
gpg: Signature made Wed 25 Mar 2020 07:26:01 AM EDT using RSA key ID ED6CF680 | ||
gpg: Signature made Fri 01 May 2020 02:53:58 PM EDT using RSA key ID ED6CF680 | ||
gpg: Good signature from "Doug Burks <[email protected]>" | ||
gpg: WARNING: This key is not certified with a trusted signature! | ||
gpg: There is no indication that the signature belongs to the owner. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
### 16.04.6.6 ISO image built on 2020/05/01 | ||
### 16.04.6.5 ISO image built on 2020/03/25 | ||
|
||
### Download and Verify | ||
|
||
16.04.6.6 ISO image: | ||
https://download.securityonion.net/file/Security-Onion-16/securityonion-16.04.6.6.iso | ||
16.04.6.5 ISO image: | ||
https://download.securityonion.net/file/Security-Onion-16/securityonion-16.04.6.5.iso | ||
|
||
Signature for ISO image: | ||
https://github.com/Security-Onion-Solutions/security-onion/raw/master/sigs/securityonion-16.04.6.6.iso.sig | ||
https://github.com/Security-Onion-Solutions/security-onion/raw/master/sigs/securityonion-16.04.6.5.iso.sig | ||
|
||
Signing key: | ||
https://raw.githubusercontent.com/Security-Onion-Solutions/security-onion/master/KEYS | ||
|
@@ -25,22 +25,22 @@ gpg --import KEYS | |
|
||
Download the signature file for the ISO: | ||
``` | ||
wget https://github.com/Security-Onion-Solutions/security-onion/raw/master/sigs/securityonion-16.04.6.6.iso.sig | ||
wget https://github.com/Security-Onion-Solutions/security-onion/raw/master/sigs/securityonion-16.04.6.5.iso.sig | ||
``` | ||
|
||
Download the ISO image: | ||
``` | ||
wget https://download.securityonion.net/file/Security-Onion-16/securityonion-16.04.6.6.iso | ||
wget https://download.securityonion.net/file/Security-Onion-16/securityonion-16.04.6.5.iso | ||
``` | ||
|
||
Verify the downloaded ISO image using the signature file: | ||
``` | ||
gpg --verify securityonion-16.04.6.6.iso.sig securityonion-16.04.6.6.iso | ||
gpg --verify securityonion-16.04.6.5.iso.sig securityonion-16.04.6.5.iso | ||
``` | ||
|
||
The output should show "Good signature" and the Primary key fingerprint should match what's shown below: | ||
``` | ||
gpg: Signature made Fri 01 May 2020 02:53:58 PM EDT using RSA key ID ED6CF680 | ||
gpg: Signature made Wed 25 Mar 2020 07:26:01 AM EDT using RSA key ID ED6CF680 | ||
gpg: Good signature from "Doug Burks <[email protected]>" | ||
gpg: WARNING: This key is not certified with a trusted signature! | ||
gpg: There is no indication that the signature belongs to the owner. | ||
|