antivirus

Virus scanning in build process

萝らか妹 提交于 2019-12-21 22:36:24
问题 I would like to incorporate scanning for viruses into a Java/Maven/Hudson build process. Unfortunately, i could not find any resources on dedicated tools for this kind of build step. My build environment is Linux-based. My question is: How can antivirus scanning be incorporated into a Maven and Hudson based build process? What are the best-practices? Should the scanning step be separate of the normal build, e.g. a pre-build step or even a separate build job? Should the scanning occur at a

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

十年热恋 提交于 2019-12-21 04:29:29
问题 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. Some background: I have an application written in Delphi. Ever since the Delphi virus was found, I've had problems with false positives on my applications, particularly my demonstration versions for some reason (they all share the same code). AVG has been good, and I can now whitelist my files

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

点点圈 提交于 2019-12-19 05:17:01
问题 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 an anti-virus and the security center list it. 回答1: You have to sign an NDA to get the information. Quoth MSDN forums: To register an antivirus product: Must be a member of the Microsoft Virus Initiative. OR Must meet the following three requirements: Must have a standard NDA with Microsoft. Must

Designing an instruction sequence so that it does something else if decoded with an offset

旧城冷巷雨未停 提交于 2019-12-19 04:46:42
问题 This question is a follow-up to that question. To set the context of this question, consider Null-free programming. This is a technique to masquerade a sequence of instructions (shellcode) as a string. In the C programming language, the byte 0 marks the end of a string, so the instruction sequence must be designed not to contain any such byte, otherwise it would be truncated by the string-manipulation function being abused. The IA32 and x86-64 instruction sets, with their variable-length

Setup and Use ClamAV (anti-virus) with Azure

旧时模样 提交于 2019-12-18 17:49:05
问题 I want to scan the files that are uploaded to my Azure blob. It looks like ClamAV (www.clamav.net) is probably the way to go. I see instructions on how to install on a Windows server, but what would my procedure be for a site hosted on Azure? I am using ASP.NET MVC. 回答1: Disclaimer: I haven't used ClamAV. Having said that... You should be able to install it during a startup task (with elevated privileges). I looked at the ClamAV wiki, and it appears that the msi has a silent-install: msiexec

Server side virus scan on a file for Windows

橙三吉。 提交于 2019-12-18 13:38:48
问题 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 trigger the scan. If possible i would really want to avoid any kind of windows scheduling to trigger the antivirus and then report the errors. 回答1: ClamAV offers API support and is free. I am also sure that many other commercial vendors offer the same at a price (generally large). http://www.clamav.net

python executables alarms antivirus

拈花ヽ惹草 提交于 2019-12-18 09:24:24
问题 I made a simple GUI (wxpython) application (some static text, buttons, comboboxes etc) and made exe file with pyinstaller, but the Avast antivirus says it's a virus. How can I fix this? 回答1: Send your EXE file to Avast for analysis: Report a Virus If you’ve encountered a suspicious file or received what you think is a false-positive virus alert , please contact our Virus Lab for an analysis. There is also a bug report for PyInstaller about this. The bug was supposedly fixed 13 months ago.

How to detect if a virusscanner and/or firewall is installed? (And a few other security-related Q's.)

人盡茶涼 提交于 2019-12-18 03:03:26
问题 I have an application and I'm trying to make sure it's running in a secure environment. First of all, I check if Windows is genuine, which makes it more likely that the user keeps it up-to-date. If not, I just pop up a message warning the user there's a possible risk because he still needs to validate Windows. Now, I want to do a bit more. I also want to check if the user has installed a virusscanner. I don't care which one, as long as he has installed one. Then the same for checking if a

Anti virus integration with .net application

匆匆过客 提交于 2019-12-17 22:42:42
问题 I would like to use anti virus integration with my .net application when uploading files using the application. Has any anti virus API available for .Net? 回答1: I don't want to resurrect an old question, but I was in need of a solution that the question was asking about. I evaluated a lot of things and came to the conclusion that there was really not one good .NET library for this. So I made my own. The library is called nClam, and it connects to a ClamAV server. It is open-source (Apache

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

末鹿安然 提交于 2019-12-17 16:27:40
问题 This question already has answers here : Closed 9 years ago . 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 virus: Trojan-GameThief.Win32.Lmir.pcd. There are 3 questions: Why it appears? How to prevent it? How to detect it? For the first question, because it detects always the same virus, I guess it is because one of my routines that I use in all my