Difference between revisions of "Template:Menu content security"
(Created page with "Category:Linux =Security= How to secure your server / workstation ? ==Global security== 64px|caption|Internet security Anti-virus / ant...") |
|||
Line 102: | Line 102: | ||
* [[Snort IDS installation]] | * [[Snort IDS installation]] | ||
* [[Snort IDS web-UI]] | * [[Snort IDS web-UI]] | ||
+ | |||
+ | |||
+ | ==Crontab== | ||
+ | |||
+ | [[File:Alarmclock-512.png|64px|caption|Alarm clock]] To run some task / scripts periodically |
Revision as of 10:12, 11 September 2014
Contents
Security
How to secure your server / workstation ?
Global security
Anti-virus / anti root-kits / Fail2Ban
SSH
- SSH server setup
- SSH server using local user / password auth.
- SSH server using key auth.
- SSH server using LDAP user auth.
- SSH server using LDAP key auth.
Firewall
This section explains HOW to create, maintain and use a firewall with IpTables.
Firewall | |
---|---|
Basics | Firewall principle |
Firewall basics | |
Firewall core (main) protocols | |
Firewall VPN | |
Firewall OUTPUT filters | |
Firewall INPUT filters | |
Advanced | Firewall port forwarding |
Firewall source address filtering | |
Installation and scripts | Firewall installation scripts |
SSL
SSL certificates and chain of trust
VPN
Intrusion Detection / Protection
Protection is good, but that's not enough! We need to detect attacks.
- IDS = Intrusion Detection System : tool that detect attacks.
- IPS = Intrusion Protection System : detect an intrusion attempt and react upon it.
I'm using one of the most famous IDS: "Snort" (https://www.snort.org/).