Send findings to the SecurityHub (cross account) #2299
-
Hi team, is it possible to run the prowler container in AWS Thanks for the answers |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @tomas-balaz, when Prowler sends findings to Security Hub it does it from the account that is scanning. If you want to have all centralized in Security Hub in the same account and region you need to set that up in Security Hub:
For more Prowler info on that see https://docs.prowler.cloud/en/latest/tutorials/aws/securityhub/ |
Beta Was this translation helpful? Give feedback.
Hi @tomas-balaz, when Prowler sends findings to Security Hub it does it from the account that is scanning.
If you scan account A with proper credentials like with
prowler -S -f eu-west-1
will send to the Security Hub in that account and that region. If you assume a role in othre account (account B) it will send findings to that account and region like withprowler -S -R arn:aws:iam::123456789012:role/ProwlerScanRole -f eu-west-1
being123456789012
account B.If you want to have all centralized in Security Hub in the same account and region you need to set that up in Security Hub: