Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

36
votes
11answers
4k views

Slowdown of Microsoft Visual Studio due to different Virus scanner

What is the least slow Virus scanner to use with Microsoft Visual Studio I have just had Microsoft Visual Studio “go slow” on me again due to my Virus Checker… (100s of Projects, some with over 100 ...
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 ...
16
votes
12answers
4k views

Least intrusive antivirus software for development PC?

What is the least intrusive and most effective antivirus software for a Windows PC that is used for software development (lots of small files and lots of disk I/O)? The software should support running ...
14
votes
9answers
1k views

Does Java have a built-in Antivirus? Is it true?

Does Java have a built-in Antivirus? One of my friends told me there is in the JVM itself - it's called the "sandbox". Is it true?
13
votes
3answers
526 views

Virus in Subversion repository, what to do?

Imagine the following situation: A virus infected file was commited into a Subversion repository. A Anti Virus scanner runs on the server and also scans the Subversion repository. The Anti Virus ...
12
votes
8answers
798 views

Antivirus False positive in my executable

I just ran into an annoying problem. Suddenly Avira AntiVir started to flag one executable from my software as being a virus. As the default action from almost any user is to click OK and Avira ...
9
votes
5answers
573 views

Long held AJAX connections being blocked by Anti-Virus

Ok, this is downright bizarre. I am building a web application that relies on long held HTTP connection using COMET, and using this to stream data from the server to the application. Now, the ...
9
votes
8answers
469 views

ensuring uploaded files are safe

My boss has come to me and asked how to enure a file uploaded through web page is safe. He wants people to be able to upload pdfs and tiff images (and the like) and his real concern is someone ...
8
votes
2answers
172 views

How do you deal with false positives from Anti virus companies ( Avast and Clama ) [closed]

Possible Duplicate: Antivirus False positive in my executable One application is currently getting detected by a false postive for virus by Avast and ClamAV ( Never heard of last one). I ...
8
votes
3answers
6k views

Detect Antivirus on Windows using C#

Is there a way to detect whether there is an antivirus software installed in a machine using C#? I know the Security Center detects antivirus software but how can you detect that in C#? A link would ...
7
votes
4answers
129 views

Application shown as threat by AVG

I am working on project in VB.Net that includes Socket Communication and embedded HTTPListeners, this is a group of applications that intercommunicate using Sockets. My problem is from few days I ...
7
votes
3answers
483 views

Can you recommend a good Java anti-virus component to integrate with JavaEE web application?

Would like to hear your suggestion to implement anti-virus Java API to scan uploaded document/files before storing them into database.
7
votes
3answers
301 views

How can I test my applications against the popular virus scanners?

I need to find out whether my apps are being flagged as viruses by the most popular anti-virus packages (not best, but biggest by user base). I therefore would like to know how others go about this. ...
7
votes
5answers
3k views

Visual Studio and Virus Scan of Temp folder

We are using Visual Studio 2008 as our primary development IDE. Our security team has set up McAfee to scan files in our \Local Settings\Temp folder. Unfortunately VS uses this directory during code ...
6
votes
2answers
100 views

Virus Scanning of Binaries — Blobs vs. Files

There has been a lot of discussion on SO about using blobs vs. files to store binaries, but the current issue I'm facing involves virus scanning. There are likely a lot of APIs that can be used to ...
6
votes
2answers
360 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
3answers
120 views

Compiler with built-in AV = No virus development?

Is it possible to produce compilers that heuristically check for malware behaviour? If it is possible why has not it been implemented? Wouldn't that strongly help preventing the production of such ...
6
votes
2answers
988 views

How does a Windows antivirus hook into the file access process?

The subject says it all. A normal antivirus has to intercept all file accesses, scan the files and then optionally deny access to the file (possibly even displaying a prompt to the user). How can this ...
6
votes
4answers
4k views

.NET virus scanning API

I'm building a web application in which I need to scan the user-uploaded files for viruses. Does anyone with experience in building something like this can provide information on how to get this up ...
6
votes
4answers
542 views

Virus scanners locking and deleting temporary files - best way to cope with them?

My application deals with e-mails coming from different sources, e.g. Outlook and IMAP mailboxes. Before parsing them, I write them to the temporary directory (keeping them in memory is not an ...
5
votes
2answers
215 views

Antivirus integration in PHP

I want to integrate antivirus plugin in my code ( To check the files when users are uploading or downloading, Like yahoo mail). How do we integrate an antivirus component inside PHP? Any ideas or help ...
5
votes
7answers
1k views

Java Antivirus… is it possible? How?

Is it possible to write an antivirus program in Java such as that it can intercept a program from being executed? Can I have such a deep control of the OS in Java? update: what about c#? same ...
5
votes
10answers
856 views

My Application's Auto-update utility is triggering Anti-Virus

I've created an auto-updating application which is distributed to 100s of users. The auto-update utility is being flagged by 55% of antiviruses on virustotal ( link ). My application was created in ...
5
votes
4answers
1k views

How do antivirus programs detect viruses?

How do anti-virus programs detect if something is a virus or trojan? I'm from Turkey, please keep the English simple if possible, thanks.
5
votes
6answers
1k views

Where does an uploaded file in ASP.Net 2 go?

I'm building a portal that will allow users to upload files. I need to make sure that these files do not contain viruses. My ideal solution would be to have the host OS AV keep a watch on temporary ...
5
votes
7answers
1k views

Server side virus scanning

I need to scan uploaded files for viruses on a Linux server, but I'm not sure how to go about it. What are my options, if any? I'm also interested in how the scanners perform when multiple users send ...
4
votes
1answer
243 views

Antivirus proccess kill prevention?

I was searching around in regards how to prevent an application from being killed but havent really found an answer that describes how it works for antivirus applications for example. What I am ...
4
votes
5answers
1k views

Run a Virus Scan While Uploading files in ASP.NET

I have developed a web based application in ASP.NET and C# where users have the facility to upload files on the server through this application I want the application to Scan the uploaded files for ...
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
277 views

Free anti-malware engine

I have to add malware detection capability to my application in Windows and decided to do so by making a GUI front-end for ClamAV and use system wide hooks to implement on-access protection feature. ...
4
votes
1answer
277 views

How does Firefox Version 3 invoke the anti-virus feature on Windows to scan a download?

Another question on StackOverflow is asking how this is done, but the general question of how Firefox manages this is even more useful, and would answer that question also. Without reading all the ...
4
votes
1answer
78 views

How to approach whitelisting an app/exe

We have an application that auto-installs upgrades of itself on our customers' (Windows OS/PCs) computers. It is lightweight (650K) and does a very specific task for our customers in helping us ...
4
votes
3answers
170 views

Suggestions requested on what to cover in seminar on `Recent Trends in Virus & Anti-virus Stratagies`

I'm going to give a seminar on "Recent Trends in Virus & Anti-virus Strategies" as a part of my course work in my Post Graduation. I got two months of time. So, I want to fully utilize this ...
4
votes
2answers
461 views

Norton 360 is thwarting my javascript — what should I do?

One of my clients has Norton 360 installed on his computer, and it's interfering with the javascript in my web pages. Not all JS, just some. Simple things like <a href="page.html" ...
4
votes
4answers
586 views

Get notification when a new drive is connected via USB or other means (C#)

I need to detect when a new drive is plugged into a Windows system through a USB port, firewire port, etc. I am aware of the WM_DEVICECHANGE message, but this requires a window to be open in order to ...
4
votes
3answers
422 views

Windows Server 2008 Antivirus Software with an API

I'm looking for an Antivirus package that is compliant with Windows Server 2008. That's not the hard part. What I need is an API layer on the Antivirus that i can call from managed .net code. For ...
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
1answer
220 views

Antivirus and file access conflict : good programming practices?

Sometimes, we experiment "access denied" errors due to the antivirus which handles the file at the same time our program wants to write/rename/copy it. This happens rarely but makes me upset because ...
4
votes
6answers
1k views

C# application detected as a virus

Regarding the same program as my question a few minutes ago... I added a setup project and built an MSI for the program (just to see if I could figure it out) and it works great except for one thing. ...
3
votes
2answers
78 views

Real-time monitoring technique

Most known AntiVirus software has a real-time monitoring feature, which means it can scan files before been accessed or executed. How a technique like this can be implemented? There is something in ...
3
votes
2answers
170 views

Is there an algorithm like Aho-Corasick?

Is there an algorithm like Aho-Corasick can match all patterns simultaneously and it is applicable to be used in Anti-Malware comparison? Does all known commercial antivirus software uses ...
3
votes
2answers
846 views

Check anti-virus status in C#

I need to check a group of servers to see whether the anti virus is up-to-date and running. Tricky thing is that they are spread over Windows 2003 and 2008 servers and I need to be able to check them ...
3
votes
2answers
629 views

How to prevent false positive virus alarm on my software? [closed]

Possible Duplicate: Antivirus False positive in my executable Until now, I had over 15 false virus alarms for my programs. Most of them were from Kaspersky, which reports ALWAYS the same ...
3
votes
2answers
216 views

How can I tell the “windows security center” that I'm an “antivirus”?

we are developing an anti-virus, I'm trying to find out how can we tell the operating system -windows XP in this case- that our software is an anti-virus. I want that the OS recognize our software as ...
3
votes
4answers
531 views

Files built with Delphi 2010 report virus/trojan

I tried to email a DLL-file built with Delphi but received an rejection email reporting: "Your email was rejected because it contains the Trojan.Delf-9364" So I uploaded the file to ...
3
votes
1answer
800 views

Server side virus scan on a file for Windows

I need to scan uploaded files on a windows server through my ASP.NET web app. However, am not aware if anti virus packages come with an "api" sort of a thing using which i can programmatically ...
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
2answers
360 views

Is there a way to avoid having my obfuscated application looking like a virus

When I obfuscate my application the antivirus gives a virus alert for the obfuscated application. What can I do to avoid this? I am using Visual Studio 2008 and .NET Reactor 3.9.8.0 on Windows XP ...
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: ...

1 2 3 4