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 522
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update sigs and testing instructions for 16.04.4.2
- Loading branch information
Showing
3 changed files
with
56 additions
and
0 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
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,51 @@ | ||
### 16.04.4.2 ISO image built on 2018/06/15 | ||
|
||
### Download and Verify | ||
|
||
16.04.4.2 ISO image: | ||
https://github.com/Security-Onion-Solutions/security-onion/releases/download/v16.04.4.2_20180615/securityonion-16.04.4.2.iso | ||
|
||
Signature for ISO image: | ||
https://github.com/Security-Onion-Solutions/security-onion/raw/master/sigs/securityonion-16.04.4.2.iso.sig | ||
|
||
Signing key: | ||
https://raw.githubusercontent.com/Security-Onion-Solutions/security-onion/master/KEYS | ||
|
||
For example, here are the steps you can use on most Linux distributions to download and verify our Security Onion ISO image. | ||
|
||
Download the signing key: | ||
``` | ||
wget https://raw.githubusercontent.com/Security-Onion-Solutions/security-onion/master/KEYS | ||
``` | ||
|
||
Import the signing key: | ||
``` | ||
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.4.2.iso.sig | ||
``` | ||
|
||
Download the ISO image: | ||
``` | ||
wget https://github.com/Security-Onion-Solutions/security-onion/releases/download/v16.04.4.2_20180615/securityonion-16.04.4.2.iso | ||
``` | ||
|
||
Verify the downloaded ISO image using the signature file: | ||
``` | ||
gpg --verify securityonion-16.04.4.2.iso.sig securityonion-16.04.4.2.iso | ||
``` | ||
|
||
The output should show "Good signature" and the Primary key fingerprint should match what's shown below: | ||
``` | ||
gpg: Signature made Tue 19 Jun 2018 03:10:02 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. | ||
Primary key fingerprint: BD56 2813 E345 A068 5FBB 91D3 788F 62F8 ED6C F680 | ||
``` | ||
|
||
Once you've verified the ISO image, you're ready to proceed to our Installation guide: | ||
https://github.com/Security-Onion-Solutions/security-onion/wiki/Installation |
ec175b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The dowanlod is not working. The transfer data stoped in the dowload operation.
ec175b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jadilsonpaiva ,
Many folks have downloaded the ISO image and I just verified that it's working for me. You may want to try from a different Internet connection.
If you have further questions or problems, please use our security-onion mailing list:
https://github.com/Security-Onion-Solutions/security-onion/wiki/MailingLists
Thanks!
ec175b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Doug, thanks for the reply ....
I did the test on several networks, but the problem persists. I've already downloaded this ISO last month, and that's alright. Being specific in the problem, the download runs, but when it reaches the mid-700MB transfer, the rate goes to zero, and the connection fails. Anyway, I'll look again at the downloads wiki and see if I succeed.
thank you....