Skip to content

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

License

Notifications You must be signed in to change notification settings

sunsunny-hub/amazon-inspector-finding-forwarder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%