I'm looking at the Wazuh logs alert via terminal and I found the following alerts:
{
"timestamp": "2023-06-28T13:28:23.713-0300",
"rule": {
"level": 7,
"description": "Host-based anomaly detection event (rootcheck).",
"id": "510",
"firedtimes": 2,
"mail": false,
"groups": [
"ossec",
"rootcheck"
],
"pci_dss": [
"10.6.1"
],
"gdpr": [
"IV_35.7.d"
]
},
"agent": {
"id": "025",
"name": "cron-01",
"ip": "192.168.0.1"
},
"manager": {
"name": "wazuh"
},
"id": "1687969703.302985",
"full_log": "Trojaned version of file '/usr/bin/diff' detected.
Signature used: 'bash|^/bin/sh|file\\.h|proc\\.h|/dev/[^n]|^/bin/.*sh'
(Generic).",
"decoder": {
"name": "rootcheck"
},
"data": {
"title": "Trojaned version of file detected.",
"file": "/usr/bin/diff"
},
"location": "rootcheck"
}
But
accessing the Wazuh dashboard, inside the agent, in the "FIM: Recent
events" area, filtering only for that week, nothing appears.
How can I see these alerts on the dashboard?