Detects cyber threats to the end user with machine learning. This tool can do malware analysis of given exe file, spam analysis of given url and mail.
- Clone the repo
git clone https://github.com/emr4h/CyberMachine.git- Go to the CyberMachine folder:
cd CyberMachine- Please upload requirements
pip3 install requirements.txt- Then you can access the help menu with the command below:
python3 cybermachine.py --help- Malware Analysis with ML :
python3 cybermachine.py --exe <file_path> malwareML.mp4
- Mail Analysis with ML :
python3 cybermachine.py --mail <"message"> mailML.mp4
- Url Analysis with ML :
python3 cybermachine.py --url <"link"> urlML.mp4
If you are curious about the machine learning applications, success rates and analysis approaches used in the project, you can review my repositories below.
* Malware Analysis with Machine Learning
https://github.com/emr4h/Malware-Detection-Using-Machine-Learning* Spam Analysis with Machine Learning
https://github.com/emr4h/Spam-Email-and-Url-Detection-Using-Machine-Learning If you like the project, please give a star ⭐️ and don't forget to buy me a coffee ☕️

