Skip to content

Releases: prowler-cloud/prowler

Prowler 3.5.1 - Dune (To Tame a Land)

16 May 09:16
Compare
Choose a tag to compare

Fixes

Dependencies

Chores

  • chore(regions_update): Changes in regions for AWS services. by @sergargar in #2350
  • chore(regions_update): Changes in regions for AWS services. by @sergargar in #2353

Full Changelog: 3.5.0...3.5.1

Prowler 3.5.0 - Dune (To Tame a Land)

11 May 14:20
Compare
Choose a tag to compare

I like the story behind this Iron Maiden song. Enjoy Prowler 3.5.0 - Dune!

New features to highlight in this version:

🥳 Slack integration:

  • Prowler now supports Slack integrations! Send a summary of the execution with a Slack APP in your channel, see more in our Integrations Docs

image

9 new checks for AWS:

  • New services covered like FMS and NetworkFirewall, additional checks for AutoScaling, Organizations, RDS, Route53, S3, SSM Incidents and Workspaces.
  • New important checks:
    • iam_role_cross_account_readonlyaccess_policy Ensure IAM Roles do not have ReadOnlyAccess access for external AWS accounts
    • route53_dangling_ip_subdomain_takeover Check if Route53 Records contains dangling IPs (based on https://github.com/assetnote/ghostbuster)
  • See all checks withprowler aws --list-checks

🔨 Allowlist improvements:

  • You can allowlist an specific service and include regex expressions in the tags, see more in our Allowlist Docs

What's Changed:

Features

  • feat(allowlist): allowlist a specific service by @sergargar in #2331
  • feat(allowlist): Support regexes in Tags to allow "or"-like conditional matching by @kppullin in #2300
  • feat(autoscaling): new check autoscaling_group_multiple_az by @gabrielsoltz in #2273
  • feat(FMS): New Service FMS and Check fms_accounts_compliant by @gabrielsoltz in #2259
  • feat(iam): add iam_role_cross_account_readonlyaccess_policy check by @sergargar in #2312
  • feat(NetworkFirewall): New Service and Check by @gabrielsoltz in #2261
  • feat(Organizations): New check organizations_tags_policies_enabled_and_attached by @gabrielsoltz in #2287
  • feat(pre-commit): added trufflehog to pre-commit by @n4ch04 in #2311
  • feat(rds): new check rds_instance_deprecated_engine_version by @pedromarting3 in #2298
  • feat(route53): add route53_dangling_ip_subdomain_takeover check by @sergargar in #2288
  • feat(s3): add s3_bucket_object_lock check by @sergargar in #2274
  • feat(slack): add Slack App integration by @sergargar in #2305
  • feat(ssmincidents): Use regional_client region instead of audit_profile region by @gabrielsoltz in #2306
  • feat(workspaces): New check workspaces_vpc_2private_1public_subnets_nat by @gabrielsoltz in #2286

Fixes

Chores

Dependencies

New Contributors

Full Changelog: 3.4.1...3.5.0

Prowler 3.4.1 - Still Life

25 Apr 11:46
Compare
Choose a tag to compare

Fixes

  • fix(iam_role_cross_service_confused_deputy_prevention): avoid service linked roles by @sergargar in #2249
  • fix(version): execute check current version function only when -v by @sergargar in #2263
  • fix(log_group_retention): handle log groups that never expire by @jfagoagas in #2272

Chores

  • chore(test): add rds_instance_transport_encrypted test by @sergargar in #2252
  • chore(regions_update): Changes in regions for AWS services. by @sergargar in #2251
  • chore(regions_update): Changes in regions for AWS services. by @sergargar in #2258
  • chore(test): add CloudWatch and Logs tests by @sergargar in #2264

Builds

Full Changelog: 3.4.0...3.4.1

Prowler 3.4.0 - Still Life

20 Apr 13:25
Compare
Choose a tag to compare

Take a look in the pool and what do you see
In the dark depths there faces beckoning me
Can't you see them it's plain for all to see
They were there oh I know you don't believe me

Still Life is one of those jewels that Iron Maiden has (well… aren’t jewels all their songs? 😉) and it is so good that they also included it in their live double vhs/dvd/cd/lp called “Maiden England” back in 1988. The song is based on a book from Ramsey Campbell called "The Inhabitant of the lake and less welcome tenants”, and it is about somebody that see ghosts in the bottom of a lake and gets crazy about that. They are like cloud security vulnerabilities, they are everywhere and seems to be hard to beat them. Listen to the song here 🔥Still Life🔥 while hardening and reading below what we did.

A brand new version of Prowler 3.4.0 at your command! This version won’t make your ghosts to disappear but will help you to put them in their place and in line to start the journey of getting rid of them. Time to shine up your boots with pip install prowler --upgrade.

New features to highlight in this version:

☁️ New support for Google Cloud with 43 checks!:

  • GCP services covered: IAM, BigQuery, CloudSQL, CloudStorage, Compute, KMS and Logging.
  • Run prowler gcp --list-checks for details and visit our Prowler GCP documentation here.

21 new checks for AWS:

  • New services covered like Organizations best practices, SSM Incidents, Resource Explorer, Backup, additional checks for CloudTrail, ECR scan on push check updated, GuardDuty, VPC best practices, IAM (see these ones that will help you a lot!) thanks to @gabrielsoltz
  • Watch out! iam_policy_no_administrative_privileges has been renamed to iam_customer_unattached_policy_no_administrative_privileges
  • New important IAM checks:
    • [iam_aws_attached_policy_no_administrative_privileges] Ensure IAM AWS-Managed policies that allow full ":" administrative privileges are not attached - iam [high]
    • [iam_customer_attached_policy_no_administrative_privileges] Ensure IAM Customer-Managed policies that allow full ":" administrative privileges are not attached - iam [high]
    • [iam_customer_unattached_policy_no_administrative_privileges] Ensure IAM policies that allow full ":" administrative privileges are not created - iam [low]
  • See all checks withprowler aws --list-checks

📊 New html report for Azure and GCP:

  • When running Azure or GCP checks, html report is now also created for you to enjoy them during your security assessments.

⚙️ Custom checks now supported:

  • You can create your custom checks inside Prowler or in your custom folders following our Developer Guide and a Tutorial about it here, new option -x/--checks-folder for your custom checks.

🏷️ Resource Tags supported in Allow list:

What's Changed:

Features

Fixes

  • fix(audit_info): Azure subscriptions parsing error by @n4ch04 in #2147
  • fix(aws_provider): Fix assessment session name by @jfagoagas in #2132
  • fix(azure output): Change default values of audit identity metadata by @n4ch04 in #2144
  • fix(brew): Move brew formula action to the bottom by @sergargar in #2135
  • fix(cloudformation): Handle ValidationError by @jfagoagas in #2166
  • fix(dax): Call list_tags using the cluster ARN by @jfagoagas in #2167
  • fix(defender service): Retrieve key dicts with get by @n4ch04 in #2129
  • fix(delete check): Delete check ec2.._in_use_without_ingrgess_filtering by @n4ch04 in #2148
  • fix(docs): Check extra_742 name adjusted in the V2 to V3 mapping by @cerontrustly in #2154
  • fix(elb-test): Use a mocked current audit info by @jfagoagas in #2207
  • fix(elbv2 desync check): Mixed elbv2 desync and smuggling by @n4ch04 in #2171
  • fix(errors): Solve ECR and CodeArtifact errors by @sergargar in #2239
  • fix(gcp): Handle error when Project ID is None by @sergargar in #2130
  • fix(global services): Fix global services region by @n4ch04 in #2203
  • fix(iam): Handle LimitExceededException when calling generate_credential_report by @jfagoagas in #2168
  • fix(iam): Handle no display name error in service account by @sergargar in #2176
  • fix(iam tests): Mock audit_info object by @sergargar in #2226
  • fix(iam_policy_no_administrative_privileges): Check attached policies and AWS-Managed by @sergargar in #2200
  • fix(kms): Handle empty principal error by @sergargar in #2192
  • fix(logging): Add default resource id when no resources by @sergargar in #2177
  • fix(output bucket): Solve IsADirectoryError using compliance flag by @sergargar in #2121
  • fix(pipeline build): Fix wording when build and push by @n4ch04 in #2169
  • fix(pypi): Set base branch when updating release version by @jfagoagas in #2152
  • fix(quickinventory): AttributError when creating inventory table by @bnugent in #2122
  • fix(rds): Handle DBSnapshotNotFound by @jfagoagas in #2165
  • fix(readme): Add GCP provider to README introduction by @sergargar in #2143
  • fix(redshift): correct description in redshift_cluster_automatic_upgrades by @rubtoa #2246
  • fix(resourceexplorer2): Solve test and region by @sergargar in #2206
  • fix(resource_not_found): Handle error by @jfagoagas in #2136
  • fix(rds): exclude Aurora in rds_instance_transport_encrypted check by @sergargar #2245
  • fix(s3): Handle if ignore_public_acls is None by @jfagoagas in #2128
  • fix(secretsmanager_automatic_rotation_enabled): Improve description for Secrets Manager secret rotation by @visit1985 in #2156
  • fix(ssm): Handle ValidationException when retrieving documents by @jfagoagas in #2146
  • fix(test): Call cloudtrail_s3_dataevents_write_enabled check by @jfagoagas in #2204
  • fix(test): Mock audit info in services #2208 #2210 #2211 http...
Read more

Prowler 3.3.4 - Sun and Steel [HOTFIX]

05 Apr 11:56
Compare
Choose a tag to compare

Fixes

  • fix(docs): check extra_742 name adjusted in the V2 to V3 mapping by @cerontrustly in #2154
  • fix(secretsmanager_automatic_rotation_enabled): Improve description for Secrets Manager secret rotation by @visit1985 in #2156
  • fix(rds): Handle DBSnapshotNotFound by @jfagoagas in #2165
  • fix(cloudformation): Handle ValidationError by @jfagoagas in #2166
  • fix(iam): Handle LimitExceededException when calling generate_credential_report by @jfagoagas in #2168
  • fix(dax): Call list_tags using the cluster ARN by @jfagoagas in #2167
  • fix(pipeline build): fixed wording when build and push by @n4ch04 in #2169
  • fix(elbv2 desync check): Mixed elbv2 desync and smuggling by @n4ch04 in #2171

Chores

Dependencies

New Contributors

Full Changelog: 3.3.2...3.3.3

Prowler 3.3.3 - Sun and Steel

05 Apr 10:58
Compare
Choose a tag to compare

Fixes

  • fix(docs): check extra_742 name adjusted in the V2 to V3 mapping by @cerontrustly in #2154
  • fix(secretsmanager_automatic_rotation_enabled): Improve description for Secrets Manager secret rotation by @visit1985 in #2156
  • fix(rds): Handle DBSnapshotNotFound by @jfagoagas in #2165
  • fix(cloudformation): Handle ValidationError by @jfagoagas in #2166
  • fix(iam): Handle LimitExceededException when calling generate_credential_report by @jfagoagas in #2168
  • fix(dax): Call list_tags using the cluster ARN by @jfagoagas in #2167
  • fix(pipeline build): fixed wording when build and push by @n4ch04 in #2169
  • fix(elbv2 desync check): Mixed elbv2 desync and smuggling by @n4ch04 in #2171

Chores

Dependencies

New Contributors

Full Changelog: 3.3.2...3.3.3

Prowler 3.3.2 - Sun and Steel [HOTFIX]

30 Mar 08:17
Compare
Choose a tag to compare

Fixes

Full Changelog: 3.3.1...3.3.2

Prowler 3.3.1 - Sun and Steel

30 Mar 07:48
Compare
Choose a tag to compare

Fixes

  • fix(output bucket): solve IsADirectoryError using compliance flag by @sergargar in #2121
  • fix(quickinventory): AttributError when creating inventory table by @bnugent in #2122
  • fix(aws_provider): Fix assessment session name by @jfagoagas in #2132
  • fix(brew): move brew formula action to the bottom by @sergargar in #2135
  • fix(s3): handle if ignore_public_acls is None by @jfagoagas in #2128
  • fix(defender service): retrieving key dicts with get by @n4ch04 in #2129
  • fix(resource_not_found): Handle error by @jfagoagas in #2136
  • fix(readme): add GCP provider to README introduction by @sergargar in #2143
  • fix(azure output): change default values of audit identity metadata by @n4ch04 in #2144
  • fix(delete check): delete check ec2.._in_use_without_ingrgess_filtering by @n4ch04 in #2148
  • fix(audit_info): azure subscriptions parsing error by @n4ch04 in #2147
  • fix(ssm): Handle ValidationException when retrieving documents by @jfagoagas in #2146
  • chore(regions_update): Changes in regions for AWS services. by @sergargar in #2149

Chores

Docs

Dependencies

New Contributors

Full Changelog: 3.3.0...3.3.1

Prowler 3.3.0 - Sun and Steel

16 Mar 17:31
Compare
Choose a tag to compare

Through earth and water, fire and wind
You came at last, nothing was the end...

As this series of Prowler versions, Sun and Steel is a song part of Piece of Mind album of Iron Maiden. In this side of the world (north hemisphere), spring is about to start and this song is about Sun (and Steel) so here you go! 🤘🏽See below the amazing new features we have added to Prowler 3.3.0 🔥Sun and Steel🔥

New features to highlight in this version:

🏷️ Resource Tags everywhere:

  • Now all findings outputs like HTML, CSV and JSON for AWS provider contains every resource tags.
    Screenshot 2023-03-16 at 18 17 13

⚖️ Compliance everywhere:

  • Now all findings in outputs like HTML, CSV and JSON contains any security framework related to the finding.
    Screenshot 2023-03-16 at 18 17 23

🛡️ Security Hub integration with compliance from Prowler:

  • All findings sent to Security Hub include their compliance information and all frameworks that they belongs to. This allow user to filter by Compliance Associated Standards ID and others and take advantage of all new supported frameworks in Prowler:
    Screenshot 2023-03-16 at 18 25 37

📊 New inventory output include regions:

  • When running Prowler Quick Inventory (prowler -i) the output is as nice as this one:

Screenshot 2023-03-16 at 18 25 07

3 new checks:

  • s3_bucket_level_public_access_block
  • rds_instance_transport_encrypted - this is valid so far only for Postgresql and MS SQL Server
  • cloudwatch_log_group_no_secrets_in_logs

What's Changed:

  • feat(templates): New versions of issues and fr templates by @n4ch04 in #2072
  • feat(tags): add resource tags by @sergargar in #2020
  • feat(s3_bucket_level_public_access_block): new check by @sergargar in #1953
  • feat(rds_instance_transport_encrypted): add new check by @sergargar in #1963
  • feat(quick_inventory): add regions to inventory table by @sergargar in #2026
  • feat(new_check): cloudwatch_log_group_no_secrets_in_logs by @Fennerr in #1980
  • feat(lambda_cloudtrail check): improved logic and status extended by @n4ch04 in #2092
  • feat(inventory): add tags to quick inventory by @sergargar in #2051
  • feat(encryption): add new encryption category by @sergargar in #1999
  • feat(dispatch): add tag info to dispatch by @n4ch04 in #2002
  • feat(compliance): add compliance field to HTML, CSV and JSON outputs including frameworks and reqs by @sergargar in #2060
  • feat(SecurityHub): add compliance details to Security Hub findings by @sergargar in #2100

Fixes:

  • fix(windows-path): --list-services bad split by @garym-krrv in #2028
  • fix(ulimit): handle low ulimit OSError by @sergargar in #2042
  • fix(ulimit check): test only when platform is not windows by @n4ch04 in #2094
  • fix(quick inventory): add non-tagged s3 buckets to inventory by @sergargar in #2041
  • fix(providers): Move provider's logic outside main by @jfagoagas in #2043
  • fix(iam): pydantic migration and reformat logic service by @n4ch04 in #2010
  • fix(head): Pass head commit to dispatch action by @n4ch04 in #2022
  • fix(emr): solve emr_cluster_publicly_accesible error by @sergargar in #2086
  • fix(emr): KeyError EmrManagedSlaveSecurityGroup by @jfagoagas in #2000
  • fix(ec2_securitygroup_allow_wide_open_public_ipv4): correct check title by @sergargar in #2101
  • fix(ec2): avoid terminated instances by @sergargar in #2063
  • fix(compliance): add check to 2.1.5 CIS by @sergargar in #2077
  • fix(cloudwatch): solve inexistent filterPattern error by @sergargar in #2087
  • fix(cloudtrail): list tags only in owned trails by @sergargar in #2025
  • fix(check): change cloudformation_outputs_find_secrets name by @sergargar in #2027
  • fix(bug_report): typo in bug reporting template by @jfagoagas in #2078
  • fix(bug_report): Update wording by @jfagoagas in #2074
  • fix(awslambdacloudtrail): include advanced event and all lambdas in check by @n4ch04 in #1994
  • fix(actions): fixed dispatch commit message by @n4ch04 in #2023
  • fix(actions): Typo push should be true by @jfagoagas in #2019
  • fix(actions): Stop using github storage by @jfagoagas in #2016

Documentation and other updates

New Contributors

Full Changelog: 3.2.4...3.3.0

Prowler 3.2.4 - Quest for Fire [HOTFIX]

27 Feb 13:17
Compare
Choose a tag to compare

Fixes

  • fix(compliance): solve AWS compliance directory path by @sergargar in #1987
  • fix(pypi-release.yml): create PR before replicating by @sergargar in #1986

Full Changelog: 3.2.3...3.2.4