Pepe Fagoaga
66d57a3d36
feat(severity): Run checks by severity ( #1223 )
2022-06-23 16:56:06 +02:00
Pepe Fagoaga
2288702d26
feat(list-services): List Prowler available services by provider ( #1222 )
2022-06-23 16:53:44 +02:00
github-actions[bot]
cdbf62a9e5
feat(regions_update): Update regions for AWS services. ( #1226 )
2022-06-23 11:20:11 +02:00
Sergio Garcia
25dc6c4a20
feat(refresh_aws_regions): Auto refresh of AWS regions for services. ( #1221 )
...
* feat(refresh_aws_regions): Auto refresh of AWS regions for services.
* Update refresh_aws_services_regions.yml
* Delete aws_regions_by_service.json
* Update refresh_aws_services_regions.yml
Co-authored-by: sergargar <sergio@verica.io >
2022-06-23 10:47:43 +02:00
Pepe Fagoaga
af2bdc37ea
fix(quit): Replace with sys.exit() ( #1220 )
2022-06-22 16:48:10 +02:00
Pepe Fagoaga
438ef9f348
feat(logger): Logs to file with custom log level ( #1217 )
2022-06-22 13:26:29 +02:00
Pepe Fagoaga
6ac6ef359f
feat(validate-metadata): Validate Check's metadata and list checks ( #1215 )
2022-06-22 10:12:55 +02:00
Pepe Fagoaga
b07b7f3f26
feat(list-groups): List available groups ( #1213 )
2022-06-22 09:59:48 +02:00
Sergio Garcia
ecefda11c7
feat(quiet): Add -q option. ( #1211 )
...
Co-authored-by: sergargar <sergio@verica.io >
2022-06-22 09:45:03 +02:00
Pepe Fagoaga
21f8f56c18
feat(exclude-groups-and-services) ( #1205 )
2022-06-21 08:05:32 +02:00
Nacho Rivera
e52ab12696
feat(global_aws_session): Global data structure for the current AWS audit ( #1212 )
...
* fix(audit info): Common data structure for current audit
* fix(iam): iam session audit fixed
* feat(aws_session): Include else block
Co-authored-by: Pepe Fagoaga <pepe@verica.io >
2022-06-21 07:53:49 +02:00
Sergio Garcia
b89b883741
feat(regions): Filter Audited Regions (-f) ( #1202 )
...
* feat(filter-regions): Added -f and ebs encryption check.
* feat(filter-regions): Added -f and ebs encryption check.
* feat(regional_clients): add regional_clients.
* fix(global variables): created global variables
* chore(role option): Mixed -A/-R option including error handling
* fix(arn): import errors from error.py file
* fix(review_comments): Review PR comments.
Co-authored-by: sergargar <sergio@verica.io >
Co-authored-by: n4ch04 <nachor1992@gmail.com >
2022-06-20 11:25:26 +02:00
Pepe Fagoaga
f694a6d12a
feat(groups): Launch specific checks from groups and services ( #1204 )
2022-06-16 13:27:25 +02:00
Pepe Fagoaga
8abcc5988d
feat(checks): Exclude checks with -e/--exclude-checks
...
* feat(checks): Select checks to run
* feat(checks): Include tests
* feat(checks): Exclude checks with -e
* fix(checks): Include missing path
* fix(checks): Include comments
2022-06-16 12:57:36 +02:00
Pepe Fagoaga
9d5e43e6a2
feat(checks): Select checks to run from provider using -C/--checks-file ( #1200 )
2022-06-16 12:49:55 +02:00
Pepe Fagoaga
162852634e
feat(checks): Select checks to run from provider using -c/--checks ( #1197 )
...
* feat(checks): Select checks to run
* Update providers/aws/services/iam/iam_disable_30_days_credentials/iam_disable_30_days_credentials.py
Co-authored-by: Sergio Garcia <38561120+sergargar@users.noreply.github.com >
2022-06-16 12:20:03 +02:00
Nacho Rivera
33c6801501
feat(core): AWS Role Assumption support ( #1199 )
...
* chore(assuming role): assume role logic and exceptions demo
* chore(exceptions): Exception handling
* fix(get_caller_identity): Deleted duplicate get_caller_identity and add info entries
* chore(creds renewal): Added support to credential renewal
* chore(assume options): Added condition for -I/-T options
* fix(typo/comments): Deleted f in logger config and comments
* chore(session_duration): limits for -T option
* fix(log messages): Changed -A/-R log messages
* fix(critical error): Errors in input options are critical
* fix(ClientError): IAM service ClientError exception support
2022-06-16 12:00:46 +02:00
Sergio Garcia
eb679f50f1
feat(reorganize_folders): Merge checks. ( #1196 )
...
Co-authored-by: sergargar <sergio@verica.io >
2022-06-14 13:10:26 +02:00
Pepe Fagoaga
36fcab17f3
feat(prowler3): pipenv usage
2022-06-14 12:51:53 +02:00
Pepe Fagoaga
b22faa01ea
feat(prowler3): first commit
2022-06-14 12:22:54 +02:00
Pepe Fagoaga
9b05a9c334
delete(prowler): Main file
2022-06-14 12:19:31 +02:00
Pepe Fagoaga
0f39ee9b34
rename(provider): keep old version
2022-06-14 12:19:10 +02:00
Pepe Fagoaga
9a0088c84e
delete(include): Old bash libraries
2022-06-14 12:15:39 +02:00
Toni de la Fuente
c533d48cf5
New folder structure phase 3
2022-05-25 16:45:23 +02:00
Toni de la Fuente
6a3ceb6bc0
New folder structure phase 2
2022-05-25 16:43:54 +02:00
Toni de la Fuente
5ad517ce83
New folder structure phase 1
2022-05-25 12:54:15 +02:00
Pepe Fagoaga
432416d09e
fix(checks): Severity for Lambda URL checks ( #1162 )
2022-05-25 12:22:42 +02:00
Pepe Fagoaga
dd7d25dc10
release: Prowler 2.10 ( #1161 )
2022-05-25 12:03:05 +02:00
Pepe Fagoaga
24c60a0ef6
fix(checks): Handle AWS Gov Cloud regions ( #1160 )
2022-05-25 12:01:58 +02:00
Andrea Di Fabio
f616c17bd2
feat(new): New custom check extra9999 to build a custom check on the fly ( #1103 )
2022-05-25 09:16:36 +02:00
Pepe Fagoaga
5628200bd4
fix(remediation): Fix remediation fields for checks ( #1157 )
2022-05-23 15:48:26 +02:00
Pepe Fagoaga
ae93527a6f
fix(BucketLocation): Recover bucket policy using the right region endpoint ( #1156 )
2022-05-23 15:45:30 +02:00
Pepe Fagoaga
2939d5cadd
feat(lambda-function): Checks for misconfigured function's URLs ( #1148 )
2022-05-23 10:46:19 +02:00
Pepe Fagoaga
e2c7bc2d6d
fix(IllegalLocationConstraintException): Recover bucket policy using the right region endpoint ( #1155 )
2022-05-23 09:37:46 +02:00
Nacho Rivera
f4bae78730
Timestamp to date casting issues solved ( #1154 )
...
* fix(date): Deleted @ char before date argument
* fix(date): Use @ only when input is epoch
2022-05-23 09:28:56 +02:00
1vicente
d307898289
Update README.md ( #1153 )
...
pretty README.md
2022-05-19 12:14:11 +02:00
Pepe Fagoaga
879ac3ccb1
fix(actions): Ignore changes on Readme ( #1149 )
2022-05-17 16:09:55 +02:00
Sergio Garcia
cd41e73cbe
fix(readme): Correct permissions for DynamoDB allowlist ( #1147 )
2022-05-17 12:33:49 +02:00
Pepe Fagoaga
47f1ca646e
fix(typo): ArtifactBucket tags ( #1145 )
2022-05-17 09:08:11 +02:00
Charles Josiah Rusch Alandt
a18b18e530
K8s cronjob sample files ( #1140 )
2022-05-16 10:58:50 +02:00
Pepe Fagoaga
4d1ffbb652
fix(actions): tag and push ( #1142 )
2022-05-13 11:20:30 +02:00
Pepe Fagoaga
13423b137e
fix(actions): Include AWS region ( #1141 )
...
* fix(actions): Include AWS regions
* fix(zip): Quiet output
2022-05-13 10:13:03 +02:00
Sergio Garcia
d60eea5e2f
fix(copyToS3): Upload to S3 only when indicated ( #1134 )
...
Co-authored-by: sergargar <sergio@verica.io >
2022-05-12 17:30:49 +02:00
Pepe Fagoaga
39c7d3b69f
fix(typo) ( #1139 )
2022-05-12 17:28:30 +02:00
Pepe Fagoaga
2de04f1374
fix(actions): Job permissions ( #1138 )
2022-05-12 17:24:15 +02:00
Pepe Fagoaga
5fb39ea316
fix(actions): Trigger on PR ( #1136 )
...
* fix(actions): Include checkout
* fix(actions): version name
* fix(actions): fix branch
* fix(actions): version name
* fix(actions): PR trigger
2022-05-12 17:20:11 +02:00
Pepe Fagoaga
55640ecad2
fix(actions): Github token permissions ( #1135 )
2022-05-12 16:46:06 +02:00
Pepe Fagoaga
69d3867895
feat(actions): Upload Prowler containers to registries ( #1132 )
...
* feat(actions): Upload Prowler latest to dockerhub
* feat(upload-container): Action to Public Registries
* feat(upload-container): Include env secrets
* feat(actions): Include Docker linters
* feat(linters): include pre-commit
* fix(names)
2022-05-12 16:37:46 +02:00
Sergio Garcia
210f44f66f
fix(custom-file-in-bucket): Custom file names are also support for S3 output. ( #1129 )
2022-05-11 10:16:29 +02:00
Sergio Garcia
b78e4ad6a1
fix(allowlist_db): Improve DynamoDB regex for allowlisting. ( #1127 )
2022-05-06 13:46:53 +02:00