Results 1 to 8 of 8
is there any virus' for linux if so what are they and how do i defend my self from them. and is there any good websites or books on internet ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-01-2003 #1Just Joined!
- Join Date
- Sep 2003
- Location
- southern california
- Posts
- 66
virus for linux
is there any virus' for linux if so what are they and how do i defend my self from them. and is there any good websites or books on internet security. im farily new on cryptography and SSL encripton but i need a greater knowledge data base.
fragment
I00I0I
- 10-01-2003 #2Linux Engineer
- Join Date
- Dec 2002
- Location
- New Zealand
- Posts
- 766
i think there are a few (think double digits... maybe....) but because of the way linux runs things its much harder for a virus to stay undetected or to do anything important in the first place.
Ur much more likely to get hacked than virused. But as long as u keep everything up to date its pretty hard to get any unathorized access
- 10-01-2003 #3Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
It doenst exist a virus for linux as them you know for windows. Hackers usually uses worms which are using weaknesses in installed packages (bugs).
The best way to prevent that is to update your installed packages when new arrives and to shutdown unesassary services that listen to the network.Regards
Andutt
- 10-01-2003 #4Just Joined!
- Join Date
- Sep 2003
- Location
- southern california
- Posts
- 66
cool thanks for the help
fragment
I00I0I
- 10-02-2003 #5Linux User
- Join Date
- Aug 2003
- Posts
- 289
i posted a similar question and i got the same answer. now about the services, how do you know which services aren't needed? i did netstat -antwup & netstat -antwup | grep LISTEN as root, as adviced, and got about 6-7 services listening on some ports. i killed them all manually except for a service that keeps on locking my system whenever i try to kill it. are there some more hidden services that netstat doesn't show? and how do i block ports?
- 10-03-2003 #6Linux Engineer
- Join Date
- Dec 2002
- Location
- New Zealand
- Posts
- 766
i dotn think service can hide from netstat.
u dotn need to block ports in linux, if a service isnt listening on them they are effetively blocked anyway. ie, a hacker cant log into a port without anything listenign on it.
- 10-03-2003 #7Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
You should be able to see every process that have bind a socket with netstat -anp. Then the best way to stop services is to stop them first from /etc/init.d/ and then tell the system that you don want it to be started on next boot.
If you are using redhat you can use chkconfig to disable or enable services, on other dists you may have to remove the start symlinks under /etc/rc<runlevel>.d for the services you want to disable.Regards
Andutt
- 10-03-2003 #8Linux User
- Join Date
- Aug 2003
- Posts
- 289
ok, thanks guys. i'm just being paranoid! hehehe....


Reply With Quote
