|
1 | 1 | { |
2 | | - "name": "Wazuh", |
3 | | - "slug": "wazuh", |
4 | | - "categories": [ |
5 | | - 1 |
6 | | - ], |
7 | | - "date_created": "2025-03-19", |
8 | | - "type": "ct", |
9 | | - "updateable": false, |
10 | | - "privileged": false, |
11 | | - "interface_port": 443, |
12 | | - "documentation": "https://documentation.wazuh.com/", |
13 | | - "website": "https://wazuh.com/", |
14 | | - "logo": "https://avatars.githubusercontent.com/u/13752566?s=200&v=4", |
15 | | - "description": "Wazuh is an open-source security monitoring solution that provides endpoint protection, network monitoring, and log analysis capabilities.", |
16 | | - "install_methods": [ |
17 | | - { |
18 | | - "type": "default", |
19 | | - "script": "ct/wazuh.sh", |
20 | | - "resources": { |
21 | | - "cpu": 4, |
22 | | - "ram": 4096, |
23 | | - "hdd": 10, |
24 | | - "os": "debian", |
25 | | - "version": "12" |
26 | | - } |
27 | | - } |
28 | | - ], |
29 | | - "default_credentials": { |
30 | | - "username": "root", |
31 | | - "password": null |
| 2 | + "name": "Wazuh", |
| 3 | + "slug": "wazuh", |
| 4 | + "categories": [ |
| 5 | + 1 |
| 6 | + ], |
| 7 | + "date_created": "2025-03-24", |
| 8 | + "type": "ct", |
| 9 | + "updateable": false, |
| 10 | + "privileged": false, |
| 11 | + "interface_port": 443, |
| 12 | + "documentation": "https://documentation.wazuh.com/", |
| 13 | + "website": "https://wazuh.com/", |
| 14 | + "logo": "https://avatars.githubusercontent.com/u/13752566?s=200&v=4", |
| 15 | + "description": "Wazuh is an open-source security monitoring solution that provides endpoint protection, network monitoring, and log analysis capabilities.", |
| 16 | + "install_methods": [ |
| 17 | + { |
| 18 | + "type": "default", |
| 19 | + "script": "ct/wazuh.sh", |
| 20 | + "resources": { |
| 21 | + "cpu": 4, |
| 22 | + "ram": 4096, |
| 23 | + "hdd": 10, |
| 24 | + "os": "debian", |
| 25 | + "version": "12" |
| 26 | + } |
| 27 | + } |
| 28 | + ], |
| 29 | + "default_credentials": { |
| 30 | + "username": "root", |
| 31 | + "password": null |
| 32 | + }, |
| 33 | + "notes": [ |
| 34 | + { |
| 35 | + "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", |
| 36 | + "type": "warning" |
32 | 37 | }, |
33 | | - "notes": [ |
34 | | - { |
35 | | - "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", |
36 | | - "type": "warning" |
37 | | - }, |
38 | | - { |
39 | | - "text": "Show password: `cat ~/wazuh.creds`", |
40 | | - "type": "info" |
41 | | - } |
42 | | - ] |
| 38 | + { |
| 39 | + "text": "Show password: `cat ~/wazuh.creds`", |
| 40 | + "type": "info" |
| 41 | + } |
| 42 | + ] |
43 | 43 | } |
0 commit comments