Open JcabreraC opened 4 years ago
Hi @JcabreraC,
Have you checked the behavior since this change? I think it can be related to the modification of the function replace_win_format()
.
Regards.
Hi
I am seeing this behavior on 3.11.3
Thanks
This is still happening in Wazuh 4.2.5. It's not only a cosmetic issue, but also complicates attempts to use Sigma rules against Wazuh alerts stored in Elasticsearch, because many Sigma rules reference file paths containing single rather than double backslashes. Is there anything in particular that would prevent us from cleaning this up?
Example Sigma rule that is incompatible with Wazuh-stored Windows events: https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/win_apt_lazarus_session_highjack.yml
@chemamartinez I can confirm this is still present in 4.2.5 and 4.3.0-RC. As mentioned by @branchnetconsulting this on top of being a visual issue can also break integrations with external software.
I can confirm the issue is still present in 4.8.0. Any chances to see a fix here soon?
When we generate eventChannel alerts, we find extra bars in the
processName
field. When that information comes from Windows, it should appear with its correct path, likeC:\Windows\System32\winlogon.exe
. However, the folder paths now contain an additional backslash after each folder name, such asC:\\Windows\\System32\\winlogon.exe
.output
alert.log
Output
alert.json