Security Projects - Add Alerting and IAM

This commit is contained in:
Jacob Silva 2021-07-15 11:59:25 -04:00
parent 97d1a3b8c5
commit 85fac056e5

View File

@ -16,6 +16,7 @@
* [Labs](#labs) * [Labs](#labs)
* [Certifications](#certifications) * [Certifications](#certifications)
* [Projects](#projects) * [Projects](#projects)
* [Alerting](#alerting)
* [Benchmarking](#benchmarking) * [Benchmarking](#benchmarking)
* [Data Loss Prevention](#data-loss-prevention) * [Data Loss Prevention](#data-loss-prevention)
* [Identity and Access Mangement](#identity-and-access-management) * [Identity and Access Mangement](#identity-and-access-management)
@ -64,13 +65,19 @@
* [AWS Security](https://aws.amazon.com/blogs/security/) * [AWS Security](https://aws.amazon.com/blogs/security/)
### Podcasts ### Podcasts
## Projects ## 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 ### Benchmarking
* [AWS Security Benchmark](https://github.com/awslabs/aws-security-benchmark) * [AWS Security Benchmark](https://github.com/awslabs/aws-security-benchmark)
### Data Loss Prevention ### Data Loss Prevention
* [Git Secrets by awslabs](https://github.com/awslabs/git-secrets) * [Git Secrets by awslabs](https://github.com/awslabs/git-secrets)
### Identity and Access Management ### Identity and Access Management
* [Aardvark by Netflix](https://github.com/Netflix-Skunkworks/aardvark) * [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) * [Repokid by Netflix](https://github.com/Netflix/Repokid)
* [Policy Sentry by Salesforce](https://github.com/salesforce/policy_sentry/)
### Spring ### Spring
* [Spring Cloud Security](https://github.com/dschadow/CloudSecurity) * [Spring Cloud Security](https://github.com/dschadow/CloudSecurity)
## Examples ## Examples