|
-
Dec 12th, 2024, 11:16 AM
#1
Thread Starter
Frenzied Member
My programs are triggering anti-virus
I have about about a half-dozen programs that I have created for the company I work for, that are used on a daily basis. Quite often, but not always, they will trigger our corporate wide anti-virus program (Avast) for a user trying to run one of them. The anti-virus then tries to quarantine the program & deletes it from the folder where it resides (network location, not local HD). As you can imagine, this is quite a pain in the arse.
I also have a personal program that I created that is used by several hundred people worldwide, that also causes their AV to flag it.
Does anyone else have this issue? My programs don't do anything malicious, so I really dont understand why they would trigger any AV programs.
It appears that Windows Defender isn't a problem, just 3rd party AV programs. Is there anything I can do in my programs code to alleviate this?
-
Dec 12th, 2024, 11:33 AM
#2
Re: My programs are triggering anti-virus
Create exclusions in the AV configuration to not scan the folders your programs exist in.
See if Avast has a process where you can submit false positive .exe files to them so that they can do something that will prevent this from happening again.
-
Dec 12th, 2024, 12:58 PM
#3
Thread Starter
Frenzied Member
Re: My programs are triggering anti-virus
Our IT dept has created global exclusions for these programs, but for some reason they dont stick. Maybe because I update the programs regularly & the signature changes?
-
Dec 12th, 2024, 02:25 PM
#4
Re: My programs are triggering anti-virus
 Originally Posted by nbrege
Our IT dept has created global exclusions for these programs, but for some reason they dont stick. Maybe because I update the programs regularly & the signature changes?
If they are excluding it by some sort of file signature/hash, then yes, that would stop working when you update the .exe file.
What they should be doing instead, assuming Avast supports it, is simply excluding the entire path that your program resides in. Either by UNC path (\\ServerName\ShareName\FolderName\*) or drive path, if a mapped network drive is used.
-
Dec 12th, 2024, 03:20 PM
#5
Thread Starter
Frenzied Member
Re: My programs are triggering anti-virus
OK, but what about the personal program that I have that others use? I guess the question comes back to why does it trigger an AV program? Like I said, there is nothing malicious about it. What is the AV program detecting to make it think my app is bad? How do other developers get around this?
Last edited by nbrege; Dec 12th, 2024 at 03:23 PM.
-
Dec 12th, 2024, 03:36 PM
#6
Re: My programs are triggering anti-virus
 Originally Posted by OptionBase1
See if Avast has a process where you can submit false positive .exe files to them so that they can do something that will prevent this from happening again.
....
-
Dec 12th, 2024, 04:39 PM
#7
Thread Starter
Frenzied Member
Re: My programs are triggering anti-virus
 Originally Posted by OptionBase1
See if Avast has a process where you can submit false positive .exe files to them so that they can do something that will prevent this from happening again.
Not gonna go through that hassle. I believe I checked into it a few years ago & they wanted a fee to have your app certified as being "clean". I think my next course of action will be to convince our IT dept to remove Avast from certain PC's & just rely on Windows Defender
-
Dec 12th, 2024, 06:00 PM
#8
Re: My programs are triggering anti-virus
A/V tools flag up unknown binaries (or even unknown source code) as false positives, search this forum for information on Avast and what it does to unknown binaries even when exclusions are set. My first advice is to remove Avast and find another a/v tool, not easy in a corporate setting.
https://github.com/yereverluvinunclebert
Skillset: VMS,DOS,Windows Sysadmin from 1985, fault-tolerance, VaxCluster, Alpha,Sparc. DCL,QB,VBDOS- VB6,.NET, PHP,NODE.JS, Graphic Design, Project Manager, CMS, Quad Electronics. classic cars & m'bikes. Artist in water & oils. Historian.
By the power invested in me, all the threads I start are battle free zones - no arguing about the benefits of VB6 over .NET here please. Happiness must reign.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|