Compare commits

...

3 Commits

Author SHA1 Message Date
Ramanan Ravikumar 6842b21516
Merge d5e168e14c into 35ebc629eb 2024-02-23 08:51:10 -07:00
Philippe Lagadec 35ebc629eb
Added ReynardSec - Docker Hardening, closes #110 2024-02-23 09:53:28 +01:00
Ramanan Ravikumar d5e168e14c
Add ThreatMapper 2022-06-29 12:33:14 +05:30
1 changed files with 2 additions and 0 deletions

View File

@ -190,6 +190,7 @@ See also [Active Directory](#active-directory) and [ADFS](#adfs) below.
- [Kubernetes Role Based Access Control Good Practices](https://kubernetes.io/docs/concepts/security/rbac-good-practices/)
- [Kubernetes Multi-tenancy](https://kubernetes.io/docs/concepts/security/multi-tenancy/)
- [Kubernetes blog - A Closer Look at NSA/CISA Kubernetes Hardening Guidance](https://kubernetes.io/blog/2021/10/05/nsa-cisa-kubernetes-hardening-guidance/#building-secure-container-images)
- [ReynardSec - Docker Security Step-by-Step Hardening (Docker Hardening)](https://reynardsec.com/en/docker-platform-security-step-by-step-hardening/) (2023)
## Services
@ -335,6 +336,7 @@ See also [Active Directory](#active-directory) and [ADFS](#adfs) below.
- [otseca](https://github.com/trimstray/otseca) - Open source security auditing tool to search and dump system configuration. It allows you to generate reports in HTML or RAW-HTML formats.
- [SUDO_KILLER](https://github.com/TH3xACE/SUDO_KILLER) - A tool to identify sudo rules' misconfigurations and vulnerabilities within sudo
- [CIS Benchmarks Audit](https://github.com/finalduty/cis_benchmarks_audit) - bash script which performs tests against your CentOS system to give an indication of whether the running server may comply with the CIS v2.2.0 Benchmarks for CentOS (only CentOS 7 for now)
- [Deepfence ThreatMapper](https://github.com/deepfence/ThreatMapper) - Apache v2, powerful runtime vulnerability scanner for kubernetes, virtual machines and serverless.
### Windows