This repository was archived by the owner on Apr 16, 2021. It is now read-only.
File tree 3 files changed +56
-0
lines changed
3 files changed +56
-0
lines changed Original file line number Diff line number Diff line change
1
+ 16.04.6.2 ISO image
2
+ md5sum 788d4a659484c3f87085d1487c5040db
3
+ sha1sum 53ebc519e76eb9cd34be298039ecdd5e77c9c9fd
4
+ sha256sum ad7f4342e40285ed50e813b0e2f7c23ff69e950646bd1467c2e9d34fadfde978
5
+
1
6
16.04.6.1 ISO image
2
7
md5sum ca835cef92c2c0daafa16e789c343d1d
3
8
sha1sum a0035c140ae3b017180e249a65ff4dac2d4981a1
Original file line number Diff line number Diff line change
1
+ ### 16.04.6.2 ISO image built on 2019/08/26
2
+
3
+ ### Download and Verify
4
+
5
+ 16.04.6.2 ISO image:
6
+ https://github.com/Security-Onion-Solutions/security-onion/releases/download/v16.04.6.2_20190826/securityonion-16.04.6.2.iso
7
+
8
+ Signature for ISO image:
9
+ https://github.com/Security-Onion-Solutions/security-onion/raw/master/sigs/securityonion-16.04.6.2.iso.sig
10
+
11
+ Signing key:
12
+ https://raw.githubusercontent.com/Security-Onion-Solutions/security-onion/master/KEYS
13
+
14
+ For example, here are the steps you can use on most Linux distributions to download and verify our Security Onion ISO image.
15
+
16
+ Download the signing key:
17
+ ```
18
+ wget https://raw.githubusercontent.com/Security-Onion-Solutions/security-onion/master/KEYS
19
+ ```
20
+
21
+ Import the signing key:
22
+ ```
23
+ gpg --import KEYS
24
+ ```
25
+
26
+ Download the signature file for the ISO:
27
+ ```
28
+ wget https://github.com/Security-Onion-Solutions/security-onion/raw/master/sigs/securityonion-16.04.6.2.iso.sig
29
+ ```
30
+
31
+ Download the ISO image:
32
+ ```
33
+ wget https://github.com/Security-Onion-Solutions/security-onion/releases/download/v16.04.6.2_20190826/securityonion-16.04.6.2.iso
34
+ ```
35
+
36
+ Verify the downloaded ISO image using the signature file:
37
+ ```
38
+ gpg --verify securityonion-16.04.6.2.iso.sig securityonion-16.04.6.2.iso
39
+ ```
40
+
41
+ The output should show "Good signature" and the Primary key fingerprint should match what's shown below:
42
+ ```
43
+ gpg: Signature made Mon 26 Aug 2019 04:29:53 PM EDT using RSA key ID ED6CF680
44
+ gpg: Good signature from "Doug Burks <[email protected] >"
45
+ gpg: WARNING: This key is not certified with a trusted signature!
46
+ gpg: There is no indication that the signature belongs to the owner.
47
+ Primary key fingerprint: BD56 2813 E345 A068 5FBB 91D3 788F 62F8 ED6C F680
48
+ ```
49
+
50
+ Once you've verified the ISO image, you're ready to proceed to our Installation guide:
51
+ https://github.com/Security-Onion-Solutions/security-onion/wiki/Installation
You can’t perform that action at this time.
0 commit comments