Skip to content

Instantly share code, notes, and snippets.

@nbeguier
Created November 27, 2020 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nbeguier/c61c049724559d15653853bc4de809a8 to your computer and use it in GitHub Desktop.
Save nbeguier/c61c049724559d15653853bc4de809a8 to your computer and use it in GitHub Desktop.
AWS Tower - scan brief medium
$ ./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