#Detect Malicious Activity in Electron App
6 messages · Page 1 of 1 (latest)
Hello. Thank you very much for answering. I would like to know if there is any way to verify if a user of my application carries out any attack attempt or malicious activity through the detection of their behavior in any form or view of my application. Something similar to what reCAPTCHA does on websites.
On the other hand, I am currently collecting data on the movements that a user makes through the mouse and the keys that they press. Maybe there could be an AI model that allows me to detect malicious activity with this data?
Detect Malicious Activity in Electron App
You track every actions of your users? Oo
Hello Arkellys. Thank you very much for answering. My app is still under development. I would like to detect that the one who is using it is not a bot. Any recommendation would be greatly appreciated.