1
- ### 2.4.70-20240529 ISO image released on 2024/05/29
1
+ ### 2.4.80-20240624 ISO image released on 2024/06/25
2
2
3
3
4
4
### Download and Verify
5
5
6
- 2.4.70-20240529 ISO image:
7
- https://download.securityonion.net/file/securityonion/securityonion-2.4.70-20240529 .iso
6
+ 2.4.80-20240624 ISO image:
7
+ https://download.securityonion.net/file/securityonion/securityonion-2.4.80-20240624 .iso
8
8
9
- MD5: 8FCCF31C2470D1ABA380AF196B611DEC
10
- SHA1: EE5E8F8C14819E7A1FE423E6920531A97F39600B
11
- SHA256: EF5E781D50D50660F452ADC54FD4911296ECBECED7879FA8E04687337CA89BEC
9
+ MD5: 139F9762E926F9CB3C4A9528A3752C31
10
+ SHA1: BC6CA2C5F4ABC1A04E83A5CF8FFA6A53B1583CC9
11
+ SHA256: 70E90845C84FFA30AD6CF21504634F57C273E7996CA72F7250428DDBAAC5B1BD
12
12
13
13
Signature for ISO image:
14
- https://github.com/Security-Onion-Solutions/securityonion/raw/2.4/main/sigs/securityonion-2.4.70-20240529 .iso.sig
14
+ https://github.com/Security-Onion-Solutions/securityonion/raw/2.4/main/sigs/securityonion-2.4.80-20240624 .iso.sig
15
15
16
16
Signing key:
17
17
https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/2.4/main/KEYS
@@ -25,27 +25,29 @@ wget https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/2.
25
25
26
26
Download the signature file for the ISO:
27
27
```
28
- wget https://github.com/Security-Onion-Solutions/securityonion/raw/2.4/main/sigs/securityonion-2.4.70-20240529 .iso.sig
28
+ wget https://github.com/Security-Onion-Solutions/securityonion/raw/2.4/main/sigs/securityonion-2.4.80-20240624 .iso.sig
29
29
```
30
30
31
31
Download the ISO image:
32
32
```
33
- wget https://download.securityonion.net/file/securityonion/securityonion-2.4.70-20240529 .iso
33
+ wget https://download.securityonion.net/file/securityonion/securityonion-2.4.80-20240624 .iso
34
34
```
35
35
36
36
Verify the downloaded ISO image using the signature file:
37
37
```
38
- gpg --verify securityonion-2.4.70-20240529 .iso.sig securityonion-2.4.70-20240529 .iso
38
+ gpg --verify securityonion-2.4.80-20240624 .iso.sig securityonion-2.4.80-20240624 .iso
39
39
```
40
40
41
41
The output should show "Good signature" and the Primary key fingerprint should match what's shown below:
42
42
```
43
- gpg: Signature made Wed 29 May 2024 11:40:59 AM EDT using RSA key ID FE507013
43
+ gpg: Signature made Mon 24 Jun 2024 02:42:03 PM EDT using RSA key ID FE507013
44
44
gpg: Good signature from "Security Onion Solutions, LLC <[email protected] >"
45
45
gpg: WARNING: This key is not certified with a trusted signature!
46
46
gpg: There is no indication that the signature belongs to the owner.
47
47
Primary key fingerprint: C804 A93D 36BE 0C73 3EA1 9644 7C10 60B7 FE50 7013
48
48
```
49
49
50
+ If it fails to verify, try downloading again. If it still fails to verify, try downloading from another computer or another network.
51
+
50
52
Once you've verified the ISO image, you're ready to proceed to our Installation guide:
51
53
https://docs.securityonion.net/en/2.4/installation.html
0 commit comments