Section 01
[Introduction] Network Anomaly Detection System Based on Isolation Forest: An Unsupervised Machine Learning Security Solution
This article introduces a network anomaly detection system developed as an undergraduate course project for the Cybersecurity and Digital Forensics program at Kingston University, UK. Built on Python, the system combines Scapy for PCAP file parsing and the Isolation Forest algorithm (unsupervised machine learning) to implement anomaly detection, achieving an accuracy rate of 86.44% in tests with 50,000 data packets. The project source code is available on GitHub (link: https://github.com/anamrifzan27-lang/network-anomaly-detection).