awslabs / amazon-inspector-finding-forwarder

Python scripts to run in AWS Lambda to process findings from Amazon Inspector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AmazonInspectorLambdaFindingProcessor

This script is designed to run in AWS Lambda and will not work elsewhere.

When properly configured, the script receives findings (JSON-formatted security issue notifications) from the Amazon Inspector service in AWS, via SNS, and then formats and forwards them to a destination email address of your choice.

You MUST change the value of DEST_EMAIL_ADDR in line 13, or the script will not work.

The script and necessary configuration are described in the following blog post: https://aws.amazon.com/blogs/aws/scale-your-security-vulnerability-testing-with-amazon-inspector

About

Python scripts to run in AWS Lambda to process findings from Amazon Inspector

License:Apache License 2.0


Languages

Language:Python 100.0%