Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awslabs/amazon-inspector-finding-forwarder
Python scripts to run in AWS Lambda to process findings from Amazon Inspector
https://github.com/awslabs/amazon-inspector-finding-forwarder
Last synced: 5 days ago
JSON representation
Python scripts to run in AWS Lambda to process findings from Amazon Inspector
- Host: GitHub
- URL: https://github.com/awslabs/amazon-inspector-finding-forwarder
- Owner: awslabs
- License: apache-2.0
- Created: 2016-07-16T02:36:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T22:29:05.000Z (over 6 years ago)
- Last Synced: 2024-08-01T10:16:14.861Z (3 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 38
- Watchers: 8
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cloud-security - AWS Inspector Lambda Finding Processor
README
# 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