Compare commits

...

3 Commits

Author SHA1 Message Date
George-Andrei Iosif 92c0bbb5db
Merge a19f368853 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
George-Andrei Iosif a19f368853
Adds MutableSecurity
The commit adds MutableSecurity [1], a CLI tool for managing the lifecycle of cybersecurity solutions, to "Tools to apply security hardening".

[1] https://github.com/MutableSecurity/mutablesecurity
2022-10-14 22:23:28 +03:00
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
@ -371,6 +372,7 @@ See also [Active Directory](#active-directory) and [ADFS](#adfs) below.
## Tools to apply security hardening
- [DevSec Hardening Framework](https://dev-sec.io/) - a framework to automate hardening of OS and applications, using Chef, Ansible and Puppet
- [MutableSecurity](https://github.com/MutableSecurity/mutablesecurity) - CLI program for automating the setup, configuration, and use of cybersecurity solutions.
### GNU/Linux