INACTIVE - http://mzl.la/ghe-archive - A simple CloudFormation template to transform GuardDuty events into Mozlla MozDef standard format.
65aa590a92 | ||
---|---|---|
cloudformation | ||
gd2md | ||
tests | ||
.gitignore | ||
LICENSE | ||
README.md | ||
requirements.txt |
README.md
amazon-guardduty-to-mozdef
Demonstrates sending Amazon GuardDuty findings to MozDef
Prerequisites:
You must have your own instance of MozDef from Mozilla
https://github.com/mozilla/mozdef
Step 1:
Use the CloudFormation service to execute the gd2md.template in this repository
- Add the minimum severity - example HIGH would only send high severity findings, LOW sends all findings
- Acknowledge that the template will create IAM resources and execute it
Thats it! The template will run for about 5 minutes and you are ready to go.
To test the template be sure that you have GuardDuty enabled in the same region. You can then generate some sample findings. In a few minutes, you should see the findings showing up in the SQS created by the template.
Developing
Full test coverage has been provided. From the root of the project simply:
- Create a python3 virtual env.
- Source that and
pip3 install -r requirements.txt
- Run
nosetest --with-watch tests/
- Dev until content.
License
This application is distributed under the Mozilla Public License.