md5 and gpg check failed #15269
-
Version2.4.190 Installation MethodSecurity Onion ISO image Descriptionother (please provide detail below) Installation Typeother (please provide detail below) Locationon-prem with Internet access Hardware SpecsExceeds minimum requirements CPU16 RAM64 Storage for /1tb Storage for /nsm1tb Network Traffic Collectionother (please provide detail below) Network Traffic SpeedsLess than 1Gbps StatusNo, one or more services are failed (please provide detail below) Salt StatusNo, there are no failures LogsNo, there are no additional clues DetailFirst off, thank you for continuing to support OSS and you're product is amazing!!! I purchased the "2.4" book and look forward to setting up my POC lab at home as to prove to my leadership at work that your product is a viable option that provides visibiilty that few other products can do. My post here is a simple issue and I am not under a deadline (in fact I'm off work all weekend for the holiday) - so please, don't work on this if y'all are on holiday as well.... So my issue: While following the directions found in this project's "https://github.com/Security-Onion-Solutions/securityonion/blob/2.4/main/DOWNLOAD_AND_VERIFY_ISO.md" page, I downloaded and installed the GPG .sig file successfully. I then downloaded the .iso and using the cmdline instructions the directions, attempted unsuccessfully to verify the GPG signature. I then ran md5sum on the .iso and found a mismatch between the "DOWNLOAD_AND_VERIFY_ISO.md" page and the .iso . Steps to recreate: Download the keys:labtech@lab0:~$ wget https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/2.4/main/KEYS -O - | gpg --import - --2025-11-29 10:42:10-- https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/2.4/main/KEYS
2025-11-29 10:42:10 (585 KB/s) - written to stdout [3187/3187] gpg: key 7C1060B7FE507013: public key "Security Onion Solutions, LLC info@securityonionsolutions.com" imported Download the .sig:wget https://github.com/Security-Onion-Solutions/securityonion/raw/2.4/main/sigs/securityonion-2.4.190-20251024.iso.sig securityonion-2.4.190-20251024.iso.s 100%[====================================================================>] 566 --.-KB/s in 0s 2025-11-29 10:46:31 (68.3 MB/s) - ‘securityonion-2.4.190-20251024.iso.sig’ saved [566/566] Download the .isolabtech@lab0:~# wget https://download.securityonion.net/file/securityonion/securityonion-2.4.190-20251024.iso securityonion-2.4.190-20251024.iso [ <=> ] 14.50G 12.9MB/s in 13m 0s 2025-11-29 08:05:51 (19.0 MB/s) - ‘securityonion-2.4.190-20251024.iso’ saved [15569256448] verify the sig against the iso:labtech@lab0:~# gpg --verify securityonion-2.4.190-20251024.iso.sig securityonion-2.4.190-20251024.iso check the md5sum on the .iso (doesn't match the md5 listed on the "DOWNLOAD_AND_VERIFY_ISO.md" page)labtech@lab0:~$ md5sum securityonion-2.4.190-20251024.iso From the documentation: Download and Verify 2.4.190-20251024 ISO image: MD5: 25358481FB876226499C011FC0710358 Thank you all in advance for your time! Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I just ran the same commands (wget url and then md5sum) you ran and got the expected hash: I would suggest downloading a fresh copy. |
Beta Was this translation helpful? Give feedback.
I just ran the same commands (wget url and then md5sum) you ran and got the expected hash:
I would suggest downloading a fresh copy.