diff --git a/registry/tracecat_registry/templates/wazuh/clear_rootcheck.yml b/registry/tracecat_registry/templates/wazuh/clear_rootcheck.yml index 9c4bf9a01..bf6f11f4c 100644 --- a/registry/tracecat_registry/templates/wazuh/clear_rootcheck.yml +++ b/registry/tracecat_registry/templates/wazuh/clear_rootcheck.yml @@ -5,6 +5,8 @@ definition: title: Clear Wazuh Rootcheck Results description: Clears all previous rootcheck scan results from Wazuh agents to reset the status. display_group: Wazuh + doc_url: https://documentation.wazuh.com/current/user-manual/api/reference.html#operation/api.controllers.rootcheck_controller.delete_rootcheck + author: bouddha-fr secrets: - name: wazuh keys: diff --git a/registry/tracecat_registry/templates/wazuh/get_auth_token.yml b/registry/tracecat_registry/templates/wazuh/get_auth_token.yml index 422aedfa4..c3c3b9776 100644 --- a/registry/tracecat_registry/templates/wazuh/get_auth_token.yml +++ b/registry/tracecat_registry/templates/wazuh/get_auth_token.yml @@ -5,6 +5,8 @@ definition: title: Generate Wazuh API Token description: Authenticate with the Wazuh API and retrieve a token. display_group: Wazuh + doc_url: https://documentation.wazuh.com/current/user-manual/api/reference.html#tag/Security + author: bouddha-fr secrets: - name: wazuh_wui keys: diff --git a/registry/tracecat_registry/templates/wazuh/get_last_rootcheck_scan.yml b/registry/tracecat_registry/templates/wazuh/get_last_rootcheck_scan.yml index 87e57865b..2265ed588 100644 --- a/registry/tracecat_registry/templates/wazuh/get_last_rootcheck_scan.yml +++ b/registry/tracecat_registry/templates/wazuh/get_last_rootcheck_scan.yml @@ -5,6 +5,8 @@ definition: title: Get Last Wazuh Rootcheck Scan description: Retrieves the latest rootcheck scan results from Wazuh agents for analysis. display_group: Wazuh + doc_url: https://documentation.wazuh.com/current/user-manual/api/reference.html#operation/api.controllers.rootcheck_controller.get_last_scan_agent + author: bouddha-fr secrets: - name: wazuh keys: diff --git a/registry/tracecat_registry/templates/wazuh/get_results_rootcheck.yml b/registry/tracecat_registry/templates/wazuh/get_results_rootcheck.yml index a5f8c779b..7b2fc1ee0 100644 --- a/registry/tracecat_registry/templates/wazuh/get_results_rootcheck.yml +++ b/registry/tracecat_registry/templates/wazuh/get_results_rootcheck.yml @@ -5,6 +5,8 @@ definition: title: Get Rootcheck Scan Results description: Recovers information from a rootcheck scan on an agent display_group: Wazuh + doc_url: https://documentation.wazuh.com/current/user-manual/api/reference.html#operation/api.controllers.rootcheck_controller.get_rootcheck_agent + author: bouddha-fr secrets: - name: wazuh keys: diff --git a/registry/tracecat_registry/templates/wazuh/run_rootcheck.yml b/registry/tracecat_registry/templates/wazuh/run_rootcheck.yml index 85255a70f..26cc5e48c 100644 --- a/registry/tracecat_registry/templates/wazuh/run_rootcheck.yml +++ b/registry/tracecat_registry/templates/wazuh/run_rootcheck.yml @@ -5,6 +5,8 @@ definition: title: Run Wazuh Rootcheck Scan description: Initiates a rootcheck scan on Wazuh agents to identify unauthorized root-level changes. display_group: Wazuh + doc_url: https://documentation.wazuh.com/current/user-manual/api/reference.html#operation/api.controllers.rootcheck_controller.put_rootcheck + author: bouddha-fr secrets: - name: wazuh keys: diff --git a/registry/tracecat_registry/templates/wazuh/update_agents.yml b/registry/tracecat_registry/templates/wazuh/update_agents.yml index 374c3eba0..f83b5d17a 100644 --- a/registry/tracecat_registry/templates/wazuh/update_agents.yml +++ b/registry/tracecat_registry/templates/wazuh/update_agents.yml @@ -5,6 +5,8 @@ definition: title: Update Outdated Wazuh Agents description: Identifies outdated Wazuh agents and updates them. display_group: Wazuh + doc_url: https://documentation.wazuh.com/current/user-manual/api/reference.html#operation/api.controllers.agent_controller.put_upgrade_agents + author: bouddha-fr secrets: - name: wazuh keys: