mirror of
https://github.com/mayfrost/guides.git
synced 2024-10-31 23:16:06 +00:00
Update ALTERNATIVES.md
This commit is contained in:
parent
ed072d5931
commit
d40b2f0d1d
@ -435,24 +435,24 @@ All apps are from F-Droid, may not be much but is a start.
|
|||||||
|
|
||||||
## Security
|
## Security
|
||||||
### Containment
|
### Containment
|
||||||
* __Access Control__: SELinux -> Smack -> AppArmor -> RSBAC
|
* __Access Control__: SELinux -> Smack -> AppArmor -> [RSBAC](https://www.rsbac.org/)
|
||||||
* __Authentication__: Polkit/ConsoleKit -> FakeRoot -> Sudo (visudo) -> Linux PAM
|
* __Authentication__: Polkit/ConsoleKit -> FakeRoot -> Sudo (visudo) -> Linux PAM
|
||||||
* __Resource Usage Control__: ulimit -> Disk Quota
|
* __Resource Usage Control__: [Disk Quota](https://sourceforge.net/projects/linuxquota/) -> [quotatool](https://github.com/ekenberg/quotatool), ulimit, [cpulimit](https://github.com/opsengine/cpulimit)
|
||||||
* __Sandboxing__: Firejail -> Bubblewrap
|
* __Sandboxing__: [Firejail](https://github.com/netblue30/firejail) -> [Bubblewrap](https://github.com/projectatomic/bubblewrap)
|
||||||
|
|
||||||
### Honeypots
|
### Honeypots
|
||||||
* __Client__: HoneyC -> Capture-HPC
|
* __Client__: [HoneyC](https://projects.honeynet.org/honeyc), [Capture-HPC](https://projects.honeynet.org/capture-hpc)
|
||||||
* __Distro Bundle__: HoneyDrive -> ADHD
|
* __Distro Bundle__: [HoneyDrive](https://sourceforge.net/projects/honeydrive/) -> [ADHD](https://adhdproject.github.io/#!index.md)
|
||||||
* __Server__: Honeyperl -> Nova -> LaBrea
|
* __Server__: [Honeyperl](https://sourceforge.net/projects/honeyperl/) -> [Nova](https://github.com/DataSoft/Nova) -> [LaBrea](http://labrea.sourceforge.net/labrea-info.html)
|
||||||
* __Web-Based__: HIHAT
|
* __Web-Based__: [HIHAT](http://hihat.sourceforge.net/)
|
||||||
|
|
||||||
### Host Intrusion
|
### Host Intrusion
|
||||||
* __Anti Juice Jacking__: usbkill -> USBGuard
|
* __Anti Juice Jacking__: [usbkill](https://github.com/hephaest0s/usbkill), [USBGuard](https://github.com/USBGuard/usbguard)
|
||||||
* __Anti Malware__: ClamTk -> ClamAV -> Linux Malware Detect (LMD)
|
* __Anti Malware__: ClamTk -> [ClamAV](https://github.com/Cisco-Talos/clamav-devel) -> [Linux Malware Detect (LMD)](https://github.com/rfxn/linux-malware-detect)
|
||||||
* __Host Intrusion Detection Framework__: Defensive Tools For The Blind -> OSSEC -> Tiger
|
* __Host Intrusion Detection Framework__: [OSSEC](https://ossec.github.io/) -> [Tiger](http://www.nongnu.org/tiger/)
|
||||||
* __Host System Auditing__: OpenVAS -> Linux Security Auditing Tool (LSAT) -> Bastille -> Lynis
|
* __Host System Auditing__: [OpenVAS](http://www.openvas.org/) -> [Linux Security Auditing Tool (LSAT)](https://github.com/triode3/lsat) -> [Bastille](http://bastille-linux.sourceforge.net/) -> [Lynis](https://github.com/CISOfy/lynis)
|
||||||
* __Integrity Check__ AIDE -> systraq -> Tripwire -> Samhain
|
* __Integrity Check__ AIDE -> [systraq](https://directory.fsf.org/wiki/Systraq) -> [Tripwire](https://github.com/Tripwire/tripwire-open-source) -> [Samhain](https://www.la-samhna.de/samhain/)
|
||||||
* __Rootkit Detection__: rkhunter, Chkrootkit, Unhide
|
* __Rootkit Detection__: [rkhunter](http://rkhunter.sourceforge.net/), [Chkrootkit](http://www.chkrootkit.org/), [Unhide](http://www.unhide-forensics.info/)
|
||||||
* __System Logging__: Syslog-ng -> sysklogd
|
* __System Logging__: Syslog-ng -> sysklogd
|
||||||
|
|
||||||
### Network Intrusion
|
### Network Intrusion
|
||||||
|
Loading…
Reference in New Issue
Block a user