Hello,
I am working in a software development company and we are faced with an unusual behavior of Bitdefender Internet Security 2018. One of our products contains the executable tool - AblebitsMakediffs.exe. The tool is built in Visual Studio 2015 (C#), the tool is digitally signed, scanning on VirusTotal.com shows "No engines detected this file", manual scanning of this file with Bitdefender (right-click on it in Windows Explorer, choose Bitdefender -> Scan with Bitdefender) says "Your system is clean!". I can even start this tool manually by double clicking it in Windows Explorer with no issues.
But as soon as we try to execute this tool programmatically, Bitdefender detects "Atc4.Detection" and quarantines our executable. We have tried to use the CreateProcess and ShellExecute WinAPI functions, the Process.Start() .NET method, even a simple Office VBA macro - all with the same result.
I suppose this behavior is abnormal and we need to somehow fix this issue because this tool is used for running programmatically. Please let me know if you need any other details or source code for reviewing. Thank you in advance for your assistance.