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