For Detection of SSH Attacks on Linux Machine, Read provided research paper for more details about methodology. Paper > https://1drv.ms/b/s!AlxwyurlqSWO7RlxZ01mJsaCyG3S
- Python 3.X
- Pytail
python -m pip install pygtail
- Install the requirements
- run main_ssh.py using
python main.py
- If everything is working convert it into executable service using pyInstaller
Dataset was collected inhouse, using server ssh log files.
feature extractor is embedded within the program, review ssh_on_demand_data_collection.py
code to understand it's working