Software Architecture
Figure 1 shows the Intelligent Data Analytics software architecture.
- Suricata is a network traffic analysis tool that supports multi-thread traffic detection and identifies malicious traffic based on preset rules.
- Hyperscan is a high-performance regular expression matching engine that powers open source tools such as Suricata.
- The multi-pattern matching acceleration library is developed based on the hash algorithm and Aho–Corasick (AC) algorithm. It accelerates matching of massive-scale fixed-length rules or matching of hundreds of thousands of variable-length rules.
Parent topic: Introduction
