Sécurité Antivirus/ Firewall ?

Utilisateur anonyme -  
 Utilisateur anonyme -
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 ;)
--
sous windows il n'y a que les clous qui ne plantent pas ou les bugs ^ ^

1 réponse

  1. Utilisateur anonyme
     
    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
    1. Utilisateur anonyme
       
      OK merci
      0