Skip to main content
Scientific Reports logoLink to Scientific Reports
. 2024 Aug 12;14:18696. doi: 10.1038/s41598-024-67488-7

An improved equilibrium optimization algorithm for feature selection problem in network intrusion detection

Zahra Asghari Varzaneh 1, Soodeh Hosseini 1,
PMCID: PMC11319621  PMID: 39134565

Abstract

In this paper, an enhanced equilibrium optimization (EO) version named Levy-opposition-equilibrium optimization (LOEO) is proposed to select effective features in network intrusion detection systems (IDSs). The opposition-based learning (OBL) approach is applied by this algorithm to improve the diversity of the population. Also, the Levy flight method is utilized to escape local optima. Then, the binary rendition of the algorithm called BLOEO is employed to feature selection in IDSs. One of the main challenges in IDSs is the high-dimensional feature space, with many irrelevant or redundant features. The BLOEO algorithm is designed to intelligently select the most informative subset of features. The empirical findings on NSL-KDD, UNSW-NB15, and CIC-IDS2017 datasets demonstrate the effectiveness of the BLOEO algorithm. This algorithm has an acceptable ability to effectively reduce the number of data features, maintaining a high intrusion detection accuracy of over 95%. Specifically, on the UNSW-NB15 dataset, BLOEO selected only 10.8 features on average, achieving an accuracy of 97.6% and a precision of 100%.

Keywords: Equilibrium optimizer, Feature selection, Levy flight, Opposition-based learning, Intrusion detection system

Subject terms: Engineering, Mathematics and computing

Introduction

Computer networks have become a fundamental aspect of our daily lives, from business operations to personal communication. However, the growing utilization of computer networks has also resulted in a rise in network attacks, making network security a top priority1,2. Network attacks can result in data theft, system damage, and financial losses. Therefore, it is essential to have a robust IDS in place that can identify and prevent unauthorized access to the system3. Therefore, network security is of paramount importance in today's Internet-connected world. Intrusion detection systems are key tools for protecting networks and detecting potential threats4. One of the techniques that can be effectively used to detect network intrusion using a trained dataset of network attacks is machine learning. The data set extracted from the network can include various features such as network traffic, network resource usage, and user activities, which are used to describe an instance in the data set5,6.

However, IDSs face the challenge of high-dimensional data containing many redundant or irrelevant features7. Feature selection that identifies a minimal set of important features, can enhance the performance of IDSs by reducing dimensionality, enhancing accuracy, and speeding up the learning process. Feature selection is performed to enhance the model's execution by decreasing the complexity and the dimensionality of the input space and to avoid overfitting8,9. Relevancy measures the degree of a feature's relationship with the target variable. Relevance features are more likely to be useful for predicting the target variable. On the other hand, when there are two or more features with the same information in the data set, data redundancy occurs and causes the machine learning model to learn noise in the data instead of basic patterns, which leads to overfitting and cannot be good to generalize on new data. In the feature selection process, a subset of features is identified from the dataset to reduce the amount of noise and data redundancy for use in machine learning10,11.

There are several techniques for selecting features, such as filter, wrapper, and embedded approaches12. The top-ranked features are chosen using filter methods, which rank the features according to how relevant they are to the target variable. Using several feature subsets, wrapper techniques assess the model's performance and choose the subset with the best performance. Feature selection is a step in the training of a model in embedded techniques, such as regularization techniques in linear models13.

Wrapper approaches examine the space of potential feature subsets using a search algorithm, like a metaheuristic algorithm and select the subset that gives the best performance14. In wrapper methods for feature selection, a metaheuristic algorithm is utilized to search for the ideal selection of features to optimize the model's performance. The algorithm assesses the model's performance using a validation set and identifies the subset of features that results in superior performance. This process is repeated multiple times with various subsets of features, and the subset that delivers the optimal performance overall is chosen as the final set of features15. Optimization techniques known as metaheuristics are created to identify the best answers to challenging optimization issues16,17. These algorithms use a random search mechanism to explore the solution space and make use of heuristics to direct the search toward areas of space that show promise18,19. They are often used for feature selection because they can efficiently search through large search spaces and find near-optimal solutions20,21.

These algorithms can explore different combinations of features and evaluate their performance without exhaustively searching through all possible feature subsets, which can require substantial computational resources or even be infeasible for large datasets22. Several metaheuristic algorithms have been successfully applied to feature selection, which requires the identification of a subset of pertinent features from a high-dimensional dataset. Some metaheuristic algorithms for feature selection include Particle Swarm Optimization (PSO)23, Grey Wolf Optimizer (GWO)24, Horse herd Optimization Algorithm (HOA)25, Starling Murmuration Optimizer(SMO)26, Harris hawks optimizer (HHO)27, Harmony search algorithm (HS)28, and Differential Evolution (DE)29. These algorithms have been shown to effectively pick the most informative features while decreasing the problem's computational complexity. In the last few years, a metaheuristic algorithm called the equilibrium optimization (EO) algorithm was introduced and inspired by physics30. The most important reason for choosing the EO algorithm was to provide very competitive results compared to existing powerful algorithms in solving complex problems with high dimensions such as network intrusion detections. In this paper, the primary issue is feature selection to reduce data dimensions. As a result, the EO algorithm was selected due to its strong global search capabilities, resilience to local optima, and computational efficiency. These factors are all crucial considerations for effective feature selection. Also, simplicity in the execution and implementation of the problem in the EO was another reason for choosing this algorithm. However, like other metaheuristic algorithms, the EO algorithm exhibits some limitations including slow convergence and falling into local optima31. In this study, we proposed an enhanced EO algorithm named BLOEO for selecting effective features in intrusion detection. The BLOEO algorithm incorporates Opposition-based Learning to improve the diversity of the population and the Levy flight mechanism to escape local optima. In the following, the study's contributions are briefly stated.

  • Presenting a novel feature selection method, employing an improved binary EO.

  • Improving the diversity of individuals in the population and improving the exploration phase of the EO algorithm by using Opposition-based Learning and employing the levy flight to escape from the local optimum.

  • Detection of network intrusions by selecting optimal features, and proposing BLOEO algorithm.

  • Evaluating the efficiency of BLOEO using NSL-KDD, UNSW-NB15, and CIC-IDS2017 datasets and comparing the test findings with other metaheuristic algorithms concerning accuracy, recall, specificity, precision, and F-Score.

This paper is organized as follows: Section "Related work" gives a brief review of the related works. Section "Equilibrium optimizer" outlines the standard EO algorithm. Section "Proposed algorithm" includes the details of the proposed algorithm, LOEO. The simulation and results of intrusion detection datasets in the feature selection issue are provided in Sect. "Experimental results". Finally, Sect. "Conclusion and future works" contains the conclusions and future direction of the study.

Related work

The issue of network security has become increasingly important as computer networks are being used in various fields. An intrusion detection system's objective is to determine and avoid unauthorized entry into the system. However, the existence of a vast number of features in IDSs poses a challenge. To address this challenge, researchers have proposed multiple feature selection algorithms for IDSs. These algorithms aim to identify the most useful and effective features from the data to enhance the accuracy and efficiency of the IDS.

ZHAO et al.32 introduced a new IDS that combines feature selection with a weighted stacking classifier named CFS-DE, to constrain the dimension of the features, and enhance the classification performance. CFS-DE is used to search for the most suitable set of features, Meanwhile, the weighted stacking algorithm improves the base classifier weights that exhibit favorable training results and reduces the weights of those with unfavorable results. The system aims to enhance the efficiency of intrusion detection by decreasing the dimension of features and enhancing the accuracy of the classification. Hajisalem and Babaei33 proposed a novel hybrid classification approach that integrates two optimization algorithms ABC and AFS. The approach incorporates Correlation-based Feature Selection and Fuzzy C-means clustering methods to partition the training dataset and eliminate irrelevant features. To differentiate between normal and anomalous records, their method uses the CART to build If–Then rules based on the selected attributes. Asghari Varzaneh et al.34 introduced a fuzzy rule-based classification framework to detect intrusions within computer network environments. To bolster the classification efficacy, the researchers devised a novel technique relying on Genetic Algorithms (GA) to optimize the rule weighting scheme. The proposed methodology was validated using the benchmark KDD99 dataset, and the experimental findings indicate that it significantly improves the detection accuracy and reduces the false alarm rate of the fuzzy rule-based classification system. Samadi Bonab et al.35 introduced a method to detect the most important features for constructing an IDS and proposed a new hybrid method based on FFA and ALO optimization algorithms to identify the optimal features and improve the performance of IDS. The proposed method is intended to enhance the effectiveness of IDS by identifying important features from a high-dimensional dataset. Emary et al.36 proposed a binary variant of the ALO algorithm specifically designed for wrapper-based feature selection. They utilized a K-Nearest Neighbors (KNN) classifier and aimed to discover an ideal subset of features that maximizes classification performance. The proposed method was performed on 21 standard datasets concerning evaluation criteria. In37, a wrapper-based model was proposed using an adapted whale optimization algorithm (WOA) for intrusion detection. To overcome the issue of early convergence resulting in a local optimal solution, the authors hybrid WOA with operators of the genetic algorithm. The suggested method uses the SVM algorithm to find important features in network data to accurately identify intrusions.

Alazzam et al.38 developed a feature selection method for IDS that employs the PIO for the selection process. The authors also proposed a novel model for binarizing a continuous PIO and compared it to the traditional ways. The developed model aims to enhance the performance of IDS by selecting the most important features from a high-dimensional dataset. Al-Yaseen et al.39 proposed an optimized wrapper feature selection method to boost the efficiency and decrease the processing time of IDS. The method selects relevant features based on a differential evaluation algorithm and then assesses the features utilizing a classifier. Fatani et al.40 developed new techniques for IDS feature extraction and selection using swarm intelligence algorithms. The authors designed a mechanism for extracting features with convolutional neural networks (CNN) and presented an alternative feature selection approach using the Aquila optimizer (AQU). The introduced approach aims to improve the effectiveness of IDS by identifying the best features from a high-dimensional dataset.

In41, the researchers developed an intrusion detection model that makes use of an enhanced Random Forest (RF) classifier and BMRF optimization employing an adaptive S-shape operation. The RF classifier is applied for feature evaluation and to construct a model for intrusion detection, while the BMRF method is applied to determine which features from intrusion detection datasets are most relevant and eliminate redundant and unnecessary ones. Otair et al.42 proposed an enhanced GWO-based PSO for IDSs in wireless sensor networks. The proposed technique utilizes the GWO algorithm for feature selection and hybridizes it with PSO to incorporate the most advantageous data for every gray wolf position using the best value. The PSO algorithm preserves the individual's best position information to avoid the GWO from getting trapped in a local optimum.

One of the techniques that can be effectively used to detect network intrusion using a trained dataset of network attacks is machine learning. The data set extracted from the network can include various features such as network traffic, network resource usage, and user activities, which are used to describe an instance in the data set.

Equilibrium optimizer

Faramarzi et al.30 introduced a novel metaheuristic algorithm in 2020, based on physics, and for each optimization issue, it predicts equilibrium states as the best solution using a model of dynamic mass balance on a control volume. The EO consists of an initial population of concentration vectors in the search space, where every vector depicts a possible fix and is treated as its position. The initial population is generated using the following formula to begin the optimization process:

Cid=LB+randid×UB-LB,i=1,2,,Nandd=1,2,,D 1

where the population's size is established by N, the size of the problem's dimensions is indicated by D, the lower bound by LB and the upper bound by UB, and the initial concentration vector of the ith individual candidate in the population is represented by Cid. The vector randid is in the range of [0,1].

The EO algorithm converges to an equilibrium state, which represents the outcome of the optimization process. However, only equilibrium candidates are utilized to direct the individual in their search pattern; the final equilibrium balance remains unknown. The four top individuals identified in EO by their fitness scores make up the equilibrium candidates, which are meant to increase the capacity for exploration. To encourage better exploitation, the average of the top four individuals is also presented. The vector that contains these five equilibrium candidates is called the equilibrium pool, and it has the following definition.

Ceq,pool=Ceq(1),Ceq(2),Ceq(3),Ceq(4),Ceq(avg), 2

where,

Ceq(avg)=Ceq1+Ceq2+Ceq3+Ceq44 3

and

fCeq(1)fCeq2fCeq3fCeq4, 4

where vector Ceq,pool determines the equilibrium pool, Ceq(1),Ceq(2),Ceq(3),Ceq(4) are the top four candidates identified thus far, and the average of the top four candidates is Ceq(avg). In each iteration, utilizing the same probability for random selection among potential solutions, the concentration of individuals is updated. Equation (5) is used to update the concentration vectors:

Cnew=Ceq+Gλ1-F+Cold-Ceq×F, 5

where Cold and Cnew denote the present concentration and the new concentration vectors of individuals, respectively. In the equilibrium pool, one concentration vector is arbitrarily chosen Ceq. Equation (6) is used to calculate the vector F, often determined as the exponential term:

F=e-λ(t-t0), 6

where λ is a random vector with d dimensions, in the range of 0–1. With each iteration increment is calculated as follows—where Iter is the present iteration and Max_Iter is the maximum iteration—the t parameter is lowered.

t=(1-IterMax_iter)(a2IterMax_iter), 7

where the capacity to exploit is controlled by a2. The a2 variable in the EO algorithm is set to 1. The value of the t0 is calculated with Eq. (8) and it controls the exploration and exploitation, where r is identified with a random vector in the range of 0 and 1, signr-0.5 show the orientation of exploitation and exploration during the search process.

t0=1λln-a1signr-0.51-e-λt+t 8

a1 is constant number and controls the exploration capability and its value is 1. The final variant of the exponential is obtained by substituting Eq. (8) into Eq. (6):

F=a1signr-0.5e-λt-1. 9

One of the key factors in the EO influencing the exploitation capabilities is the generation rate G. The calculation for this parameter is as follows:

G=G0e-λ(t-t0)=G0F, 10

where,

G0=GCPCeq-λC 11
GCP=0.5r1r2GP0r2<GP, 12

where the random values in [0,1] are r1 and r2. The GCP vector is to regulate the generation rate, while G0 is the starting generation rate vector. GP is the generation probability that is employed to strike a balance between exploring and exploiting and is set with GP = 0.5. Figure 1 shows the flowchart of the EO algorithm.

Figure 1.

Figure 1

Flowchart of the equilibrium optimizer.

Proposed algorithm

The standard equilibrium optimization (EO) algorithm suffers from two major problems: lack of population diversity and premature convergence. To overcome these issues, an enhanced version of EO is developed here with two main phases:

At the first step, the Opposition-Based Learning (OBL) technique is employed to improve population diversity43. In OBL, for each candidate solution Xi in the present population, an opposite solution X'i is generated utilizing Eq. (13) where the upper and lower bounds of the search space are ai and bi, respectively.

Xi=ai+bi-Xi 13

The fittest solutions from the present population and the following generation are chosen from the opposing population. This helps in the exploration of the search space and avoids premature convergence.

Secondly, the Levy flight technique is applied to update the population. In Levy flight, the new solutions are generated by using a random walk process with a Levy distribution. The Levy distribution has an infinite variance and generates new solutions in large steps, which helps in the fast exploration process44. At each generation, a fraction of the best solutions (70%) is updated using Levy flight while the remaining solutions are updated using the traditional EO update equation. The Levy flight phase helps in escaping from local optima. New solutions are provided by utilizing the following random walk equation:

Cnew(i)=Ceq(i)+Levy(D)×S 14

Where Cnew(i) and Ceq(i) are the new and old solutions, respectively. S is the step size and its value is adjusted by S = 1/t and decreases over time, where t is the iteration number. This will make the steps larger at first, but decrease over time. Levy(D) is a Levy distribution and it is calculated as:

Le´vyβ0.01uv1/β,u=0,σu2,v=0,σv2 15
σu=Γ1+βsin(πβ/2)Γ1+β/2β2(β-1)/21/β,σv=1

where v is a random value in a normal distribution. The Levy distribution has an infinite variance and generates new solutions in large steps, enabling fast exploration of the search space. The Pseudo-code of the introduced LOEO is shown in Algorithm 1.

Computational complexity

The computational complexity of the proposed LOEO algorithm is obtained in this subsection. Computational complexity affects the algorithm's effectiveness, and in the presented LOEO algorithm, an algorithm with less complexity has been tried. Consequently, the complexity of the proposed method is expressed by the Big-O notation. The four primary factors that affect complexity are initialization, iteration count, fitness function assessment, and particle concentration updates. O (1) is the problem definition, and O (N × D), where D is the problem dimensions and N is the number of particles, is the complexity of the initialization phase. There are T iterations in total. Each particle's function evaluation complexity is O(C), and it takes O (N × C) time to assess the population's fitness. It costs O (N) time to save memory.

The complexity of the Opposition-Based Learning Operator is O (N × D), and the updating process takes O (N × D) time. Also, every iteration, the update process of particle's positions is performed for a number of population members, when M is the number of particles to which the Levy flight Operator is applied, has a complexity of O (M × D). As a result, the LOEO algorithm's overall temporal complexity is computed as follows.:

OLOEO=O1+ON×D+OT×N×C+OT×N+OT×N×D+OT×M×D+OT×N×DOT×NC+MD+2ND. 16

Algorithm 1.

Algorithm 1

Pseudo-code of LOEO

Application of LOEO in feature selection

This section measures the efficiency of the LOEO algorithm for binary optimization issues by applying it to the feature selection problem. Moreover, a binary adaptation of the original LOEO algorithm called BLOEO is developed to select the best features from the datasets of three data consisting of NSL-KDD, UNSW-NB15, and CIC-IDS2017.

The LOEO utilizes the variable threshold approach described in Eq. (17) to transform continuous solutions into binary representation in this section. The new binary position of the ith search individual is represented as bidt+1, where θ is a variable threshold set by the user to 0.5.

bidt+1=1ifCidt+1>θ0ifCidt+1θ 17

The problem of feature selection is an optimization issue that involves binary variables. Each solution in this problem can be shown as a vector with one dimension, where the length of the vector determines how many features are present in the dataset. Each feature in the vector can take one of two values: "0" shows that the matching feature is not chosen, whereas "1" indicates that it is. A sample feature selection vector containing D features is represented in Fig. 2.

Figure 2.

Figure 2

Solution representation for the feature selection problem.

The fitness function employed in this problem has two primary goals, as stated in Eq. (18): to reduce the number of features chosen and maximize accuracy. The optimal solution obtains the most accuracy for classifier model while selecting the fewest possible features. To evaluate solutions, a KNN classifier is employed45. A subset of features is chosen by the solution for each iteration, and the KNN classifier trains data using the chosen feature subset and determine accuracy. As a result, the objective function is obtained as follows:

Fiti=αE+βFiD 18

where E denotes the error rate of the KNN classifier, Fi is the amount of the selected features in a subset of Fi, and D determines the whole of the features. α and β are criteria to check the importance of accuracy and the number of features in the subset, respectively. In this paper, α = 0.99 and β = 0.01, based on46.

Experimental results

In this section, the effectiveness of the BLOEO algorithm in identifying the better feature subset is examined on three datasets, including NSL-KDD, UNSW-NB15, and CIC-IDS2017. The results of our experiments are compared with other algorithms including the Sine Cosine algorithm (SCA)47, GWO48, HHO49, Differential Evolution (DE)50, and Salp Swarm Algorithm (SSA)51. To assess and contrast the proposed BLOEO algorithm with alternative methods, each algorithm is independently executed 20 times on a PC equipped with an Intel® 6.0 GB RAM Core™ i5 2.40 GHz processor. Additionally, Windows 10's MATLAB 2019b platform is used to run the apps.

Datasets description

The NSL-KDD52,53, CICIDS201754,55, and UNSW-NB1556,57 datasets are often utilized for evaluating network IDSs (NIDS). An upgraded version of the KDD Cup99 dataset is the NSL-KDD dataset, with duplicate records removed and the data size reduced. Simulated attacks include Denial of Service (DoS) attacks, User-to-Root (U2R) attacks, Remote-to-Local (R2L) attacks, and probe attacks. The CICIDS2017 dataset includes simulated real-world network traffic data and is divided into normal and attack behaviors, with attacks classified: brute force FTP, brute force SSH, DoS, heartbleed, web, infiltration, botnet, and DDoS attacks. The UNSW-NB15 dataset was constructed utilizing the PerfectStorm tool to simulate nine distinct network attacks, such as DoS, ShellCode, Worms, Fuzzers, and Backdoors, among others.

Data preprocessing

In this section, the evaluated datasets are preprocessed in three main steps: data transformation, deletion of duplicate records, and data normalization58.

Data transformation: The data features consist of both numbers and strings. To apply the proposed method to the dataset, the string features need to be converted to numerical values.

Deletion of duplicate records: In the next step, duplicate records are removed from the dataset to prevent biasing the classifiers towards frequent records. At this stage, a large number of duplicate records are removed from the KDDCUP 99 dataset. The two datasets NSL-KDD and UNSW-NB15 have no duplicate records. Additionally, missing values are managed at this stage.

Data normalization: In the next step, data normalization is carried out. During the scaling process, the data values of each feature are placed in a proportional range. After scaling, the values of a feature are placed in the specified range [0, 1]. Equation (19) formulates the data normalization process in the range [0, 1]59.

Xnormalized=X-XminXmax-Xmin 19

Finally, the feature selection process is applied to reduce the number of features of the dataset to increase the efficiency of classification. In this study, a wrapper-based feature selection method is proposed to reduce the number of dataset features using the proposed BLOEO algorithm.

Parameter settings

For all experiments conducted, the KNN classifier in all methods with k = 5 to categorize feature subsets is employed to determine the optimal subset of features.

There are two reasons to choose KNN over other classifiers. Firstly, KNN is a simple yet powerful algorithm that can capture both linear and non-linear relationships within the data. This makes it well-suited for the exploratory nature of the feature selection task. Secondly, KNN requires minimal hyperparameter tuning, which aligns to maintain a lightweight and efficient evaluation process during optimization. This combination of effectiveness and efficiency makes KNN an ideal choice as the classifier for guiding the feature selection algorithm toward the optimal subset of features. To train the KNN, each dataset is split into K-folds for cross-validation purposes to assess the performance of the algorithms. To be more precise, the dataset is divided into K equal parts (K = 10) at random, K − 1 folds are utilized for training, while one-fold is reserved for the testing set. The algorithms are executed 20 times independently, using a uniform random distribution applied to create the starting population. Moreover, the maximum number of iterations and population size are set at 100 and 20, respectively, for all algorithms. When choosing the parameters for the KNN algorithm and each of the metaheuristic algorithms, a systematic adjustment process has been used to ensure computational feasibility. In this process, a balance is struck between model complexity and generalization performance on validation data, so algorithms can effectively explore the feature space without overfitting. Also, parameters were selected in optimization algorithms based on alignment with exploration and convergence characteristics. The algorithms' parameter settings are shown in Table 1.

Table 1.

Parameters setting.

Algorithms Parameters
GWO A = [2,0] (Linearly decreasing)
DE CR = 0.7
SCA r1 = [2,0] (Linearly decreasing), r2 = [0, 2] r3 = [0, 2], r4 = [0, 1]
SSA C1 = [2,0] (Linearly decreasing)
HHO E = [2, − 2] → 0 (Linearly decreasing)
LOEO a1 = 2, a2 = 1, GP = 0.5

Evaluation metrics

The proposed BLOEO and comparative algorithms are evaluated based on various performance metrics, including fitness, the number of selected features, precision, accuracy, sensitivity or recall, specificity, and F-Score. The criteria were chosen to align with the main goal of this paper, which is to select crucial features and accurately predict network attacks. These criteria assess and evaluate the algorithm's performance from various perspectives and strive to strike a balance between algorithm complexity and performance. The definitions of these measures are computed using Eqs. (20)–(24)60,61. The numbers TP and TN in these equations represent the number of positive and negative samples, respectively, that the classifier correctly classifies. The number of positive samples that a classifier wrongly classifies as negative is represented by FN, and the number of negative samples that a classifier incorrectly classifies as positive data is represented by FP.

Accuracy=TP+TNTP+TN+FP+FN 20
Sensitivity=TPTP+FN 21
Specificity=TNTP+FN 22
Precision=TPTP+FP 23
F-Score=2(Precision×RecallPrecision+Recall) 24

Simulation results and discussion

The proposed binary LOEO algorithm's simulation results are reported in this subsection. On intrusion detection datasets. We analyze and discuss the findings by comparing the BLOEO model with state-of-the-art models.

Comparison of algorithms on the NSL-KDD dataset

To assess the LOEO algorithm's effectiveness in solving the feature selection problem, every experiment was carried out on three datasets including NSL-KDD, CICIDS2017, and UNSW-NB15. In Table 2, the BLOEO algorithm is compared with other competing algorithms regarding accuracy, fitness, and number of selected features, and the results are presented. All algorithms were executed 20 times and their average was calculated and reported in Table 2. The results of experiments on the NSL-KDD dataset show that regarding accuracy and fitness, even though all algorithms have relatively good results, compared to other competing methods, the BLOEO performs better. The classification accuracy of the proposed BLOEO algorithm with a value of 0.958 on NSL-KDD data is better than other algorithms. Also, this algorithm is superior to competing algorithms by obtaining values of 0.042 and 14.3 for Fitness and the number of selected features, respectively. This issue can have a positive effect on the quality of the IDS. After BLOEO, the SCA algorithm is ranked second and has a relatively good performance in selecting rich features in intrusion detection.

Table 2.

Comparison results of algorithms in terms of accuracy, Fitness, and the number of selected features.

BLOEO GOW HHO DE SSA SCA Measures Datasets
0.958 0.943 0.942 0.939 0.922 0.942 Accuracy NSL-KDD
0.042 0.057 0.058 0.061 0.078 0.058 Fitness
14.3 19.6 16.4 17.2 18.5 14.7 # Features
0.945 0.896 0.889 0.903 0.863 0.891 Accuracy CICIDS2017
0.055 0.104 0.111 0.097 0.137 0.109 Fitness
18.4 23.5 24.7 27.9 25.5 24.1 # Features
0.976 0.912 0.931 0.880 0.882 0.925 Accuracy UNSW-NB15
0.024 0.088 0.069 0.120 0.118 0.075 Fitness
10.8 13 11.7 14.6 18.8 12.6 # Features

The convergence curve for the BLOEO and the other compared algorithms is exhibited in Fig. 3. This figure shows that all the algorithms are able to converge well to the optimal solution, but among the algorithms, the BLOEO algorithm is the best. Also, the BLOEO algorithm has been able to escape from local optima and converge to the global optimal solution, and compared to other algorithms, it has obtained the lowest fitness value.

Figure 3.

Figure 3

Comparison of convergence curve of algorithms on NSL-KDD dataset.

Comparison of algorithms on the UNSW-NB15 dataset

The simulation results on the UNSW-NB15 dataset in Table 2 show the efficiency and the BLOEO algorithm's superiority over alternative methods. Numerical results regarding the accuracy criteria and the fitness of the compared algorithms show that the BLOEO algorithm can have an accurate and efficient diagnosis for possible attacks on the computer network with a good and significant difference in comparison to other algorithms. Figure 4 represents the convergence curve of metaheuristic algorithms along with the BLOEO algorithm. As represented in this figure, the BLOEO algorithm in the same initial iterations has been able to have a good convergence in reaching the optimal solution and obtain a relatively good convergence rate close to zero. In addition, by contrasting the number of selected features, we can understand that considering this criterion, BLOEO is almost equal to the SCA algorithm and is better than other algorithms. That is, it can obtain the desired classification accuracy by choosing fewer features. However, the comparison of metaheuristic algorithms with the proposed BLOEO algorithm is not limited to the criteria considered above. Experiments are also performed on the three introduced intrusion detection data sets regarding precision, sensitivity, specificity, and F-score. The numerical findings calculated from the tests are exhibited in Table 3. According to findings, the BLOEO algorithm has almost been able to perform better than others on all three data.

Figure 4.

Figure 4

Comparison of convergence curve of algorithms on the UNSW-NB15 dataset.

Table 3.

Comparison results of algorithms in terms of precision, sensitivity, specificity, and F-score.

BLOEO GOW HHO DE SSA SCA Measures Datasets
0.982 0.959 0.962 0.955 0.951 0.964 Precision NSL-KDD
0.957 0.936 0.922 0.901 0.914 0.931 Sensitivity
0.977 0.950 0.953 0.938 0.947 0.957 Specificity
0.969 0.947 0.941 0.927 0.932 0.947 F-score
0.971 0.933 0.912 0.932 0.892 0.922 Precision CICIDS2017
0.954 0.900 0.890 0.911 0.869 0.901 Sensitivity
0.966 0.924 0.898 0.925 0.887 0.920 Specificity
0.962 0.916 0.900 0.921 0.880 0.911 F-score
1.000 0.939 0.958 0.916 0.920 0.949 Precision UNSW-NB15
0.973 0.918 0.936 0.934 0.911 0.956 Sensitivity
0.983 0.928 0.944 0.908 0.918 0.931 Specificity
0.986 0.928 0.946 0.924 0.915 0.952 F-score

Comparison of algorithms on the CIC-IDS2017 dataset

The evaluation outcomes of various comparative algorithms and the BLOEO algorithm on the CICIDS2017 dataset are also represented in Table 2. In addition, Fig. 5 illustrates the convergence curve of all algorithms. According to this figure, The BLOEO algorithm has a good chance of escaping local optima and achieving convergence to the global best answer. Perhaps, if the number of iterations of the algorithm was more, it could still achieve better results by better searching the space. In general, the presented numerical results and the convergence diagram indicate that the BLOEO algorithm is more successful than other algorithms and has performed better in data classification and intrusion detection. Moreover, it has selected a few features from this data set and in this way creates an intrusion detection system with low complexity.

Figure 5.

Figure 5

Comparison of convergence curve of algorithms on CICIDS2017 data.

To show how the BLOEO algorithm performs in comparison to other algorithms, Friedman's statistical test can be employed to order. Figure 6 exhibits the findings of Friedman's test to compare the efficiency of the proposed algorithm and other competitors regards the fitness value of the algorithms. According to this figure, the BLOEO algorithm has been able to get the first rank among competing algorithms and they differ greatly from one another. Therefore, by proving this issue, the BLOEO algorithm applies to other optimization issues, especially binary problems such as feature selection.

Figure 6.

Figure 6

Friedman test results.

Apart from the algorithms that were compared in the preceding section, the BLOEO algorithm was also compared with four state-of-the-art algorithms presented in recent years. These algorithms include BHOA25, BIMEO31, and the research is done by Tama et al.62, Alazzam et al.38 and Kareem et al.63.

Table 4 illustrates the evaluation findings of the compared algorithms on NSL-KDD, CICIDS2017, and UNSW-NB15. As observed, the BLOEO algorithm has the highest performance on the NSL-KDD dataset in terms of all the criteria considered in this table. In addition, BLOEO, BHOA, BIMEO, and GTO-BSA algorithm proposed by Kareem et al. are experimented on the CICIDS2017. The numerical results specified in Table 4 show that the accuracy, fitness and Specificity of the GTO-BSA are better than other algorithms with values of 0.987 and 0.013, respectively. Also, the Precision and Sensitivity of the BLOEO algorithm are better than other competitive algorithms. In order to compare the effectiveness of algorithms on the UNSW-NB15, the proposed algorithm has been contrasted with four introduced algorithms. The obtained numerical results show its superiority over competing algorithms.

Table 4.

Comparison results of BLOEO algorithm with state-of-the-art algorithms.

Specificity Sensitivity Precision #Features Fitness Accuracy Methods Datasets
0.957 0.932 0.964 16.7 0.059 0.941 BHOA NSL-KDD
0.959 0.943 0.962 14.6 0.053 0.947 BIMEO
0.637 37 0.218 0.782 Tama et al.62
0.817 18 0.131 0.869 Alazzam et al.38
0.973 0.913 14.7 0.045 0.955 Kareem et al.63
0.977 0.957 0.982 14.3 0.042 0.958 BLOEO
0.950 0.938 0.951 16.8 0.059 0.941 BHOA CICIDS2017
0.934 0.914 0.939 17.9 0.078 0.922 BIMEO
o.996 0.927 10 0.013 0.987 Kareem et al.63
0.966 0.954 0.971 18.4 0.055 0.945 BLOEO
0.981 0.970 1.000 11.6 0.025 0.975 BHOA UNSW-NB15
0.983 0.973 1.000 12.3 0.027 0.973 BIMEO
0.863 19 0.105 0.895 Tama et al.62
0.897 14 0.087 0.913 Alazzam et al.38
0.877 0.815 16.6 0.29 0.710 Kareem et al.63
0.983 0.973 1.000 10.8 0.024 0.976 BLOEO

Significant values are in bold.

Conclusion and future works

This paper proposed an enhanced variant of the EO algorithm called BLOEO to select effective features for IDSs. The BLOEO algorithm utilizes opposition-based learning to enhance population diversity and a Levy flight mechanism to prevent local optima. The OBL helped the population explore a wider search space and escape from local optima. The Levy flight mechanism further improved the exploratory ability of the algorithm. Overall, the BLOEO algorithm provides an effective method for feature selection that can enhance the efficiency and scalability of IDSs. Experimental results on three datasets demonstrate that the BLOEO algorithm can drastically cut feature count while retaining good accuracy. Directions for future research include applying the BLOEO algorithm to other feature selection problems and datasets to further evaluate its performance.

Author contributions

Conceptualization, Z.Asghari; methodology, S.Hosseini.; software, Z. Asghari; validation, S.Hosseini and Z. Asghari; formal analysis, S.Hosseini and Z. Asghari; investigation, S.Hosseini; resources, Z. Asghari; data curation, S.Hosseini.; writing—original draft preparation, Z. Asghari; writing—review and editing, S.Hosseini.; visualization, Z. Asghari.; supervision, S.Hosseini.; project administration, S.Hosseini.;

Data availability

The datasets analyzed during the current study are available in the, https://ieee-dataport.org/documents/nsl-kdd-0, https://research.unsw.edu.au/projects/unsw-nb15-dataset, and https://www.unb.ca/cic/datasets/ids-2017.html. For the academic/public use of these datasets, the authors have to cite original papers.

Competing interests

The authors declare no competing interests.

Footnotes

Publisher's note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

References

  • 1.Kaeo, M. Designing Network Security (Cisco Press, 2004). [Google Scholar]
  • 2.Kizza, J. M., Kizza, W. & Wheeler. Guide to computer network security (2013).
  • 3.Depren, O., Topallar, M., Anarim, E. & Ciliz, M. K. An intelligent intrusion detection system (IDS) for anomaly and misuse detection in computer networks. Expert Syst. Appl.29, 713–722 (2005). 10.1016/j.eswa.2005.05.002 [DOI] [Google Scholar]
  • 4.Borkar, A., Donode, A. & Kumari, A. in 2017 International Conference on Inventive Computing and Informatics (ICICI). 949–953 (IEEE).
  • 5.Ambusaidi, M. A., He, X., Nanda, P. & Tan, Z. Building an intrusion detection system using a filter-based feature selection algorithm. IEEE Trans. Comput.65, 2986–2998 (2016). 10.1109/TC.2016.2519914 [DOI] [Google Scholar]
  • 6.Amiri, F., Yousefi, M. R., Lucas, C., Shakery, A. & Yazdani, N. Mutual information-based feature selection for intrusion detection systems. J. Netw. Comput. Appl.34, 1184–1199 (2011). 10.1016/j.jnca.2011.01.002 [DOI] [Google Scholar]
  • 7.Chen, Y., Li, Y., Cheng, X.-Q. & Guo, L. in Information Security and Cryptology: Second SKLOIS Conference, Inscrypt 2006, Beijing, China, November 29-December 1, 2006. Proceedings 2. 153–167 (Springer).
  • 8.Li, J. et al. Feature selection: A data perspective. ACM Comput. Surv. (CSUR)50, 1–45 (2017). [Google Scholar]
  • 9.Venkatesh, B. & Anuradha, J. A review of feature selection and its methods. Cybern. Inf. Technol.19, 3–26 (2019). [Google Scholar]
  • 10.Liu, H. & Motoda, H. Feature Selection for Knowledge Discovery and Data Mining Vol. 454 (Springer Science & Business Media, 2012). [Google Scholar]
  • 11.Liu, H. & Motoda, H. Computational Methods of Feature Selection (CRC Press, 2007). [Google Scholar]
  • 12.Visalakshi, S. & Radha, V. in 2014 IEEE International Conference on Computational Intelligence and Computing Research. 1–6 (IEEE).
  • 13.Shardlow, M. An analysis of feature selection techniques. Univ. Manch.1, 1–7 (2016). [Google Scholar]
  • 14.Yusta, S. C. Different metaheuristic strategies to solve the feature selection problem. Pattern Recognit. Lett.30, 525–534 (2009). 10.1016/j.patrec.2008.11.012 [DOI] [Google Scholar]
  • 15.Varzaneh, Z. A., Orooji, A., Erfannia, L. & Shanbehzadeh, M. A new COVID-19 intubation prediction strategy using an intelligent feature selection and K-NN method. Inform. Med. Unlocked28, 100825 (2022). 10.1016/j.imu.2021.100825 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 16.Nadimi-Shahraki, M. H., Zamani, H., Asghari Varzaneh, Z. & Mirjalili, S. A systematic review of the whale optimization algorithm: theoretical foundation, improvements, and hybridizations. Arch. Comput. Methods Eng. 1–47 (2023). [DOI] [PMC free article] [PubMed]
  • 17.Qu, C. et al. Improving feature selection performance for classification of gene expression data using Harris Hawks optimizer with variable neighborhood learning. Brief. Bioinform.22, bbab097 (2021). 10.1093/bib/bbab097 [DOI] [PubMed] [Google Scholar]
  • 18.Liu, J. et al. A novel hybrid algorithm based on Harris Hawks for tumor feature gene selection. PeerJ Comput. Sci.9, e1229 (2023). 10.7717/peerj-cs.1229 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19.Liu, J. et al. A new hybrid algorithm for three-stage gene selection based on whale optimization. Sci. Rep.13, 3783 (2023). 10.1038/s41598-023-30862-y [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20.Abdel-Basset, M., Abdel-Fatah, L. & Sangaiah, A. K. Metaheuristic algorithms: A comprehensive review. Comput. Intell. Multimed. Big Data Cloud Eng. Appl. 185–231 (2018).
  • 21.Kaveh, A. Advances in Metaheuristic Algorithms for Optimal Design of Structures (Springer, 2014). [Google Scholar]
  • 22.Agrawal, P., Abutarboush, H. F., Ganesh, T. & Mohamed, A. W. Metaheuristic algorithms on feature selection: A survey of one decade of research (2009–2019). IEEE Access9, 26766–26791 (2021). 10.1109/ACCESS.2021.3056407 [DOI] [Google Scholar]
  • 23.Liu, Y. et al. An improved particle swarm optimization for feature selection. J. Bionic Eng.8, 191–200 (2011). 10.1016/S1672-6529(11)60020-6 [DOI] [Google Scholar]
  • 24.Nadimi-Shahraki, M. H., Zamani, H., Varzaneh, Z. A., Sadiq, A. S. & Mirjalili, S. A Systematic review of applying grey wolf optimizer, its variants, and its developments in different internet of things applications. Internet Things. 101135 (2024).
  • 25.Asghari Varzaneh, Z., Hosseini, S. & Javidi, M. M. A novel binary horse herd optimization algorithm for feature selection problem. Multimed. Tools Appl. 1–35 (2023).
  • 26.Nadimi-Shahraki, M. H., Asghari Varzaneh, Z., Zamani, H. & Mirjalili, S. Binary starling murmuration optimizer algorithm to select effective features from medical data. Appl. Sci.13, 564 (2022). 10.3390/app13010564 [DOI] [Google Scholar]
  • 27.Zhang, Y., Liu, R., Wang, X., Chen, H. & Li, C. Boosted binary Harris hawks optimizer and feature selection. Eng. Comput.37, 3741–3770 (2021). 10.1007/s00366-020-01028-5 [DOI] [Google Scholar]
  • 28.Qin, F., Zain, A. M. & Zhou, K.-Q. Harmony search algorithm and related variants: A systematic review. Swarm Evol. Comput.74, 101126 (2022). 10.1016/j.swevo.2022.101126 [DOI] [Google Scholar]
  • 29.Zhang, Y., Gong, D.-W., Gao, X.-Z., Tian, T. & Sun, X.-Y. Binary differential evolution with self-learning for multi-objective feature selection. Inf. Sci.507, 67–85 (2020). 10.1016/j.ins.2019.08.040 [DOI] [Google Scholar]
  • 30.Faramarzi, A., Heidarinejad, M., Stephens, B. & Mirjalili, S. Equilibrium optimizer: A novel optimization algorithm. Knowl. Based Syst.191, 105190 (2020). 10.1016/j.knosys.2019.105190 [DOI] [Google Scholar]
  • 31.Varzaneh, Z. A., Hossein, S., Mood, S. E. & Javidi, M. M. A new hybrid feature selection based on Improved Equilibrium Optimization. Chemom. Intell. Lab. Syst.228, 104618 (2022). 10.1016/j.chemolab.2022.104618 [DOI] [Google Scholar]
  • 32.Zhao, R., Mu, Y., Zou, L. & Wen, X. A hybrid intrusion detection system based on feature selection and weighted stacking classifier. IEEE Access10, 71414–71426 (2022). 10.1109/ACCESS.2022.3186975 [DOI] [Google Scholar]
  • 33.Hajisalem, V. & Babaie, S. A hybrid intrusion detection system based on ABC-AFS algorithm for misuse and anomaly detection. Comput. Netw.136, 37–50 (2018). 10.1016/j.comnet.2018.02.028 [DOI] [Google Scholar]
  • 34.Varzaneh, Z. A. & Kuchaki Rafsanjani, M. Intrusion detection system using a new fuzzy rule-based classification system based on genetic algorithm. Intell. Decis. Technol.15, 231–237 (2021). [Google Scholar]
  • 35.Samadi Bonab, M., Ghaffari, A., Soleimanian Gharehchopogh, F. & Alemi, P. A wrapper-based feature selection for improving performance of intrusion detection systems. Int. J. Commun. Syst.33, e4434 (2020). 10.1002/dac.4434 [DOI] [Google Scholar]
  • 36.Emary, E., Zawbaa, H. M. & Hassanien, A. E. Binary ant lion approaches for feature selection. Neurocomputing213, 54–65 (2016). 10.1016/j.neucom.2016.03.101 [DOI] [Google Scholar]
  • 37.Vijayanand, R. & Devaraj, D. A novel feature selection method using whale optimization algorithm and genetic operators for intrusion detection system in wireless mesh network. IEEE Access8, 56847–56854 (2020). 10.1109/ACCESS.2020.2978035 [DOI] [Google Scholar]
  • 38.Alazzam, H., Sharieh, A. & Sabri, K. E. A feature selection algorithm for intrusion detection system based on pigeon inspired optimizer. Expert Syst. Appl.148, 113249 (2020). 10.1016/j.eswa.2020.113249 [DOI] [Google Scholar]
  • 39.Al-Yaseen, W. L., Idrees, A. K. & Almasoudy, F. H. Wrapper feature selection method based differential evolution and extreme learning machine for intrusion detection system. Pattern Recognit.132, 108912 (2022). 10.1016/j.patcog.2022.108912 [DOI] [Google Scholar]
  • 40.Fatani, A., Dahou, A., Al-Qaness, M. A., Lu, S. & Abd Elaziz, M. Advanced feature extraction and selection approach using deep learning and Aquila optimizer for IoT intrusion detection system. Sensors22, 140 (2022). 10.3390/s22010140 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 41.Hassan, I. H., Abdullahi, M., Aliyu, M. M., Yusuf, S. A. & Abdulrahim, A. An improved binary manta ray foraging optimization algorithm based feature selection and random forest classifier for network intrusion detection. Intell. Syst. Appl.16, 200114 (2022). [Google Scholar]
  • 42.Otair, M., Ibrahim, O. T., Abualigah, L., Altalhi, M. & Sumari, P. An enhanced grey wolf optimizer based particle swarm optimizer for intrusion detection system in wireless sensor networks. Wirel. Netw.28, 721–744 (2022). 10.1007/s11276-021-02866-x [DOI] [Google Scholar]
  • 43.Tizhoosh, H. R. in International Conference on Computational Intelligence for Modelling, Control and Automation and International Conference on Intelligent Agents, Web Technologies and Internet Commerce (CIMCA-IAWTIC'06). 695–701 (IEEE).
  • 44.Viswanathan, G. et al. Lévy flights in random searches. Phys. A Stat. Mech. Appl.282, 1–12 (2000). 10.1016/S0378-4371(00)00071-6 [DOI] [Google Scholar]
  • 45.Cunningham, P. & Delany, S. J. k-Nearest neighbour classifiers-A Tutorial. ACM Comput. Surv. (CSUR)54, 1–25 (2021). 10.1145/3459665 [DOI] [Google Scholar]
  • 46.Al-Madi, N., Faris, H. & Mirjalili, S. Binary multi-verse optimization algorithm for global optimization and discrete problems. Int. J. Mach. Learn. Cybern.10, 3445–3465 (2019). 10.1007/s13042-019-00931-8 [DOI] [Google Scholar]
  • 47.Mirjalili, S. SCA: A sine cosine algorithm for solving optimization problems. Knowl. Based Syst.96, 120–133 (2016). 10.1016/j.knosys.2015.12.022 [DOI] [Google Scholar]
  • 48.Mirjalili, S., Mirjalili, S. M. & Lewis, A. Grey wolf optimizer. Adv. Eng. Softw.69, 46–61 (2014). 10.1016/j.advengsoft.2013.12.007 [DOI] [Google Scholar]
  • 49.Heidari, A. A. et al. Harris hawks optimization: Algorithm and applications. Future Gener. Comput. Syst.97, 849–872 (2019). 10.1016/j.future.2019.02.028 [DOI] [Google Scholar]
  • 50.Storn, R. & Price, K. Differential evolution-a simple and efficient heuristic for global optimization over continuous spaces. J. Glob. Optim.11, 341 (1997). 10.1023/A:1008202821328 [DOI] [Google Scholar]
  • 51.Mirjalili, S. et al. Salp Swarm Algorithm: A bio-inspired optimizer for engineering design problems. Adv. Eng. Softw.114, 163–191 (2017). 10.1016/j.advengsoft.2017.07.002 [DOI] [Google Scholar]
  • 52.Revathi, S. & Malathi, A. A detailed analysis on NSL-KDD dataset using various machine learning techniques for intrusion detection. Int. J. Eng. Res. Technol. (IJERT)2, 1848–1853 (2013). [Google Scholar]
  • 53.RUIZHE, Z. (IEEE Dataport, 2022).
  • 54.Panigrahi, R. & Borah, S. A detailed analysis of CICIDS2017 dataset for designing Intrusion Detection Systems. Int. J. Eng. Technol.7, 479–482 (2018). [Google Scholar]
  • 55.Sharafaldin, I., Lashkari, A. H. & Ghorbani, A. A. Toward generating a new intrusion detection dataset and intrusion traffic characterization. ICISSp1, 108–116 (2018). [Google Scholar]
  • 56.Moustafa, N. & Slay, J. in 2015 Military Communications and Information Systems Conference (MilCIS). 1–6 (IEEE).
  • 57.Moustafa, N. & Slay, J. The evaluation of Network Anomaly Detection Systems: Statistical analysis of the UNSW-NB15 data set and the comparison with the KDD99 data set. Inf. Secur. J. Glob. Perspect.25, 18–31 (2016). 10.1080/19393555.2015.1125974 [DOI] [Google Scholar]
  • 58.García, S., Luengo, J. & Herrera, F. Data Preprocessing in Data Mining Vol. 72 (Springer, 2015). [Google Scholar]
  • 59.Sahu, S. K., Sarangi, S. & Jena, S. K. in 2014 IEEE International Advance Computing Conference (IACC). 1348–1353 (IEEE).
  • 60.García, S., Fernández, A., Luengo, J. & Herrera, F. A study of statistical techniques and performance measures for genetics-based machine learning: Accuracy and interpretability. Soft Comput.13, 959–977 (2009). 10.1007/s00500-008-0392-y [DOI] [Google Scholar]
  • 61.Sokolova, M. & Lapalme, G. A systematic analysis of performance measures for classification tasks. Inf. Process. Manag.45, 427–437 (2009). 10.1016/j.ipm.2009.03.002 [DOI] [Google Scholar]
  • 62.Tama, B. A., Comuzzi, M. & Rhee, K.-H. TSE-IDS: A two-stage classifier ensemble for intelligent anomaly-based intrusion detection system. IEEE Access7, 94497–94507 (2019). 10.1109/ACCESS.2019.2928048 [DOI] [Google Scholar]
  • 63.Kareem, S. S., Mostafa, R. R., Hashim, F. A. & El-Bakry, H. M. An effective feature selection model using hybrid metaheuristic algorithms for iot intrusion detection. Sensors22, 1396 (2022). 10.3390/s22041396 [DOI] [PMC free article] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Data Availability Statement

The datasets analyzed during the current study are available in the, https://ieee-dataport.org/documents/nsl-kdd-0, https://research.unsw.edu.au/projects/unsw-nb15-dataset, and https://www.unb.ca/cic/datasets/ids-2017.html. For the academic/public use of these datasets, the authors have to cite original papers.


Articles from Scientific Reports are provided here courtesy of Nature Publishing Group

RESOURCES