2021-05-14 15:39:20 +00:00
|
|
|
id: wazuh-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: wazuh detect
|
|
|
|
author: cyllective
|
|
|
|
severity: info
|
|
|
|
description: Detects wazuh
|
2021-05-14 15:39:44 +00:00
|
|
|
tags: tech,wazuh
|
2021-08-18 11:29:20 +00:00
|
|
|
reference:
|
2021-05-14 15:39:20 +00:00
|
|
|
- https://github.com/wazuh/wazuh
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/app/login"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
condition: or
|
|
|
|
words:
|
|
|
|
- '"id":"wazuh"'
|
|
|
|
- '"title":"Wazuh"'
|
|
|
|
- '"icon":"plugins/wazuh/img/icon_blue.png"'
|
|
|
|
- '"url":"/app/wazuh"'
|