Sécurité Antivirus/ Firewall ?

Fermé
Utilisateur anonyme - 17 nov. 2012 à 00:07
 Utilisateur anonyme - 17 nov. 2012 à 12:17
Bonjour;
Tout est dan dans le titre : Comment sécuriser à fond un linux ?
Voici un extrait d'un iptables -L :
Chain INPUT (policy DROP)
target     prot opt source               destination         
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:http
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:imap
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ssh
ACCEPT     icmp --  anywhere             anywhere            
ACCEPT     all  --  anywhere             anywhere            
ACCEPT     all  --  anywhere             anywhere             state RELATED,ESTABLISHED

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy DROP)
target     prot opt source               destination         
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:http
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:imap
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ssh
ACCEPT     icmp --  anywhere             anywhere            
ACCEPT     all  --  anywhere             anywhere             state RELATED,ESTABLISHED


Existe t-il un antivirus faible sous Linux ?

N'allais pas me sortir que Linux c'est solide car des failles de sécurité existes ;)
A voir également:

1 réponse

Utilisateur anonyme
17 nov. 2012 à 00:17
Lu,

qu'elle est t'as distribution?

Car je sais moi sous Mageia (fork de Mandriva) il y a un firewall intégré.

Sion tu as un article ici :
http://www.linuxcore.fr/


Après en libre tu as clamav souvent dans les dépots (bon efficacité...)

0
Utilisateur anonyme
17 nov. 2012 à 12:17
OK merci
0