-
Couldn't load subscription status.
- Fork 1.2k
Feature/AWS Standard ARN Keys #733
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@JJmako updated description to make it easier to track progress. Also don't forget to add the fields to the HTML partials. |
| <ul> | ||
| <li class="list-group-item-text">Id: {{id}}</li> | ||
| <li class="list-group-item-text">ID: {{id}}</li> | ||
| <li class="list-group-item-text">ARN: {{arn}}</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JJmako here's an example of adding the ARN to the "partial" that gets displayed in the report. All you need to do once the ARN is implemented in the parsing is add a line like this one to the partial so it shows up in the report.
There are a few partials (like the one for elasticache clusters - https://github.com/nccgroup/ScoutSuite/blob/master/ScoutSuite/output/data/html/partials/aws/services.elasticache.regions.id.vpcs.id.clusters.html) which uses an old generic template, for those you won't need to do anything.
- AWS Lambda function - CloudFormation stack - EC2 security group - Route53 domain
- ELB loadbalancer - ELBv2 loadbalancer - RDS instance - S3 bucket
- EC2 instance - VPC vpc
- Redshift parameter group and cluster - SES identity
|
@lowSoA please merge |
Codecov Report
@@ Coverage Diff @@
## develop #733 +/- ##
===========================================
- Coverage 66.53% 65.61% -0.93%
===========================================
Files 22 22
Lines 1539 1582 +43
===========================================
+ Hits 1024 1038 +14
- Misses 515 544 +29
Continue to review full report at Codecov.
|
…group/ScoutSuite into feature/511-ARN-standard-key
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small comment to be addressed. However, this should be ready to merge.
# Conflicts: # ScoutSuite/providers/aws/resources/ec2/ami.py
Description
Add ARN processing and show in HTML report for:
Following the nomenclature from:
https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
Fixes #511
Type of change
Select the relevant option(s):
Checklist: