Compare commits

...

3 Commits

Author SHA1 Message Date
Ramanan Ravikumar 25d5593316
Merge d5e168e14c into d0b6f3637d 2023-06-16 20:30:22 -04:00
Philippe Lagadec d0b6f3637d
added ANSSI - Recommendations on multi-factor authentication and passwords, close #31 2023-06-13 15:11:29 +02: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

@ -305,6 +305,7 @@ See also [Active Directory](#active-directory) and [ADFS](#adfs) below.
- [UK NCSC - Password administration for system owners](https://www.ncsc.gov.uk/collection/passwords)
- [NIST SP 800-63 Digital Identity Guidelines](https://pages.nist.gov/800-63-3/)
- [OWASP Password Storage Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html)
- [ANSSI - Recommendations on multi-factor authentication and passwords](https://www.ssi.gouv.fr/guide/recommandations-relatives-a-lauthentification-multifacteur-et-aux-mots-de-passe/) (2021, French)
## Hardware - CPU - BIOS - UEFI
@ -334,6 +335,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