Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VirusTotal Detections #66

Open
anthonybaldwin opened this issue Sep 24, 2023 · 1 comment
Open

VirusTotal Detections #66

anthonybaldwin opened this issue Sep 24, 2023 · 1 comment

Comments

@anthonybaldwin
Copy link

FYI:

https://www.virustotal.com/gui/file/7be01fc179a542e0c2adc5e2904ed52f6a950fe32e947c08202809daec3ab1a9/detection

image

@Fr33dan
Copy link
Owner

Fr33dan commented Sep 24, 2023

Other than registering the false positive there's not much I can do about this. It's not entirely surprising.

These scans check code behavior for suspicious activity without a good understanding of why the software in question might be doing that. In this case it probably sees how the converter finds existing files within you the AppData folder and modifies them. If you consider the nature of the application this makes sense, you've got to find the save files and change them. Modifying AppData could be used as a technique to inject malicious software into other applications (aka generate Trojans, as the second scanner flag states) so it makes sense to flag it.

This is happened to me before the private sector with other C# applications. With applications such as this that are legit the only way to get them off of these lists is to getting the company who makes the virus scanner to either get enough reports that the application is trusted to add it to a white list, or have it become large enough that someone in the company analyzes the file manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants