Miguel Verdaguer Velázquez

Results 72 comments of Miguel Verdaguer Velázquez

## Summary The certificate authority doesn't check the IPs defined in the `Subject Alternative Name` extension of the certificate. The comparison between the IP in the certificate and the IP...

# Investigation ### :red_circle: Test on 4.3.10 (CentOS 8) The error is replicated when the keystore script is called without specifying `OPENSEARCH_PATH_CONF`, but it doesn't appear when the workaround is...

# Solutions ### First tried solution: security initialization A possible solution, especially for the error `unknown secure setting`, could have been re-initializing the indexer security, but it hasn't solved any...

A fresh installation of the agent following the official documentation doesn't seem to create a login item on its own in Monterey, even after running `# /Library/Ossec/bin/wazuh-control start`, although the...

## More testing on Monterey The installed agent has correctly been added to a manager without problem, and in more fresh install tests no login item is added on installation....

## Testing on Big Sur With a fresh installation of the agent in Big Sur, as with Monterey, no Login Item is added. Furthermore, the `launcher.sh` cannot be added manually...

`launchctl` information on the Wazuh Agent Login Item: ``` ec2-user@ip-172-31-46-132 ~ % sudo launchctl list | grep 'wazuh' 337 0 com.wazuh.agent ``` ``` ec2-user@ip-172-31-46-132 ~ % launchctl print system/com.wazuh.agent system/com.wazuh.agent...

After a new try, folder `StartupItems` is still being created, although not mentioned in the `wazuh-packages` code. New files are also created, as `TestingFolder`. As seen in this [documentation page](https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/StartupItems.html#//apple_ref/doc/uid/20002132-105996)...

On hold because of https://github.com/wazuh/wazuh/issues/15526

More investigation in the code has made me aware that the files used for the Login Item and Launch Daemon may not be correctly signed and/or notarized, as they are...