Jump to content

Best Practices to Avoid Being Labelled a Virus?


Recommended Posts

Hello,

I've read the sticky thread on virus detection and I do understand why some AV makers are flagging AutoIT compiled scripts as a virus. The software I'm creating is nothing more than an IEEmbedded app which is an instructional tutorial. It involves a GUI, using an embedded IE window and some automation between the GUI and IE and doing updates via INetGet(). I've tried a few things like making a prompt to ask the user if they wish to start the tutorial and this alone got me off quite a few AV detection programs (according to VirusTotal). So it seems using IE or INetGet before asking the user consent sets off warnings. I don't mind asking for user consent on the installation, but on the actual app itself (and every time its run) is a little overkill in my opinion.

I'm looking for a legitimate set of recommendations or best practices to avoid getting labelled a virus. Any other suggestions people can make for legitimate apps without making the app itself constantly ask permission from the user?

Thank you.

Link to comment
Share on other sites

Asking permission from the user when a program runs is a sad symptom of stupid users, and unfortunately, that 'feature' is here to stay. The only recourse is to disable UAC (Which I have on my machine ... with a baseball bat ... it wasn't pretty), but that's on a per-user basis. Average Computer Joe isn't going to know how to do it, or for that matter even know it exists....

As far as best practices, there really isn't much you *can* do. I've had a "Hello World" program get nailed because the AV was looking at the UPX packer the script was compiled with.

Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache

Link to comment
Share on other sites

Hello,

I've read the sticky thread on virus detection and I do understand why some AV makers are flagging AutoIT compiled scripts as a virus.

You do? Why?

edit:

Really, when you answer that question the answer to all other questions will be nothing but obvious.

Edited by trancexx

♡♡♡

.

eMyvnE

Link to comment
Share on other sites

Couldn't resist :huh2:

The answer to all questions is 42.

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

Wow, thats really sad that viruses have made it so difficult for legitimate users to create software apps without getting labelled as malware too. I guess we kinda just have to live with being labelled a virus :huh2:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...