stefansundin / altdrag

:file_folder: Easily drag windows when pressing the alt key. (Windows)
https://stefansundin.github.io/altdrag/
GNU General Public License v3.0
1.42k stars 94 forks source link

Alt+Drag (probably falsley) detected as Malware on VirusTotal (2/75) #174

Closed xcy7e closed 11 months ago

xcy7e commented 11 months ago

Hi there,

on virustotal there is 2 matches out of 75 for alt+drag, claiming:

This caught my attention via Microsoft's Process Explorer.

Can one explain this to me? I had this result on multiple systems, so I presume it's totaly legit. Maybe it's worth digging into from the coding perspective to see if it can be avoided. At least for the sake of compliance.

VirusTotal match: https://www.virustotal.com/gui/file/68f145aed758a51b638632c4b3fb61343827a72a7f96ef8f4fba64c117451a02/detection

RamonUnch commented 11 months ago

112

144

basically those are generic algorithms that detect wrongly AltDrag as infected. The reason is probably because it uses a low level mouse and keyboard hook, thus it looks like a keylogger to some AVs.