antivirus

Prevent Anti-Virus to block outgoing email with C#

寵の児 提交于 2019-12-10 19:25:19
问题 I have an application with a static class that is capturing all errors that happens during the runtime (if its the case) and when process is done, it sends out an email with the list of errors so I or any other developers can address those errors. However my problem is that McAfee is blocking the request, as if it was a kind of virus. I do not have rights on my machine to edit McAfee settings, is it possible to fix it through C# code? Thank you 回答1: Probably McAfee is blocking outgoing

Use Microsoft Security Essentials in C# when downloading email attachment

南笙酒味 提交于 2019-12-10 18:42:30
问题 I'm making a simple program to get emails from a pop3 server using VS2010. probably gonna use the open source OpenPOP for some of it. And its supposed to then save the email and attachments in a MS SQL database. But the question is, while attached files are easy to download from the mail server, is there any way to scan the attached files? The small company im working at uses just Microsoft security essentials. Have googled around, but couldn't seem to find any info on this matter. 回答1: You

How do antivirus programs detect viruses? [closed]

我怕爱的太早我们不能终老 提交于 2019-12-09 14:23:32
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . 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. 回答1: There are three basic ways to find viruses. You can scan files to see if they have virus code in them from known viruses. You can scan files to see if the code will do

Server side virus scanning [closed]

ε祈祈猫儿з 提交于 2019-12-09 09:44:45
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . 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 multiple files at the same time. 回答1: I would have a look at Clam AntiVirus. It provides a clamscan program that

My C# program is detected as a virus?

谁说胖子不能爱 提交于 2019-12-09 08:45:52
问题 I have created a C# program and I recently noticed that when I merge my referenced .dlls into one executable .exe file using IL Merge, my Anti Virus (Avast) immediately deletes it and says that it's a virus. I always make lots of back ups so I tested the same thing with a back up from 2 days ago and I didn't experience this problem. So I deleted my recent code line by line and noticed what is triggering the program to be detected as a virus. I have a void where I check if a list of files

django manage.py runserver hangs after second request (intermittent)

為{幸葍}努か 提交于 2019-12-08 05:38:24
问题 My Django 1.11 app (using runserver) hangs after several requests. It doesn't matter whether it's accessed by Chrome, Postman, or curl. When it hangs, not even Ctrl+C can close it. The python.exe process must be killed. I tried debugging it but when Django is stuck, Python cannot be paused to get the threads/stack. 回答1: This actually happens to me due to Avast antivirus's Behavior Shield. If you google it you find out that Avast has a long history of "hating" Python: https://www.google.co.id

Development machines and anti-virus policy

我怕爱的太早我们不能终老 提交于 2019-12-08 02:45:25
问题 Our company uses Sophos Anti-Virus with a default configuration that performs on-access scanning on all files. We are considering turning this off for source code files but are concerned about the potential risk this poses. In our case these files are .cs files containing C# source code. Does this really pose a risk? Edit Within the company we have had a number of issues with viruses recently (all got caught by Sophos) and about 90% of these came from developer machines. Developers are doing

AVG detected my program as a virus. What's wrong here? [closed]

一笑奈何 提交于 2019-12-07 20:46:45
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . AVG says that the executable compiled from the code below is a high priority "Trojan horse PSW.Agent.AYRW". Is something wrong here, or is this just a false alarm? #include <windows.h> const char g_szClassName[]

Scan uploaded files C# ASP.net

孤街醉人 提交于 2019-12-06 08:30:34
I'm trying to do a virus scan on uploaded files. I have no control over the installed virus scanner, the product hosted by multiple parties with different scanners. I tried the following library but it always returns VirusNotFound on the eicar file. https://antivirusscanner.codeplex.com/ Do you know any other solutions? Yolofy ClamAV has pretty bad detection scores. VirusTotal is not on premises. I decided to create CLI wrappers for multiple scanners, nuget packages can be found here: https://www.nuget.org/packages?q=avscan And its documentation and source code available at https://github.com

Development machines and anti-virus policy

耗尽温柔 提交于 2019-12-06 08:01:37
Our company uses Sophos Anti-Virus with a default configuration that performs on-access scanning on all files. We are considering turning this off for source code files but are concerned about the potential risk this poses. In our case these files are .cs files containing C# source code. Does this really pose a risk? Edit Within the company we have had a number of issues with viruses recently (all got caught by Sophos) and about 90% of these came from developer machines. Developers are doing Windows dev work so have full admin rights on their machines. Source code files for statically typed,