All Projects â†’ z0ph â†’ Aws Security Toolbox

z0ph / Aws Security Toolbox

Licence: apache-2.0
AWS Security Tools (AST) in a simple Docker container. 📦

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Aws Security Toolbox

Aws Csa Pro 2019
AWS Certified Solution Architect Professional (SAP-C01)
Stars: ✭ 143 (-40.66%)
Mutual labels:  aws, amazon-web-services
Complete Aws Iam Reference
Complete AWS IAM Reference
Stars: ✭ 236 (-2.07%)
Mutual labels:  aws, amazon-web-services
Aws Sdk Perl
A community AWS SDK for Perl Programmers
Stars: ✭ 153 (-36.51%)
Mutual labels:  aws, amazon-web-services
Aws Appsync Rds Aurora Sample
An AWS AppSync Serverless resolver for the Amazon Aurora relational database.
Stars: ✭ 122 (-49.38%)
Mutual labels:  aws, amazon-web-services
Aws Cf Templates
A cloudonaut.io project. Engineered by widdix.
Stars: ✭ 2,399 (+895.44%)
Mutual labels:  aws, amazon-web-services
Amazon Transcribe Websocket Static
A static site demonstrating real-time audio transcription via Amazon Transcribe over a WebSocket.
Stars: ✭ 136 (-43.57%)
Mutual labels:  aws, amazon-web-services
Cognito Express
Authenticates API requests on a Node application by verifying the JWT signature of AccessToken or IDToken generated by Amazon Cognito.
Stars: ✭ 165 (-31.54%)
Mutual labels:  aws, amazon-web-services
Perun
A command-line validation tool for AWS Cloud Formation that allows to conquer the cloud faster!
Stars: ✭ 82 (-65.98%)
Mutual labels:  aws, amazon-web-services
Learn Cloudformation
Learn how to use Infrastructure as Code on AWS with the help of CloudFormation.
Stars: ✭ 191 (-20.75%)
Mutual labels:  aws, amazon-web-services
Ssm Cache Python
AWS System Manager Parameter Store caching client for Python
Stars: ✭ 177 (-26.56%)
Mutual labels:  aws, amazon-web-services
Amazon Guardduty Hands On
This repo can be used to quickly get hands on experience with Amazon GuardDuty by guiding you through enabling the detector, generating a variety of findings, and remediating those findings with Lambda functions.
Stars: ✭ 115 (-52.28%)
Mutual labels:  aws, amazon-web-services
Docs
Rapid CloudFormation: Modular, production ready, open source.
Stars: ✭ 209 (-13.28%)
Mutual labels:  aws, amazon-web-services
Athena Express
athena-express makes it easier to execute SQL queries on Amazon Athena by chaining together a bunch of methods in the AWS SDK. This allows you to execute SQL queries AND fetch JSON results in the same synchronous call - well suited for web applications.
Stars: ✭ 111 (-53.94%)
Mutual labels:  aws, amazon-web-services
Code2
Code of Amazon Web Services in Action, Second Edition
Stars: ✭ 138 (-42.74%)
Mutual labels:  aws, amazon-web-services
Aws Sdk Arduino
An experimental SDK for working with AWS Services on Arduino-compatible devices. Currently has support for DynamoDB and Kinesis.
Stars: ✭ 90 (-62.66%)
Mutual labels:  aws, amazon-web-services
Autospotting
Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.
Stars: ✭ 2,014 (+735.68%)
Mutual labels:  aws, amazon-web-services
Cognitocurl
🦉🤖Easily sign curl calls to API Gateway with Cognito authorization token.
Stars: ✭ 76 (-68.46%)
Mutual labels:  aws, amazon-web-services
Deploy Spring Boot Aws Eb
Deploying Spring Boot Apps to AWS using Elastic Beanstalk
Stars: ✭ 79 (-67.22%)
Mutual labels:  aws, amazon-web-services
Python Aws S3
Demo of AWS S3 Walkthrough using Python
Stars: ✭ 169 (-29.88%)
Mutual labels:  aws, amazon-web-services
Aws Workshop For Kubernetes
AWS Workshop for Kubernetes
Stars: ✭ 2,450 (+916.6%)
Mutual labels:  aws, amazon-web-services

AWS Security Toolbox (AST) 🔒

This toolbox will bring to you all necessary apps and tooling as a simple portable and preinstalled Docker container for SecOps on AWS, especially for auditing and assessments purpose.

This will reduce the overhead and the headache of installation these tools and dependencies.

Included Tools

Getting Started

Optional (host machine)

Requirements

  • docker macOS or Linux
  • awscli installed & configured
  • create .env file before building your Docker image locally (see .env.example) to set your DEFAULT_AWS_REGION and PROFILE_NAME (for aws-vault)

Usage

Clone the repository:

    $ git clone https://github.com/z0ph/aws-security-toolbox.git

There is two options to use this toolbox,

  • Option #1 (Interactive), you are using local awscli with ~/.aws/credentials populated.
  • Option #2 (aws-vault), you want to use your local aws-vault installation.

Info: Working directory within the container: /opt/secops

Option 1 (Interactive)

    $ ./ast.sh login

When you are logged into the shell of the container in interactive mode (-it), you will be able to perform your audit/assessment with confidence thanks to pre-populated tools.

Example:

    $ ./opt/secops/prowler/prowler -b | ansi2html -la > /tmp/prowler-report.html

nb: /tmp is mapped to your own (host machine) /tmp folder.

Option 2 (aws-vault)

    $ ./ast.sh exec /opt/secops/prowler/prowler -b -s > report-prod.txt 

nb: if you are not using default aws-vault profile name, please modify options in ast.sh

Optional

if you want to build your own container locally to get latest updates from tools maintainers, run the following command.

    $ make build

License

This project is licensed under the MIT License - see the LICENSE file for details

Authors

  • Victor GRENU - Initial work - zoph.io
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].