Questions tagged [antivirus]

Antivirus or anti-virus software is used to prevent, detect, and remove malware

A variety of strategies are typically employed. Signature-based detection involves searching for known patterns of data within executable code. However, it is possible for a computer to be infected with new malware for which no signature is yet known. To counter such so-called zero-day threats, heuristics can be used. One type of heuristic approach, generic signatures, can identify new viruses or variants of existing viruses by looking for known malicious code, or slight variations of such code, in files. Some antivirus software can also predict what a file will do by running it in a sandbox and analyzing what it does to see if it performs any malicious actions.

No matter how useful antivirus software can be, it can sometimes have drawbacks. Antivirus software can impair a computer's performance. Inexperienced users may also have trouble understanding the prompts and decisions that antivirus software presents them with. An incorrect decision may lead to a security breach. If the antivirus software employs heuristic detection, success depends on achieving the right balance between false positives and false negatives. False positives can be as destructive as false negatives. Finally, antivirus software generally runs at the highly trusted kernel level of the operating system, creating a potential avenue of attack.

268 questions
242
votes
24 answers

Do I need to have antivirus software installed?

I thought that there was no need to scan for viruses either in Ubuntu or any Linux distros until I found virus scanner packages clamtk and klamav in Ubuntu software center yesterday. This leads to the following questions: How do viruses differ…
225
votes
2 answers

How do I scan for viruses with ClamAV?

I installed ClamAV via Terminal (Ctrl+Alt+T) with: sudo apt-get install clamav but how can I scan for viruses?
BuZZ-dEE
  • 14,533
108
votes
5 answers

clamav - ERROR: /var/log/clamav/freshclam.log is locked by another process?

I have installed clamav and I want to to update the files that it uses to identify viruses: $ sudo freshclam ERROR: /var/log/clamav/freshclam.log is locked by another process ERROR: Problem with internal logger (UpdateLogFile =…
Run
  • 2,748
77
votes
5 answers

How to update ClamAV definitions database?

How can I update Clam Antivirus via the terminal? I already have installed clamav, but I want to know how can I update the virus database.
Hippie
  • 771
69
votes
1 answer

Notification saying "A new Virus is Stealing Data!" on Ubuntu 18

Recently whenever I open Firefox I get a message in notification center. It's not always the same and it keeps changing. here is an example: It's not always this. It gives other messages too and when I click it it sends me to phishing sites. I…
31
votes
10 answers

How do I scan my windows partition for viruses from Ubuntu?

I think I might have a virus on my windows partition and I want to scan it from Ubuntu. Is this possible? I would like a program that is free. clamAV I tried clamAV but I couldn't find a setting for scaning my other partition that I have windows…
Alvar
  • 17,038
25
votes
7 answers

Antivirus for Ubuntu 18.04

I have upgraded into Ubuntu 18.04.2 LTS. I have worked primarily with Windows and secondarily with Ubuntu (14.04 and 16.04). I will work with Ubuntu 18.04 as my main Operational System (distribution). I want to ask if it is necessary to install an…
Dimitris
  • 411
25
votes
6 answers

crond64/tsm virus in Ubuntu

Recently I noticed my home server to get painfully slow. All the resources were eaten up by two processes: crond64 and tsm. Even though I repeatedly killed them, they kept showing up again and again. At the same time, my ISP was notifying me about…
erik
  • 401
22
votes
1 answer

ClamAV: Can't read file ERROR

When running the command today: sudo clamscan -r --detect-pua / > clamscan1.txt I got very many errors going along the lines of these ones (in the txt file): /sys/fs/ecryptfs/version: Can't read file ERROR /sys/fs/ext4/sda1/inode_readahead_blks:…
user364819
19
votes
6 answers

Can an anti-virus protect me from KillDisk, malware for Linux?

A relative of mine has recently sent me an email. He recently came across this alarming head-line from anti-virus vendor ESET: KillDisk now targeting Linux: Demands $250K ransom, but can’t decrypt The email goes on to describe a piece of software…
Flimm
  • 44,031
19
votes
7 answers

What antivirus programs are available?

What antivirus programs are available for Ubuntu? We previously used Symantec Endpoint Protection but it does not work in Ubuntu.
19
votes
2 answers

How can I scan for possible viruses on my Ubuntu system?

I think I may have a virus. How would I go about checking for a virus and how can I protect my computer from any other virus? Please give detailed answer as I'm still learning about Ubuntu.
18
votes
8 answers

CLAMAV not working

After installation of CLAMAV and try to scan I see this error. How do I solve this? $ clamscan scan LibClamAV Error: cli_loaddbdir(): No supported database files found in /var/lib/clamav ERROR: Can't open file or directory ----------- SCAN SUMMARY…
17
votes
4 answers

What antivirus program can I use on Ubuntu?

Are there any antivirus applications that work on Ubuntu 16.04? Thanks!
17
votes
2 answers

How to quarantine or delete infected files with ClamAV?

I scanned the home directory using ClamAV which found 13 threats. The list was also displayed, but when I tried to delete or quarantine files, it did not proceed. Any ideas?
Sivamani
  • 251
1
2 3
17 18