wazuh / wazuh

Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads.
https://wazuh.com/
Other
9.64k stars 1.52k forks source link

Missing regions in aws-s3 script #2527

Open spartantri opened 5 years ago

spartantri commented 5 years ago

|Wazuh version|Install type|Install method|Platform| |3.8.2|Manager|Packages|RH7| | X.Y.Z-rev | Manager/Agent | Packages/Sources | OS version |

Hi, the aws-s3 wodles script is missing several regions: eu-north-1 eu-west-3 eu-west-2 sa-east-1 ca-central-1 ap-southeast-1

druizz90 commented 5 years ago

Hi @spartantri,

These regions only affects to Inspector service: https://github.com/wazuh/wazuh/blob/3.9/wodles/aws/aws_s3.py#L2178-L2182

You can see that these regions are the regions supported by this service in this links:

https://docs.aws.amazon.com/inspector/latest/userguide/inspector_supported_os_regions.html

This does not affect to the other services.

Best regards,

Demetrio.