Knowledge based Intrusion Detection System by deep Neural Network Learning
Loading...
Date
item.page.authors
Journal Title
Journal ISSN
Volume Title
Publisher
Abstract
The intrusion detection systems (IDSs) are essential elements when it comes to the
newlineprotection of an ICT infrastructure. Intrusion detection systems (IDSs) are
newlinewidespread systems able to passively or actively control intrusive activities in a
newlinedefined host and network perimeter. Recently, different IDSs have been proposed by
newlineintegrating various detection techniques, generic or adapted to a specific domain
newlineand to the nature of attacks operating on. This work focus on the network intrusion
newlinedetection using SVM and neural network. Here SVM classify network behavior into
newlinetwo class first is safe and other is unsafe.
newlineOnce unsafe network is identified then trained neural network identified attack type
newlineof the input sessions. So Whole work is divide into two modules, first is separation of
newlinesafe and unsafe session from the dataset using SVM. Then in second module
newlineidentification of type of intrusion is done in unsafe network by EBPNN.
newlineThis work has proposed SFLANN (Shuffled Frog Leaping and Artificial Neural
newlineNetwork) have three modules first is selection of features from available set of
newlinefeatures than second is training of neural network was performed from available set
newlineof filtered features. Finally, in third module testing was performed on the trained
newlineneural network. Here selection of features was done by Shuffled Frog Leaping
newlineAlgorithm and training of Error Back Propagation Neural Network was performed.
newlineHence objective of this paper was to reduce number of features with increase
newlineintrusion detection accuracy. Experiment was done on real dataset NSL-KDD while
newlinecomparison was done by existing methods. Results shows that proposed SVM and
newlineEBPNN model has increase the precision while accuracy was enhance It was also
newlineshows that proposed SFLANN model has increase the precision while accuracy was
newlineenhance by 2.03%.
newlineThis enhancement was achieved by use of SFLANN for initial feature selection model.
newlineAs this selection of features is done by genetic algorithm, so neural network learning
newlinewas get improved. Comparison of