Add Firejail.

This commit is contained in:
Meitar M 2019-06-13 19:50:51 -04:00
parent 529213dcfa
commit e17bfc2344
No known key found for this signature in database
GPG Key ID: 07EFAA28AB94BC85

View File

@ -15,6 +15,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea
- [Honeypots](#honeypots) - [Honeypots](#honeypots)
- [Tarpits](#tarpits) - [Tarpits](#tarpits)
- [Host-based tools](#host-based-tools) - [Host-based tools](#host-based-tools)
- [Sandboxes](#sandboxes)
- [Incident Response tools](#incident-response-tools) - [Incident Response tools](#incident-response-tools)
- [IR management consoles](#ir-management-consoles) - [IR management consoles](#ir-management-consoles)
- [Evidence collection](#evidence-collection) - [Evidence collection](#evidence-collection)
@ -82,6 +83,10 @@ See also [awesome-honeypots](https://github.com/paralax/awesome-honeypots).
- [Open Source HIDS SECurity (OSSEC)](https://www.ossec.net/) - Fully open source and free, feature-rich, Host-based Instrusion Detection System (HIDS). - [Open Source HIDS SECurity (OSSEC)](https://www.ossec.net/) - Fully open source and free, feature-rich, Host-based Instrusion Detection System (HIDS).
- [Rootkit Hunter (rkhunter)](http://rkhunter.sourceforge.net/) - POSIX-compliant Bash script that scans a host for various signs of malware. - [Rootkit Hunter (rkhunter)](http://rkhunter.sourceforge.net/) - POSIX-compliant Bash script that scans a host for various signs of malware.
### Sandboxes
- [Firejail](https://firejail.wordpress.com/) - SUID program that reduces the risk of security breaches by restricting the running environment of untrusted applications using Linux namespaces and seccomp-bpf.
## Incident Response tools ## Incident Response tools
See also [awesome-incident-response](https://github.com/meirwah/awesome-incident-response). See also [awesome-incident-response](https://github.com/meirwah/awesome-incident-response).