Add Dangerzone malware neutering sandbox.

This commit is contained in:
fabacab 2021-03-16 01:26:31 -04:00
parent 548b2bdd5b
commit 837ac32a40
No known key found for this signature in database
GPG Key ID: B0303BF6BA36A560

View File

@ -173,6 +173,7 @@ See also [awesome-honeypots](https://github.com/paralax/awesome-honeypots).
### Sandboxes
- [Bubblewrap](https://github.com/containers/bubblewrap) - Sandboxing tool for use by unprivileged Linux users capable of restricting access to parts of the operating system or user data.
- [Dangerzone](https://dangerzone.rocks/) - Take potentially dangerous PDFs, office documents, or images and convert them to a safe PDF.
- [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