- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How does data mining help in Intrusion detection and prevention system?
An intrusion can be represented as any set of services that threaten the integrity, confidentiality, or accessibility of a network resource (e.g., user accounts, file systems, system kernels, etc).
Intrusion detection systems and intrusion prevention systems both monitor network traffic and system performance for malicious activities. The former produces documents whereas the latter is located in-line and is able to actively avoid/block intrusions that are identified.
The advantage of an intrusion prevention system are to recognize malicious activity, log data about said activity, tries to block/stop activity, and document activity. Data mining methods can support an intrusion detection and prevention system to improve its performance in various ways as follows −
New data mining algorithms for intrusion detection − Data mining algorithms can be used for both signature-based and anomaly-based detection. In signature-based detection, training data are labeled as “normal” or “intrusion.
A classifier can be derived to identify known intrusions. Research in this area has involved the software of classification algorithms, association rule mining, and cost-sensitive modeling.
Anomaly-based detection construct models of normal behavior and automatically identify important deviations from it. There are several approaches include the software of clustering, outlier analysis, and classification algorithms and statistical methods. The techniques should be effective and scalable, and capable of managing network data of large volume, dimensionality, and heterogeneity.
Association, correlation, and discriminative pattern analyses help select and build discriminative classifiers − Association, correlation, and discriminative pattern mining can be used to discover relationships among system attributes defining the network data. Such data can support insight concerning the selection of beneficial attributes for intrusion detection. New attributes changed from aggregated records can also be helpful including summary counts of traffic matching a specific pattern.
Analysis of stream data − Because of the transient and dynamic feature of intrusions and malicious attacks, it is important to implement intrusion detection in the data stream environment. Furthermore, an event can be normal on its own, but considered malicious if considered as an element of a sequence of events.
Therefore, it is essential to study what sequences of events are generally encountered, discover sequential patterns, and identify outliers. There are multiple data mining methods for discovering evolving clusters and constructing dynamic classification models in data streams are also essential for real-time intrusion detection.
Distributed data mining − Intrusions can be released from multiple locations and targeted to several different destinations. Distributed data mining methods can be used to explore network data from multiple network locations to identify these distributed attacks.
Visualization and querying tools − Visualization tools should be accessible for considering some anomalous patterns detected. Such tools can involve features for viewing associations, discriminative patterns, clusters, and outliers. Intrusion detection systems must also have a graphical user interface that enables security analysts to pose queries concerning the network data or intrusion detection outcomes.
- Related Articles
- What are the methods of Data Mining for Intrusion Detection and Prevention?
- Approaches to Intrusion Detection and Prevention
- What is an Intrusion Detection System in information security?
- What is an Intrusion Prevention System in information security?
- What is Host Intrusion Prevention System in information security?
- What are the types of Intrusion Prevention System?
- How data mining can help financial data analysis?
- How Does Ingress Filtering Help with Cyberattack Detection?
- What is Intrusion Detection in Cyber Security?
- Explain Data Loss Prevention and How Does it Work?
- What is Randomized Algorithms and Data Stream Management System in data mining?
- How does the skeletal system help us?
- What are the types of Intrusion-Detection Systems in information security?
- How do forests help in flood prevention?
- How does data mining relate to information processing and online analytical processing?
