Skip to content

Commit

Permalink
[sync] added configuration required tags (#73) (#1095)
Browse files Browse the repository at this point in the history
Co-authored-by: Ariel Ropek <[email protected]>
  • Loading branch information
Evan Gibler and arielkr256 authored Feb 8, 2024
1 parent cb8274f commit f689228
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions rules/aws_cloudtrail_rules/aws_ecr_crud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ LogTypes:
Tags:
- AWS
- Security Control
- Configuration Required
Reports:
CIS:
- 3.12
Expand Down
1 change: 1 addition & 0 deletions rules/aws_cloudtrail_rules/aws_ecr_events.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from panther_base_helpers import aws_rule_context, deep_get

# CONFIGURATION REQUIRED: Update with your expected AWS Accounts/Regions
AWS_ACCOUNTS_AND_REGIONS = {
"123456789012": {"us-west-1", "us-west-2"},
"103456789012": {"us-east-1", "us-east-2"},
Expand Down
3 changes: 2 additions & 1 deletion rules/aws_cloudtrail_rules/aws_ecr_events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ LogTypes:
Tags:
- AWS
- Security Control
- Configuration Required
Reports:
MITRE ATT&CK:
- TA0005:T1535
Severity: High
Severity: Medium
Description: An ECR event occurred outside of an expected account or region
Runbook: https://docs.aws.amazon.com/AmazonECR/latest/userguide/logging-using-cloudtrail.html
Reference: https://aws.amazon.com/blogs/containers/amazon-ecr-in-multi-account-and-multi-region-architectures/
Expand Down

0 comments on commit f689228

Please sign in to comment.