|
13 | 13 | "status": "stable",
|
14 | 14 | "maintainer": "Brent Stewart",
|
15 | 15 | "maintainer_email": " [email protected]",
|
16 |
| - "usage": "Your default account will have sudo priviledges. Squil and Squert username and password are configured in the Setup wizard. MySQL root is set to null. For more info see https://github.com/Security-Onion-Solutions/security-onion/wiki/Passwords.", |
| 16 | + "usage": "Your default account will have sudo privileges. Squil and Squert username and password are configured in the Setup wizard. MySQL root is set to null. For more info see https://github.com/Security-Onion-Solutions/security-onion/wiki/Passwords.", |
17 | 17 | "symbol": "securityonion-logo.png",
|
18 | 18 | "qemu": {
|
19 | 19 | "adapter_type": "e1000",
|
20 | 20 | "adapters": 2,
|
21 |
| - "ram": 3072, |
| 21 | + "ram": 4096, |
22 | 22 | "hda_disk_interface": "ide",
|
23 | 23 | "arch": "x86_64",
|
24 | 24 | "console_type": "vnc",
|
25 |
| - "kvm": "allow" |
| 25 | + "kvm": "allow", |
| 26 | + "options": "-cpu host" |
26 | 27 | },
|
27 | 28 | "images": [
|
| 29 | + { |
| 30 | + "filename": "securityonion-2.4.80-20240624.iso", |
| 31 | + "version": "2.4.80-20240624", |
| 32 | + "md5sum": "139f9762e926f9cb3c4a9528a3752c31", |
| 33 | + "filesize": 12391022592, |
| 34 | + "download_url": "https://github.com/Security-Onion-Solutions/securityonion/blob/2.4/main/DOWNLOAD_AND_VERIFY_ISO.md", |
| 35 | + "direct_download_url": "https://download.securityonion.net/file/securityonion/securityonion-2.4.80-20240624.iso" |
| 36 | + }, |
28 | 37 | {
|
29 | 38 | "filename": "securityonion-16.04.7.1.iso",
|
30 | 39 | "version": "16.04.7.1",
|
|
49 | 58 | "download_url": "https://github.com/Security-Onion-Solutions/security-onion/releases/",
|
50 | 59 | "direct_download_url": "https://github.com/Security-Onion-Solutions/security-onion/releases/download/v14.04.5.4_20171031/securityonion-14.04.5.4.iso"
|
51 | 60 | },
|
| 61 | + { |
| 62 | + "filename": "empty100G.qcow2", |
| 63 | + "version": "1.0", |
| 64 | + "md5sum": "5d9fec18a980f13002028491259f158d", |
| 65 | + "filesize": 198656, |
| 66 | + "download_url": "https://github.com/riverbed/Riverbed-Community-Toolkit/raw/master/SteelHead/GNS3", |
| 67 | + "direct_download_url": "https://github.com/riverbed/Riverbed-Community-Toolkit/raw/master/SteelHead/GNS3/empty100G.qcow2" |
| 68 | + }, |
52 | 69 | {
|
53 | 70 | "filename": "empty30G.qcow2",
|
54 | 71 | "version": "1.0",
|
|
59 | 76 | }
|
60 | 77 | ],
|
61 | 78 | "versions": [
|
| 79 | + { |
| 80 | + "name": "2.4.80-20240624", |
| 81 | + "images": { |
| 82 | + "hda_disk_image": "empty100G.qcow2", |
| 83 | + "cdrom_image": "securityonion-2.4.80-20240624.iso" |
| 84 | + } |
| 85 | + }, |
62 | 86 | {
|
63 | 87 | "name": "16.04.7.1",
|
64 | 88 | "images": {
|
|
0 commit comments