Im currently doing a project that can detect Cryptojacking activity inside browser which is a desktop app. Instead of dealing with machine learning, i decided to use signature based detection tool which is YARA Rule. Im wondering how can i put the algorithm itself inside the code. Im using electronjs.
The idea that i have was to make a button that can run YARA externally. is it posible?