IridiumIO / CompactGUI

Transparently compress active games and programs using Windows 10/11 APIs
GNU General Public License v3.0
4.72k stars 224 forks source link

Matches YARA, Sigma, IDS malware rules. Why mess with browser settings in the registry? #346

Closed Logic-Elliven closed 4 months ago

Logic-Elliven commented 1 year ago

When you are signed/logged in to Virus Total: (google's 'check against ~70 AVs and anti hack software site) VT says:

I'm no dev and I know YARA etc guys can be paranoid, so maybe the above is ok and part of what's reqd to make ComnpactGUI work, but why:

etc-etc..? I see NO reason to go messing with browser settings and installing extensions!?? All these extensions are malicious according to https://www.joesandbox.com/analysis/849478/0/iochtml https://www.virustotal.com/gui/file/4d5bc15a1d8d1eb03df5c710ff23bd5f214a4d1f089c36d16aff54be241f2192/behavior

Also; uploading CompactGUI.exe to VirusToatal gives the results for CompactGUI.dll .dll not .exe ...?

So whatTF's going on here!???

Masamune3210 commented 1 year ago

I dont know what absolute pile of crazy is going on in that detection, but its false or at least being overly accusatory. I use CompactGUI all the time, and not once has it done anything involving Chrome or its extensions/settings. All it does is call into Windows's compression mechanics, it has no reason to know nor even to care about what chrome or any other browser is doing.

Iridium-IO commented 1 year ago

Yeah it literally doesn't touch those registry entries at all, not sure where that's coming from. In fact if you look at the full list of registry entries it is supposedly changing on VT, it include internet explorer, direct driver entries (including specifically Intel Xeon processors??). So yeah no idea where those are coming from, but at a guess maybe that's a .NET 6 thing?

Here's the source section so you can actually see what registry changes are being made, they're just enabling/disabling the context menu entry in explorer:

https://github.com/IridiumIO/CompactGUI/blob/653e7816dea1ae411b54d859e6e1268dbee1ef44/CompactGUI/Components/Settings/Settings_main.xaml.vb#L22-L51