A project to detect keyloggers in the system either in signature or a program! For windows and Linux
- Navigate to /data/Linux/
- Execute the file collect_data (run
./collect_data.sh) - Then execute
python3 extract_linfeatures.pyfor a cleaned csv without NaN values
The project is halted for now(for windows!). It will resume after 3 months of time. Till then stay tuned!
- Collects Linux system data
- Processes and labels/flags keyloggers of Linux processes
- Collects Windows system data (partial)
- Checks for Windows programs which have persistence
- Processes and labels/flags keyloggers of Windows processes
- Enough data collected for model training
- Model
- Detects processes easily with the model
