Results 1 to 9 of 9

Thread: [SOLVED] VirusScanner,Rkhunter,Chkrootkit

  1. #1
    Join Date
    Nov 2008
    Beans
    28

    [SOLVED] VirusScanner,Rkhunter,Chkrootkit

    I tried installing VirusScanner, Rkhunter, and Chkrootkit, and see what happens next... (these are just my noob observations.)

    VirusScanner(ClamTk) scanned for about a day. Althought it did detected about 4 "viruses," I wasn't able to tick one of the options to quarantine the infected files,so I guess I may have to do it again. I didn't see which are the infected files though.

    Rkhunter have detected about 5 or more "warnings." I don't know what it meant. There were others like "found","not found" and "ok." I guess, not found and ok would mean there are negative infections. I think the log file would be a big help here just to let you guys understand what I mean.

    Chkrootkit did not detect any.

    I just hope there's nothing to these so-called detections because now I am having problems connecting to the Internet using the networkmanager or the icon beside the volume icon. My connection is fine though with the windows side and other livecds. Can anybody please give me a piece of your mind?

  2. #2
    Join Date
    May 2006
    Location
    Switzerland
    Beans
    2,907
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: VirusScanner,Rkhunter,Chkrootkit

    Quote Originally Posted by unf4b1x View Post
    I tried installing VirusScanner, Rkhunter, and Chkrootkit, and see what happens next...
    And why do you think you need that software??

    There are no viruses for Linux out there ... all those virus scanners mostly scan for Windows viruses. The other tools only make sense on servers which are exposed to the Internet (e.g. WWW or FTP sites) and which have several users on them: you use them to make sure that none of those users has done or installed anything (e.g. some backdoors into the system) they were not supposed to.

    As newbie desktop user you don't have any need for those packages, IMHO.

  3. #3
    Join Date
    Sep 2007
    Beans
    281
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: VirusScanner,Rkhunter,Chkrootkit

    What exactly did you scam with ClamTK? Home? Root? Windows partition?

    What "viruses" were found, in what files and in what location?

    I think you'll need tp post the RKHunter log.

  4. #4
    Join Date
    Nov 2008
    Beans
    28

    Re: VirusScanner,Rkhunter,Chkrootkit

    Quote Originally Posted by FreewheelinFrank View Post
    What "viruses" were found, in what files and in what location?

    I think you'll need tp post the RKHunter log.
    I wasn't able to get the RKHunter log and I don't know what "viruses" were found maybe because I didn't know where to look or I was doing it wrong.

    Now, I am trying to read through about iptables and maybe just stick with it once I get to understand the work-arounds in using that.

  5. #5
    Join Date
    Dec 2005
    Location
    Warrensburg, MO USA Earth
    Beans
    1,320
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: VirusScanner,Rkhunter,Chkrootkit

    And why do you think you need that software??
    Because of being new and used to having to do tons of protective software and maintenance to keep your computer running. It took me about 5 months to realize I could relax.

  6. #6
    Join Date
    Nov 2008
    Beans
    28

    Re: VirusScanner,Rkhunter,Chkrootkit

    Quote Originally Posted by scorp123 View Post
    And why do you think you need that software??

    As newbie desktop user you don't have any need for those packages, IMHO.
    I need that software so that I could have peace of mind that my box isn't compromised and if I am, I could readily counteract that attack. But what can a newbie do if all of a sudden you found out that your box is already out of your control? How would you know if you don't install security packages even though you're just a desktop user? Just asking.

  7. #7
    Join Date
    May 2006
    Location
    Switzerland
    Beans
    2,907
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: VirusScanner,Rkhunter,Chkrootkit

    Quote Originally Posted by unf4b1x View Post
    I need that software so that I could have peace of mind
    You installed Linux. Your mind can rest now

    Quote Originally Posted by unf4b1x View Post
    How would you know if you don't install security packages even though you're just a desktop user?
    Look at the facts. It's as simple as that.

    • The administrator account "root" is locked down per default. Only processes running under his infinite powers could do real damage.
    • the browser is not integrated into the OS and not a core component! (unlike MSIE on Windows!)
    • whatever "infects" the browser (and even that would be bit hard to accomplish here!) can't do much damage to the rest of the system
    • software is installed via repositories which usually use crypto keys to authenticate themselves, and those repo servers are usually guarded by people who know what they do
    • out of the box there is no server process in the background (unlike in Windows!), there simply is nothing whatsoever that would need the protection of a firewall or that a hacker could connect to or exploit ... No running service = Nothing to connect to = no hacker can get in.
    • getting into a Linux desktop where 'out of the box' no server processes whatsoever are running is too much of a hassle and therefore you're not even remotely an "interesting" target for any attacker.


    The story would change only if you were running a server, e.g. your own Web site that is exposed directly to the Internet. Yes, then and in that case you should put some extra measures into place. e.g. a firewall that blocks all those connection attempts from Russian and Chinese bot networks, and so on.

    But that's something we'd have to discuss in another topic, because that's not something you as a desktop user have to worry about for now.

    .
    .
    .
    Last edited by scorp123; December 10th, 2008 at 11:55 AM.

  8. #8
    Join Date
    Nov 2007
    Location
    Okieville, USA
    Beans
    3,178
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: VirusScanner,Rkhunter,Chkrootkit

    Code:
    sudo apt-get install clamav
    Code:
    mkdir /tmp/virus
    Code:
    clamscan -ri --move=/tmp/virus /home/yourusername

    There are viruses for Linux, but a drop in the bucket compared to Windows. You probably won't get one.
    Last edited by theozzlives; December 10th, 2008 at 12:16 PM.
    MCP, A+/Linux+ Certified IT Technician
    System Specs | Dress up your "Super Button" FREE
    "If sometimes you can't be good, then be VERY good at being naughty!"

  9. #9
    Join Date
    May 2006
    Location
    Switzerland
    Beans
    2,907
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: VirusScanner,Rkhunter,Chkrootkit

    Quote Originally Posted by theozzlives View Post
    There are viruses for Linux
    Only experimental ones, in some people's labs for the most part. Stuff like "clamav" scans mostly for Windows viruses. Hence installing such software only makes sense if you are running e.g. a mail or file server via which Windows machines exchange documents with each other. As far as "protecting Linux" is concerned "clamav" is irrelevant.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •