https://github.com/asmae-amahrouk/anti-ransomware
Implementing Anti-Ransomware using an IDS based on signatures and an IDS based on system behavior using Machine Learning.
https://github.com/asmae-amahrouk/anti-ransomware
anti-ransomware cybersecurity ids machine-learning python suricata-rules
Last synced: about 1 month ago
JSON representation
Implementing Anti-Ransomware using an IDS based on signatures and an IDS based on system behavior using Machine Learning.
- Host: GitHub
- URL: https://github.com/asmae-amahrouk/anti-ransomware
- Owner: Asmae-Amahrouk
- Created: 2025-03-23T06:18:56.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T06:50:01.000Z (2 months ago)
- Last Synced: 2025-04-23T00:42:48.900Z (about 1 month ago)
- Topics: anti-ransomware, cybersecurity, ids, machine-learning, python, suricata-rules
- Language: Python
- Homepage:
- Size: 983 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anti-Ransomware
Implementing an Anti-Ransomware using an :
- IDS based on signatures using Suricata
- IDS based on system behavior using a supervised Machine Learning algorithm , by tracking system parameters like : CPU usage, disk_io and network activity, then classifies the parameters value based on a predefined range of values into benign or malicious one!