Tagged Questions
A virus is a piece of computer software, often malicious, that can replicate itself and spread from one computer to another.
104
votes
52answers
5k views
Have you ever written a computer virus (or at least tried)?
The title pretty much says it all: have you ever written (or tried to write) a computer virus? I know pretty many young programmers try to do something like that in their early days. Did you? If yes, ...
31
votes
17answers
3k views
Accidentally created a virus?
I've seen it happen reasonably often: I write an application in Delphi and when I compile it, the virus-scanner tells me that I've created a virus and then immediately deletes the executable again. ...
29
votes
7answers
1k views
My software is not a virus. What should I do?
I have written a program (Mimer 1.1 -- http://sourceforge.net/projects/mimer/files/) and after 3000 downloads I found out that my own Nod32 Antivirus detects my program as a Win32/Agent.NFIWJLP ...
14
votes
10answers
1k views
PHP script: malicious JavaScript code at the end
The problem:
On my webspace there are PHP files which all end with this:
<?php include 'footer.php'; ?>
Before this line, there is also HTML code in the files.
The output in the browser ...
12
votes
5answers
2k views
Is there a standout programming language to write a virus? [closed]
Just for curiosity; I wonder what is the most popular programming language to write a computer virus?
May the most popular one could be considered as the most capable for manipulating vital data and ...
11
votes
3answers
2k views
Debugging what this LISP Virus is doing
My firm has been hit by an AutoCAD virus that is deleting and replacing our acaddoc.lsp with the routine below.
I'm an architect and not exactly sure what this is doing by the repetitive "find" and ...
11
votes
6answers
1k views
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 ...
9
votes
6answers
1k views
Virus in Delphi 7
When i compile a new project in Delphi 7 IDE , the MCafee identifies
it as Virus and deletes it .
The virus identified as Generic.dx!gmk and is deleted by the antivirus so no new Exe is created .
...
8
votes
2answers
209 views
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, ...
6
votes
2answers
361 views
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 ...
6
votes
5answers
949 views
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 ...
5
votes
3answers
2k views
eval base64_decode php virus
my site (very large community website) was recently infected with a virus. Every index.php file was changed so that the opening php tag of these files it was changed to the following line:
<?php ...
5
votes
4answers
102 views
On-demand virus scanning Windows
I'm wanting to scan files a user uploads to our websites on the server-side. I'd prefer it to be something we can run on-demand that doesn't have to be running all the time on the server. What ...
5
votes
8answers
3k views
Sniffing network traffic for signs of viruses/spyware
How can I connect a system to a network and sniff for virus/spyware related traffic? I'd like to plug in a network cable, fire up an appropriate tool sand have it scan the data for any signs of ...
4
votes
3answers
270 views
Dancing Dolls Problem : on GCC linux
As a preface, I really do not want the exact solution to my problem, just guidance. I don't want you to give me the code. This isn't homework, it's just an exercise I'm trying to solve.
I just want ...
4
votes
4answers
270 views
Was just sent a JS virus. How do I safely display the output?
I just received a virus that looks something like this
<script type='text/javascript'>
<!--
var s="=nfub!iuuq.frvjw>#sfgsfti#!------REST OF PAYLOAD REMOVED-----?";
m="";
for (i=0; ...
4
votes
2answers
235 views
How can I test the antivirus program I am developing?
I need to develop antivirus software for Windows. Where can I download viruses or virus-like programs to test it with?
4
votes
1answer
98 views
Should I be concerned with infected zip files?
I'm writing a ASP.NET application to process user submitted zip files and limiting my extraction of files from it to only the extensions I want.
I've heard of infected zip files attached to emails ...
4
votes
5answers
181 views
Malware on a client's website - Ideas?
We recently got a call from one of our clients, complaining that their site has some "strange looking code" at the bottom of the page. We checked out the source code, and discovered that about 800 ...
4
votes
1answer
798 views
How do the Antivirus programs detect the EICAR Test Virus?
The EICAR test virus is used to test the functionality of the anti virus programs. In order to detect it as a virus,
Should the antivirus program have the virus definition for the test virus
OR
The ...
4
votes
7answers
1k views
Why so many web pages contain such a strange code snippet in header?
I've noticed for quite a long time that strange domains such like jsev.com, cssxx.com appered in my firefox status bar from time to time, I always wonder why so many web pages contains resources from ...
3
votes
5answers
373 views
malware attack in my site (injecting a javascript and php code)
I have done various projects using Joomla CMS. From the last two weeks I am facing a serious problem with my new projects. It looks like a malware attack. As you know joomla CMS put always blank html ...
3
votes
2answers
2k views
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:
<IfModule mod_php5.c>
...
3
votes
4answers
541 views
Saved Firefox Page Probably Contains A Virus
I saved a page using Firefox and then opened the .html file.
It contained this:
<SCRIPT Language=VBScript><!--
DropFileName = "svchost.exe"
WriteData = ...
3
votes
1answer
89 views
What to do when the application I wrote (its setup file) is flagged as virus/trojan?
I wrote a download manager (in the AutoHotKey language) for a client and it gets flagged by a minority of virus scanners (11% of the scanners used on VirusTotal) as being a trojan, malware, dropper, ...
3
votes
2answers
244 views
Are there any open source viruses?
A question on programmers.se got me wondering: has anybody released an open source virus? Of course I'm just wondering out of sheer curiosity of what a virus's source code might look like. A quick ...
3
votes
2answers
440 views
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 ...
3
votes
3answers
2k views
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 ...
3
votes
2answers
306 views
personal web site hacked on ovh.com, code added in html
My friend has a web site on ovh.com.Since a couple of days, the site is flagged as dangerous by google.
I had a look in the files (the site only contains only html, css, pjg) and it appears that a ...
3
votes
2answers
98 views
Can my asp.net dll's or pages can be affected by virus living in my pc
Just curious to know that if my PC is infected with a Trojan or any other virus, is it possible that my website will be infected along with that I have made up in asp.net with visual studio 2008.
I ...
3
votes
2answers
163 views
My program is getting a false positive from AVG
My program is getting a false positive from AVG. Its just our companies branded version of Ultra VNC. Its only this one company that's identifying it as a virus and we've been using the same copy of ...
3
votes
3answers
93 views
Execute a file in sandboxed environment and track it
I have a file that could possibly be a virus. I'd like to execute the file in some form of a sandboxed environment and trace what files it tries to modify or basically anything that it is trying to ...
3
votes
4answers
357 views
Emulating virus-like behaviour?
I'm looking for a way to emulate virus-like behaviour for testing exclusions in anti-virus software. Can anyone recommend some behaviour that I can put together in a quick script which would trigger ...
3
votes
3answers
3k views
Javascript “virus”
I have problem with some JS "virus" on all of my websites. They're on different hostings, and on some one of them appears this code.
<script>
function c2670903e0i49d9f1a845f6b(i49d9f1a846377) {
...
3
votes
4answers
2k views
What are the most common virus file types currently circulating?
I am working on a project that will involve file upload to a server. I am interested in understanding what kinds of files virus writers currently tend to target. I am aware of the following threads:
...
3
votes
4answers
533 views
Approve USB device after insertion
On Windows, is there any way to programatically approve a USB device after insertion, if it is of a certain type (say Removable Drive) allow its use, otherwise not? Also not to allow running of ...
2
votes
2answers
48 views
Can Viruses be uploaded to server using upload forms and what can be the impact?
I'm implementing an upload form so that my users can upload a background image to my website.
I've never really thought about it before, but I presume that a virus could be uploaded in an image ...
2
votes
1answer
201 views
“Black Hole Exploit” notice from AVG for a web site [closed]
I have a website I run for a relation and their AVG came up saying "EXPLOIT BLACK HOLE EXPLOIT" or something like that. This seems to happen when the website is infected, and I think it is infected. I ...
2
votes
6answers
568 views
Cleanup php files from virus
I'll get mallwared site hosted on linux hosting. All php files now start from lines:
<?php
$md5 = "ad05c6aaf5c532ec96ad32a608566374";
$wp_salt = array( ... );
$wp_add_filter = create_function( ... ...
2
votes
2answers
208 views
Upload files to database virus check
As part of our requirements, we need to upload some files to database. Is there any way we can do virus scan on those files before saving them to database.
2
votes
3answers
71 views
Unknown code in webpages
Im finding unknown code in our live webpages.
We also noticed couple of websites hosted on our shared web hosting space are mysteriously getting deleted.
The unknown code we found is displayedd below ...
2
votes
5answers
241 views
Programming a Viral Botnet Killer
Wouldn't the best way to dismantle a botnet come from writing your own Virus?
Anti-Virus software never plays offense. It simply waits to be attacked by people who have ample time to ...
2
votes
1answer
297 views
Virus scanning in a Java webapp?
I'm writing a Java-based web app that allows users to upload and submit content to the site. Before it is made available, though, I'd like to perform a virus scan to ensure that no malicious content ...
2
votes
2answers
170 views
Why is Windows.dcu being flagged as a virus?? DELPHI [closed]
I thought maybe the delphi virus had infected my .dcu so I recompiled windows.pas that was in Delphi's C:\Program Fiels...\source\Win32\rtl\win. Here are the results.
Here's the virustotal result
...
2
votes
10answers
472 views
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 ...
2
votes
2answers
255 views
Using PHP's IMAP library triggers Kaspersky's Antivirus
I just started today working with PHP's IMAP library, and while imap_fetchbody or imap_body are called, it is triggering my Kaspersky antivirus. The viruses are Trojan.Win32.Agent.dmyq and ...
2
votes
11answers
4k views
Virus code injected in PHP Files
I own a website running on LAMP - Linux, Apache, mySQL and PHP. In the past 2-3 weeks the PHP and jQuery files on my website have become infected from malware from a site called gumblar.cn
I can't ...
2
votes
1answer
665 views
Virus upload scanning asp.net
How do you prevent people uploading viruses to your asp.net windows website ? The only user content I'll be showing are images, sounds and video, can these contain viruses ?
2
votes
2answers
453 views
Techniques to detect Polymorphic and Metamorphic viruses?
What techniques can be applied to detect Polymorphic and Metamorphic viruses?
How difficult is to implement these techniques?
Are these techniques being applied in modern day anti-virus softwares?
1
vote
1answer
25 views
How to debug spurious TCP requests coming from our own application?
We have a .NET application which, on a certain server, keeps making various TCP requests which are being blocked by our firewall.
The application has no reason to try to access the Internet, it only ...