From 85fac056e5db4dfc4c96244dc1519d3736ee120e Mon Sep 17 00:00:00 2001 From: Jacob Silva Date: Thu, 15 Jul 2021 11:59:25 -0400 Subject: [PATCH] Security Projects - Add Alerting and IAM --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a54c1a2..b1855d4 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ * [Labs](#labs) * [Certifications](#certifications) * [Projects](#projects) + * [Alerting](#alerting) * [Benchmarking](#benchmarking) * [Data Loss Prevention](#data-loss-prevention) * [Identity and Access Mangement](#identity-and-access-management) @@ -64,13 +65,19 @@ * [AWS Security](https://aws.amazon.com/blogs/security/) ### Podcasts ## Projects +### Alerting +* [411 by Etsy](https://github.com/etsy/411) +* [ElastAlert by Yelp](https://github.com/Yelp/elastalert) +* [StreamAlert by Airbnb](https://github.com/airbnb/streamalert) ### Benchmarking * [AWS Security Benchmark](https://github.com/awslabs/aws-security-benchmark) ### Data Loss Prevention * [Git Secrets by awslabs](https://github.com/awslabs/git-secrets) ### Identity and Access Management * [Aardvark by Netflix](https://github.com/Netflix-Skunkworks/aardvark) +* [ConsoleMe by Netflix](https://github.com/Netflix/consoleme) * [Repokid by Netflix](https://github.com/Netflix/Repokid) +* [Policy Sentry by Salesforce](https://github.com/salesforce/policy_sentry/) ### Spring * [Spring Cloud Security](https://github.com/dschadow/CloudSecurity) ## Examples