Summary of IDS Analysis Models and Techniques
2025, March 7
Signature-Based Models
Anomaly-Based Models
Hybrid Models
Statistical & Machine Learning Models
| Metric | Meaning |
|---|---|
| True Positives | Correctly flagged attacks |
| False Positives | False alerts on normal activity |
| True Negatives | Correctly identified normal activity |
| False Negatives | Missed attacks |
| Precision | TP / (TP + FP) |
| Recall | TP / (TP + FN) |
| F1-Score | Balance between precision and recall |