Questions tagged [viruses]

Viruses are malicious computer programs used to gather information and destroy other computers. Viruses spread over the Internet and removable media, etc.

Viruses are a type of software known as malware, which is software intended to act against the user or use their system for malicious purposes. A computer running malware, including viruses, is said to be infected. Viruses will typically hijack infected machines to produce more copies of themselves and spread to other computers using a variety of transmission methods.

The term "virus" is often incorrectly used to refer to malware in general. In addition, viruses can be further differentiated into different types:

  • Trojan horse: What appears to be a legitimate program, but hides a malicious payload that is unleashed when the user runs it.
    • Rogue antivirus: A recent type of Trojan horse which purports to be a genuine antivirus program. They typically trick users by "scanning" their system and showing a list of false positives or other viruses they planted there, and ask the user to install them and pay the creators money for a bogus antivirus subscription.
  • Worm: A virus that is able to spread itself across a network by utilizing security holes in unpatched systems. A worm differs from an ordinary virus in that the latter may require additional action on the user's part to spread, while a worm does not.

Other types of malware that may not be considered viruses include rootkits, adware, and spyware.

Many older viruses proudly announced their presence on affected systems by displaying strange messages or causing odd errors and data loss, having been produced by immature programmers looking for a way to show off their skills or prank people. However, most modern viruses are stealthier and far more sinister, having been developed by professional criminals with some sort of serious goal in mind, such as creating a botnet.

Malware authors typically write their software to target security vulnerabilities and systems with a large market share, so they can infect as many computers as possible. This explains why the most commonly affected systems run Windows or Android, although there has been a recent rise in Mac viruses as well. Linux systems such as Ubuntu typically don't face a threat from viruses due to the relatively rapid rate at which security vulnerabilities get patched and low market share among desktop users, although Linux viruses do exist.

The best ways any user can protect themselves from malware is to:

  • Apply system updates as they are released, especially security fixes.
  • Run a legitimate antivirus product and keep its signatures up-to-date.
  • Avoid running suspicious software.

See http://en.wikipedia.org/wiki/Computer_virus for more information.

38 questions
52
votes
3 answers

Is there any guarantee that software from Launchpad PPAs is free from viruses and backdoor threats?

As Linux continues to grow and develop, and the more we use Linux, the greater the threat from viruses. We also know that a virus/threat in Linux (if any) would have difficulty running or spreading when it is running as a normal user, but it is a…
squallbayu
  • 3,054
43
votes
7 answers

What is the Ubuntu "built in virus protection"?

At ubuntu.com there is this "only in ubuntu" that says "Built in virus protection": What is the Ubuntu built it protection? What is the program in charge of this and how does it work?
amosrivera
  • 1,236
40
votes
5 answers

What if I run a virus/trojan Windows EXE on Ubuntu with Wine?

I've got a file said to contain information I was looking for. Unfortunately it is an executable instead of DOC (as it was meant to be) and the site I've download it from looks suspicious for me. If I was not using Linux, I'd run it on a VM or a…
Ivan
  • 58,745
14
votes
3 answers

Why aren't viruses an issue?

Possible Duplicate: Do I need to have antivirus software installed on a Linux distro? I'm using ubuntu right now and I think it's really good. Really. But I'm wondering about viruses. I come from a mac background (I have never got a virus) and…
alexyorke
  • 3,679
8
votes
2 answers

An exe file that I want to run on linux made for windows comes up as a Trojan on VirusTotal - how would I run it without it affecting my system?

Is there any way that I can run this program on my Linux system without possibly getting a virus?
Alex Poulos
  • 1,564
8
votes
6 answers

watchdog/0 process using all my CPU suddenly

I have a fresh installation of Ubuntu 12.04, I have been running it for about a week. Suddenly today I noticed my computer freezes every 5 seconds. I restarted the computer and I still get this. I believe it is a process called watchdog/0 that is…
7
votes
5 answers

Will a Ubuntu LiveCD be affected by a BIOS virus?

If I boot from Ubuntu DVD I notice that there are two options: Run from DVD without installing it. Install Ubuntu. My question is, If the PC has a BIOS virus and the first option is chosen — will the Ubuntu (loaded into the RAM, I guess) be…
Barbara
  • 121
7
votes
3 answers

"Successful su for user by root" - suspicious entries in my /var/log/auth.log?

This post on reddit made me go through my logs. That's when I discovered the following entries which appeared on two non-subsequent days. "user" is my user account. Aug 4 22:50:37 UbuntuSystem sudo: pam_unix(sudo:session): session opened for user…
Glutanimate
  • 21,763
6
votes
2 answers

Could Autorun Virus, affect my PC via Wine?

I have installed wine and i am afraid that viruses will affect my PC now. I will not open any other .exe file other than mine one (which i use everyday)
user204653
6
votes
2 answers

Where should I start in tracking down Firefox malware

Switched my sister to Ubuntu because I got tired of re-installing the other OS every 6 months. Now she managed to get some malware in her Firefox on Ubuntu. Without access to the computer (or when I get it next week), where should I look, what…
Dennis
  • 2,513
5
votes
3 answers

Can a virus spread through DOSBox in Ubuntu?

I have a virus in several DOSBox msdos games. It doesn't seem to be affecting the Ubuntu files, but is spreading amongst my dosfiles that were opened in DOSBox. I don't know how to control this in the DOSBOX emulator, but ClamAV found them on a…
5
votes
4 answers

Is it risky to download a script with a http://goo.gl/ link?

Following the advise of an answer in Ask Ubuntu, I downloaded and ran a script with a URL starting by http://goo.gl/ Is it risky to use such file? could it be a virus or something else? If yes, what should I do? Some details: I followed this answer,…
Boris
  • 5,012
4
votes
3 answers

Did I Somehow Get Infected with Spyware or Virus?

So I Was trying to Install Ubuntu restricted Extras, and well this poped up in the terminal. www.actingcareersnow.comCasting Calls For Kids & Teens. Audition Now! Ages 9 to 29. [1] 3241 Teens.: command not found kevin@Fullmetal:~$ Talent…
Kevin
  • 63
3
votes
1 answer

How do I disinfect Ubuntu that is running a virus?

My 12.04 system has just been infected with a virus and it is self-replicating a load of rubbish directories in the /proc/ area. This may crash my computer completely soon. I cannot delete any of this rubbish even as root. How do I disinfect an…
user133904
  • 73
  • 1
  • 2
  • 8
3
votes
1 answer

What makes Ubuntu harder for viruses to infect

Possible Duplicate: What is the Ubuntu “built in virus protection”? One question I get asked a lot is why there are no viruses on Ubuntu (Linux in general). Even though it is possible to infect it and a small amount of low level bugs have…
Luis Alvarado
  • 216,643
1
2 3