2025-03-24 14:40:30 +01:00
{
2025-03-24 14:41:57 +01:00
"name" : "Wazuh" ,
"slug" : "wazuh" ,
"categories" : [
2025-03-24 15:27:18 +01:00
9
2025-03-24 14:41:57 +01:00
] ,
"date_created" : "2025-03-24" ,
"type" : "ct" ,
"updateable" : false ,
"privileged" : false ,
"interface_port" : 443 ,
"documentation" : "https://documentation.wazuh.com/" ,
"website" : "https://wazuh.com/" ,
2025-03-24 15:27:18 +01:00
"logo" : "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/wazuh.svg" ,
2025-04-24 11:49:40 +02:00
"config_path" : "" ,
2025-03-24 14:41:57 +01:00
"description" : "Wazuh is an open-source security monitoring solution that provides endpoint protection, network monitoring, and log analysis capabilities." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/wazuh.sh" ,
"resources" : {
"cpu" : 4 ,
"ram" : 4096 ,
2025-03-24 15:27:18 +01:00
"hdd" : 18 ,
2025-03-24 14:41:57 +01:00
"os" : "debian" ,
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : "root" ,
"password" : null
} ,
"notes" : [
{
"text" : "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing." ,
"type" : "warning"
2025-03-24 14:40:30 +01:00
} ,
2025-03-24 14:41:57 +01:00
{
"text" : "Show password: `cat ~/wazuh.creds`" ,
"type" : "info"
}
]
2025-03-24 14:40:30 +01:00
}
2025-04-24 11:49:40 +02:00