Javier Sanchez Gil

Results 80 comments of Javier Sanchez Gil

## Update - I finished developing the test in test_only_logs_after, I have been developing the cases inside only_logs_after_test_module, I still need to run it and test its operation.

## Update - I was modifying the new related multiple FlowLog test and adding new test_case in only_logs_after_test_modle

## Update - I continue with the development of the test_case and creating function in s3_utils - I am waiting for permissions in https://github.com/wazuh/internal-devel-requests/issues/355

## Update - I have been reading about the migration changes - I have been reviewing all the research that was done on it at https://github.com/wazuh/wazuh-documentation/issues/5808 - I have been...

## Update - I'm still working on the issue, I've been reproducing the case mentioned about the discrepancy in routes when the record comes from `WAF classic` or `WAF v2`...

## Update - I have been requesting all the necessary permissions to create a WAF v2, to be able to create rules, add an S3 bucket... - I have been...

## Update - I continue working on the migration to v2, I'm unable to generate the logs on an AWS WAF v2 (it might also be due to lack of...

## Update I have been setting up a real WAF environment for log generation in the S3 bucket: - Created a new EC2 instance, adding it to a target group....

## Update - After setting up the environment, our AWS WAF v2 generated the path in our S3 bucket with the following route: ![image](https://github.com/wazuh/wazuh/assets/96108386/b991ef0f-2989-4fed-aae1-831b3a6f34b9) - Log format: ```console {"timestamp":1714735190413,"formatVersion":1,"webaclId":"arn:aws:wafv2:us-east-1:xxxxxx:regional/webacl/AWS-WAF-V2/xxxxxxx817d-f47add445857","terminatingRuleId":"Dont-allow-HTTP-GET-and-POST","terminatingRuleType":"REGULAR","action":"BLOCK","terminatingRuleMatchDetails":[],"httpSourceName":"ALB","httpSourceId":"xxxx422-app/ABL-WAF-V2/xxxxxc1b5f","ruleGroupList":[],"rateBasedRuleList":[],"nonTerminatingMatchingRules":[],"requestHeadersInserted":null,"responseCodeSent":402,"httpRequest":{"clientIp":"46.174.191.28","country":"UA","headers":[{"name":"User-Agent","value":"Mozilla/5.0 (Windows...

## Update - ### **We talked with the rest of the team about which path should be processed within `waf.py`:** - Path generated by WAF for storing records directly in...