Created
November 27, 2020 16:09
-
-
Save nbeguier/c61c049724559d15653853bc4de809a8 to your computer and use it in GitHub Desktop.
AWS Tower - scan brief medium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./aws_tower_cli.py scan my-aws-account-profile --min-severity medium --brief | |
{ | |
"vpc-1234567980": { | |
"main-vpc-private-lb": [ | |
{ | |
"ELBV2: internal-patrowl-manager-lb-20201127.eu-west-1.elb.amazonaws.com": [ | |
"medium: DnsRecord: patrowl.my-private-domain.com." | |
] | |
} | |
], | |
"main-vpc-public": [ | |
{ | |
"[Public] EC2: custom-nginx": [ | |
"high: [sg-1245] Allow connection to specific port (or range) from public network (0.0.0.0/0=>80)", | |
"high: [sg-1245] Allow connection to specific port (or range) from public network (89.9.9.9/32=>22)" | |
"high: [sg-1245] Allow connection to specific port (or range) from public network (0.0.0.0/0=>9000)" | |
] | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment