Vikman Fernandez-Castro

Results 128 comments of Vikman Fernandez-Castro

Hi team, Let me add a new timestamp format that we should give support to: - `2019-12-12T19:00:15.165Z[00:028868:]` Full sample: ``` 2019-12-12T19:00:15.165Z[00:028868:] Public key does not exist at/path/to/key.pub. Sleeping for 60...

Hi all, I've been checking the new timestamp parser implementation for the engine that will replace the current decoder and rule matcher (wazuh-analysisd): #12122. It seems that it supports ISO...

@sebasfalcone Sure thing. This issue mentioned version 8.7.1 because it probably was the latest version at the time of opening the issue.

Testing ITs locally: ``` test_authd/test_api_registration/test_api_agent_registration.py ........................ ``` Relaunching: - [Job #293](https://github.com/wazuh/wazuh/actions/runs/10592316403)

I have investigated the issue regarding the failing integration tests for Authd, specifically for the `test_api_agent_registration`. After running the tests locally, I can confirm they pass without any issues. However,...

@weeix Thank you very much for opening the issue, conducting such a detailed investigation, and providing a fix. We will work immediately to resolve this. ## Work Update I have...

## Update - Updated unit tests for this change. - https://github.com/wazuh/wazuh/pull/25469 - Manual tests. **Next:** - Port this change to the new Agent repository: [wazuh-agent](https://github.com/wazuh/wazuh-agent).

- Applied code review. - Extended the fix to similar functions: `getCompactTimestamp()`, `getCurrentISO8601()`, `timestampToISO8601()`, and `rawTimestampToISO8601()`. - Ported to wazuh-agent: https://github.com/wazuh/wazuh-agent/pull/111

Dear @etwas7B @borges-br, Thank you for your patience, and apologies for the delayed response. We have successfully reproduced the issue on our side with filenames containing extended Latin characters, as...

## Update After conducting several tests on the Windows agent with the **UTF-8 validation check disabled**, we observed the following behavior across different syscheck modes: ### Scheduled scan ✅ Working...