Questions tagged [virus]

A computer virus is a computer program that can replicate itself and spread from one computer to another. The term "virus" is also commonly, but erroneously, used to refer to other types of malware, including but not limited to adware and spyware programs that do not have a reproductive ability.

Malware includes computer viruses, computer worms, Trojan horses, most rootkits, spyware, dishonest adware and other malicious or unwanted software, including true viruses. Viruses are sometimes confused with worms and Trojan horses, which are technically different. A worm can exploit security vulnerabilities to spread itself automatically to other computers through networks, while a Trojan horse is a program that appears harmless but hides malicious functions. Worms and Trojan horses, like viruses, may harm a computer system's data or performance. Some viruses and other malware have symptoms noticeable to the computer user, but many are surreptitious or simply do nothing to call attention to themselves. Some viruses do nothing beyond reproducing themselves.

An example of a virus which is not a malware, but is putatively benevolent, is Fred Cohen's compression virus. However, antivirus professionals do not accept the concept of benevolent viruses, as any desired function can be implemented without involving a virus (automatic compression, for instance, is available under the Windows operating system at the choice of the user). Any virus will by definition make unauthorised changes to a computer, which is undesirable even if no damage is done or intended. On page one of "Dr Solomon's Virus Encyclopaedia", the undesirability of viruses, even those that do nothing but reproduce, is thoroughly explained.

Source: Wikipedia (Computer Virus)

499 questions
11
votes
6 answers

How to recognize malicious source code?

BE AWARE! Creating spyware, computer viruses and similar nasties can be illegal where you live and is considered extremely unethical by almost everyone. Still, I need to ask this to raise awareness about how easy it is to create one. I am asking…
Wim ten Brink
  • 25,901
  • 20
  • 83
  • 149
10
votes
2 answers

Infected compiler, or malfunction?

I've encountered something very strange, and things just don't add up. First of all, I posted this here because I'm not sure if this has anything to do with computer virusses at all. And if it does, could you please direct me to a place to find…
Rick
  • 103
  • 4
9
votes
2 answers

does a code signing certificate help with false positive from a virus scanner

We have a piece of code in c# that is identified as a virus by AVG under it's heuristic behavioral detection. We've been in contact with them to find out why but they haven't been responsive. Currently all our dll's and exe's are signed with a…
probably at the beach
  • 14,489
  • 16
  • 75
  • 116
9
votes
3 answers

Protect website from Backdoor/PHP.C99Shell aka Trojan.Script.224490

My website was infected by a trojan script. Somebody managed to create/upload a file called "x76x09.php" or "config.php" into my webspace's root directory. Its size is 44287 bytes and its MD5 checksum is 8dd76fc074b717fccfa30b86956992f8. I've…
caw
  • 30,999
  • 61
  • 181
  • 291
8
votes
2 answers

virus problem google_verify.php and ftp passwords

Couple days ago I had problems with my sites. In all ftp servers I got some php file called google_verify.php and in my .htaccess file the following text was added: php_value auto_append_file…
kukipei
  • 631
  • 2
  • 8
  • 32
8
votes
3 answers

Bitdefender detects my console application as Gen:Variant.Ursu.56053

I've developed a console application that does a lot of routines, but the Antivirus detected it as a malware of type Gen:Variant.Ursu.56053. How can I fix this without touching the antivirus policy because it's not allowed for us to create any…
Yaser
  • 99
  • 1
  • 1
  • 2
8
votes
6 answers

Antivirus False positive in my VBA Excel Macro

I just ran into an even more annoying problem. Suddenly windows defender started to flag one of my excel files containing VBA macro code(on download from a browser) as being a virus. The specific virus being logged…
David Rogers
  • 2,601
  • 4
  • 39
  • 84
8
votes
3 answers

Browser downloaded this unobfuscated PHP script. What is it doing?

As soon as I entered a site, my browser (chrome) downloaded this script. It's not obfuscated and not too long, and I think it's harmless, but I don't know PHP so i'm not sure. The file was called csync.php. Chrome made it seem like this was the only…
noobcoder
  • 6,089
  • 2
  • 18
  • 34
8
votes
2 answers

Win32/Induc.A, "Delphi"-virus, infects SysConst.pas, does anyone have a sample of code to search for?

I just noticed that a recent upgrade of Take Command is reported as being infected with this virus, and an update to NOD in the last few hours added the ability to detect that virus, which is why I became aware of it. In this case, judging by the…
Lasse V. Karlsen
  • 380,855
  • 102
  • 628
  • 825
7
votes
6 answers

Wordpress website infected by virus; how to backup or recover?

My WordPress websites are infected with malicious code. What can I do to regain data or backup? Websites are showing blank page or redirect to some malicious URL. The below code (and similar) were injected in many pages (also many files with…
Gagandeep Singh
  • 115
  • 1
  • 11
7
votes
2 answers

Simple Virus Remover

I am trying to create a simple virus remover. The algorithm I developed is meant to: inspect the original file and the infected file separate the virus from the infected file use same algorithm for repairing other files infected with the virus I…
Chibueze Opata
  • 9,856
  • 7
  • 42
  • 65
7
votes
2 answers

MySQL InnoDB auto_increment value increases by 2 instead of 1. Virus?

There's an InnoDB table for storing comments for blog posts used by a custom built web application. Recently I noticed that the auto incremented primary key values for the comments are incrementing by 2 instead of just 1. I also noticed that in…
Wabbitseason
  • 5,641
  • 9
  • 49
  • 60
7
votes
10 answers

assembly on X86 machines, Windows vs Linux

Are they the same? Longer version : Say I wrote, in assembly, on a windows machine, a small app that all it does is add 1+1 and stores it in a register. THEN, I write the exact same code on a Linux machine. Would it work? Im thinking yes, because at…
jason
  • 4,721
  • 8
  • 37
  • 45
7
votes
1 answer

inno setup executable seen as a Virus

Good Morning, My exe created with Innosetup are seen as a Virus!!! It is really annoying because I can't send them to help out my user. As anyone ever faced this problem? I use InnoSetup 5.5, and I do not actually copy file, I just have to generate…
LinChan
  • 417
  • 1
  • 5
  • 17
7
votes
2 answers

How to decrypt a javascript file

I just discovered a virus in my computer that uses a .js file to attack. I opened the file in notepad to check out the code, but it is completely encrypted. I can see some data that makes sense (such as bhynivmao.length!=4), but the majority of the…
Flipsyde
  • 806
  • 1
  • 7
  • 6
1
2
3
33 34