-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1c0510b
commit b389fd3
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
# Aircraft-Network-Security-using-YARA-Rules-and-Machine-Learning-for-Threat-Detection-and-Prevention | ||
|
||
## Overview | ||
This project introduces an Intrusion Detection and Prevention System (IDPS) specifically designed for the unique cybersecurity requirements of aircraft networks. Leveraging YARA for signature-based detection alongside machine learning for anomaly detection, this system enhances security by identifying and mitigating cyber threats in real time. The IDPS integrates both signature and behavior-based patterns, providing robust protection for aircraft networks from cyber threats like malware, DDoS attacks, and unauthorized access attempts. | ||
|
||
## Features | ||
- **Signature-Based Detection**: Utilizes YARA rules for malware signature detection. | ||
- **Machine Learning Anomaly Detection**: Employs random forest classifiers and feature hashing for behavior-based threat identification. | ||
- **Real-Time Alerts**: Sends instant alerts to pilots and ground control upon detecting threats. | ||
- **Incident Response**: Implements automated responses, including blocking IPs and restricting access to compromised zones. |