An Evaluation of Machine Learning Method for Intrusion Detection System Using LOF on Jubatus
|
|
|
- Duane Mosley
- 10 years ago
- Views:
Transcription
1 An Evaluation of Machine Learning Method for Intrusion Detection System Using LOF on Jubatus Tadashi Ogino* Okinawa National College of Technology, Okinawa, Japan. * Corresponding author. [email protected] Manuscript submitted August 5, 2014; accepted March 8, doi: /jsw Abstract: The network intrusion is becoming a big threat for a lot of companies, organization and so on. Recent intrusions are becoming more clever and difficult to detect. Many of today s intrusion detection systems are based on signature-based. They have good performance for known attacks, but theoretically they are not able to detect unknown attacks. On the other hand, an anomaly detection system can detect unknown attacks and is getting focus recently. We study an anomaly detection system as one application area of machine learning technology. In this paper, we study the effectiveness and the performance experiments of one of the major anomaly detection scales, LOF, on distributed online machine learning framework, Jubatus. After basic experiment, we propose a new machine learning method and show our new method has a better performance than the original method. Key words: Anomaly detection, machine learning, Jubatus, LOF. 1. Introduction As the internet is spreading in our daily life and in the business scene, the attacks using the internet are increasing. Although the technology of defense from such attacks is making progress rapidly, the attacks are becoming smarter. There are mainly two different approaches for network intrusion detection technology [1], [2]. One is signature-based technology, and another is anomaly detection technology. With signature-based technology, the system has set of attack patterns and compares them with actual transferred data. When the data match the attack patterns, it means the data is an attack. This system can detect all the data in the attack dataset, but cannot detect new attacks which are not included in the attack dataset. The anomaly detection system has a normal behavior pattern profile about the defense system. When coming data are different from the normal pattern, they are taken as attacks. This system can detect new attacks. The problem is that this system has a possibility of alarming for normal data as attacks. Majority of intrusion detection studies had been about signature-based technology. The anomaly detect technology has been getting focus recently. Studies in the area of machine learning, big-data analysis and so on, have been applied to anomaly detection studies. As a result, anomaly detect systems with feasible performance are being developed. The objective of our research is to build an intrusion detection system combining current up-to-date big-data technologies. As a preliminary study, we evaluate the performance of anomaly detection algorithm 748
2 LOF [3] on the online machine learning framework Jubatus [4]. In this paper, after the system overview is explained in Section 2, how our system detects intrusions is shown in Section 3. Basic experiment is executed in Section 4 and its result is in Section 5. Our new learning method and its result are in Section 6 and Section 7. The future works are in Section 8. Section 9 is conclusion. 2. System Overvew The basic process of our system is shown in Fig. 1 [5]. The system collects the system logs, i.e. traffic log, manipulation log and so on. All the collected logs are statically analyzed and learned as normal data. In this period, we estimate the system is not attacked. The system can detect new attacks after this learning period. Fig. 1. Overview of system processing flow. Fig. 2. System configuration. After a suitable period, the system starts to analyze the collected data. When the system detects the outlier, it analyzes the data in more detail. The outlier is not necessarily the intrusion. When new tools or new services are introduced in the user system, it might produce new traffic or usage patterns. So it is necessary to check if the outliers are the results of normal usage or attacks. We suppose that these tasks are executed by the system administrators. When the outliers are intrusions from outside, they are blocked. On the other hand, when the outliers are results from proper but new procedures, they are permitted and learned as normal data. After some proper amounts of those data are learned, they are not classified as outlier data. This feedback step of registering the proper but new procedure as normal data is necessary, since a lot of new services appear in a short time recently. The specific objectives of this system are as follows. 1) The system can detect new unknown intrusions. 2) The system can detect intrusions in real time. 3) Not only the communication from/to outside, but also irregular communications/operations in the local area network can be detected. 4) Detected incidents can be investigated by system administrators and decided if they are actual intrusions or normal usage. The total system configurations are shown in Fig. 2. Each component has the following functions. 1) External Communication Point: Communication points between externalnetworks, i.e.. internet and internal systems (LAN). For the purpose of BCP enhancement, more than two external 749
3 communication points might be equipped. Traffic logs from/to internet are collected from these points. 2) Internal Communication Point: Communication points between local clients and servers. Usually these points are built by routers/switches. Traffic logs in the local system are collected from these points. 3) Servers: File servers, print servers, application servers, etc. Server operation logs are collected. 4) lients: Each client in the system. Client operation logs are collected. 5) Data Collect/Analyze Point: Data Collect/Analyze Points collect all the traffic logs and operation logs, analyze all the data and find the abnormal data. In the case of servers/clients, data analysis function can be executed by themselves. 6) Total Management Console: All the found suspicious incidents are gathered. System administrators can invest and manage all the incidents. This paper describes the evaluation of collecting traffic data at External Communication Point and detecting anomaly data. 3. Detection Method This chapter explains how our system analyzes the traffic data and finds anomaly data in real time Anomaly Detection A couple of studies have been conducted on anomaly detection from huge data sets. Most of them come from extensive studies for clustering. The main objectives of such studies are to find anomalies to remove them from the data set, since they are noises for clustering purpose. There are less studies about anomalies in order to process anomalies as main subject. In this paper, we use LOF (Local Outliner Factor) algorithm [3] from such outlier-oriented studies. It is reported that LOF is superior to other outlier detect algorithm for detecting network intrusion [6]. Another reason to use LOF is that machine learning framework Jubatus has LOF algorithm for its standard repertoire. Jubatus will be explained later in this chapter LOF There are a couple of definitions for outliers. Hawkins gave the definition of outliers as an observation that derives so much from other observations as to arouse suspicion that it was generated by a different mechanism. [7]. Fig. 3. 2d Dataset example. Most of the cases, this definition is enough for detecting outliers. But, in the case of Fig. 3 [3], though o1 can be detected as outliner, o2 cannot be detected. LOF is designed to find such cases. The details of LOF algorithm are explained in the original paper. 750
4 3.3. Detection Examples Some examples of detecting cyber attacks using outlier detect algorithm are as follows: 1) Example 1: When the time period of packet transmission is too short, there are possibilities of DoS attacks. 2) Example 2: When the length of the packet is too long, there are possibilities of BufferOverFlow attacks. Even in the case of new unknown attacks, since there may exist some different parameters for normal traffic, the possibility to be detected as outliers might be high Jubatus The amount of network traffic is increasing dramatically. In order to analyze those data in real time, it would be better to apply big data analysis technology to manipulate huge data. One of the most famous big data analysis tools is Hadoop [8]. Hadoop is an open source software tool. It is used in the wide areas such as recommendation, web search, text mining, etc. Hadoop is usually used under batch processing. It is not suitable to use it for real time analysis. We use Jubatus [4] for our real time analysis platform. Jubatus is a distributed machine learning platform developed by NTT and PFI. It is developed for the purpose of real-time, deep analysis in a distributed environment. 4. Basic Experiment For the purpose of preliminary study, we evaluate the performance of LOF algorithm running on Jubatus framework with KDD Cup 99 data [9] Evaluation System Hardware We use an aws (Amazon Web Service) t2.micro instance (1 vcpus, 2.5 GHz, Intel Xeon Family, 1 GiB memory) with Ubuntu Server as an evaluation platform. Jubatus is ver Evaluation Data We use KDD Cup 99 data as the experiment traffic data. KDD Cup is a Data Mining and Knowledge Discovery competition organized by ACM. In 1999, the main topic was Network Intrusion Detector. The competition data of KDD Cup 99 can be used as the evaluation data for network intrusion detection system[10]. The data simulates the typical U.S. Air Force LAN. The raw data was 4GB of compressed TCPdump format from seven weeks of network traffic. This data was processed to 5 million connection records. Each connection record is labeled as either a normal, or an attack. An attack data has its attack type such as buffer_overflow, guess_passwd etc. Each record consists of 41 columns and the record size is around 100 bytes. They also supply 10% data, which has the same data distribution and 500 thousand records. We use this 10% KDD Data as an evaluation data. Although we know that there are a couple of discussions about using KDD99 data as evaluation data [11], for now it is the only candidate for using network intrusion evaluation data Jubatus Parameters Jubatus has LOF processing function. We use this function with no modification to the source code. KDD Cup 99 data is also used with no modification. It is treated as 41 dimensional data. Jubatus Server configuration parameters are shown in Fig Learning Method In this experiment, we use a very simple learning method which is as follows: 751
5 Step 1: Use first fixed number of normal data as training data. Step 2: Analyze the remaining data using LOF. Fig. 4. Jubatus parameters Jubatus APIs We use 2 Jubatus APIs for our system. add(data) : Add data as a training data and returns LOF score. calc_score(data) : Calculates and returns LOF score. Data is not added as a training data As add( ) API has to update Jubatus internal data model, it takes more time than calc_score( ) API which just calculates LOF score for the data. We measured the execution time for each 2 APIs. The execution time of add( ) is measured as follows: 1) add( ) all the normal data 2) measure execution time for each add( ) API 3) calculate minimum, average and maximum of 100 consecutive API executions The execution time of calc_score( ) is measured as follows: 1) add( ) fixed number of normal data 2) calc_score( ) all the remaining data 3) calculate the average time for calc_score() 5. Result of Basic Experiment We evaluate the system with different number of training data, including from1000 to API execution time The execution time for 2 APIs depends on the number of training data. Theoretically, these times are in proportion to n2, where n is the number of training data. As a matter of fact, Jubatus uses a couple of techniques to decrease execution time. Fig. 5 shows the actual execution time for add ( ) API. As the execution time changes according to the data itself and Jubatus internal model, the result is shown with minimum, average and maximum time. 752
6 Fig. 6 shows the execution time for calc_score() API. Be careful that units of each graph are different, seconds for Fig. 5 and milliseconds for Fig. 6. Total execution time is shown in Fig. 7. Fig. 5. Execution Time of add() API. Fig. 6. Execution Time of calc score() API Fig. 7. Total Execution time. Fig. 8. ROC Curve for basic experiment. Fig. 9. ROC curve for learn gradually method. Fig. 10. ROC curve for learn less method ROC Curve As our system uses LOF for analytic algorithm, the direct output of the each data is LOF score. We need to set a threshold to decide if the data is an attack or not. After we set a threshold, we can count True Negative (normal data under threshold), False Positive (normal data over threshold), False Negative (attack data under threshold) and True Positive (attack data over threshold). True Positive Rate and False Positive Rate are calculated with these data. We can draw ROC curve with different threshold. Fig. 9 shows the ROC curve of the basic experiment. From this result, the accuracy of detecting increases according to the size of training data as a rough trend. 753
7 On the other hand, the total execution time increases with more training data. In order to meet the conditions of these conflicting, we propose a new learning method in the next chapter. 6. Experiment of Learning Method In order to improve the total performance of our system, we try the following 2 learning methods Learn Gradually Method As learning all the data needs more time, we should decrease the number of training data. At the same time, we need to learn new data to follow the change of trend. We try the Learn Gradually Method which shown in the following steps. Step 1: Train with the first fixed number of normal data (same as the simple learning). Step 2: Train once for every fixed number (= skip number ) of normal data. Fig. 10 shows the ROC curve for this method under the same environment as Basic Experiment with skip number is from 100 to Label BASIC(2000) is the original simple learning method and the same data for label 2000 in Fig. 9. The result shows this method has a little better than the original method Learn Less Method To achieve the accuracy of detecting and the less execution time at the same time, the training data should be limited to the valuable data. That means that only the meaningful data for the following analysis should be added. In our example, we assume the data with high LOF score is valuable. When the LOF score for a new data is low, it means there are enough other data around the data and adding that data into the training data doesn t increase the total system accuracy so much. On the other hand, when the LOF score for a new data is high, it means there are less other data around the new data so adding this new data is important for increasing the total system performance. We call this method as Learn Less Method. A simple algorithm for Learn Less Method is as follows: Step 1: Train with the first fixed number of normal data (same as the simple learning). Step 2: Calculate the LOF score for each data. If LOF score is over the threshold (we call this as Value Threshold ), then add this data as training data. We evaluate this method under the same environment as the basic experiment. Fig.11 is the ROC curve for this method with number of first training data is 2000 and the threshold is from 1.1 to 20. Label SKIP(10000) is the result of Learn Gradually Method with Skip Number is The result shows that the cases with Value Threshold of 5,10 or 20 have the better detection rates than the original simple method and Learn Gradually Method. 7. Discussion 7.1. Execution Time Our target is to detect cyber attacks in real time. KDD Cup 99 data consist of 7weeks traffic data and include 5 million traffic data. That means 1 traffic data is around 0.8 seconds. Jubatus calc_score( ) API is around dozens of milliseconds and is small enough compared to one traffic data time in our experiment. Jubatus add( ) API is a couple of seconds in the worst case and when this API is called we need some buffering function to keep the analyzing procedure continued. And the fact that KDD Cup 99 data was made 15 years before, we need to evaluate the overall system performance under current network traffic and current hardware. In order to improve system performance, we have some candidates: Parameter tuning 754
8 Jubatus and LOF algorithm have some tuning parameters. As we haven t tuned such parameters this time, tuning such parameters might improve total system performance Distributed Configration As Jubatus is designed to run in a distributed environment with multiple servers, this can improve system performance Discard Data In this experiment, we learned that the number of learned data affects the system performance dramatically. Our proposed method decreases the amount of training data increase, but not the total size of the training data. We need to discard some old or useless data from the training data. This will keep the total number of training data as fixed Detection Rate As shown in the previous chapter, when we choose the suitable Value Threshold, our proposed Learn Less Method have better detection rates than original method and Learn Gradually Mode. The problem is that finding suitable threshold and other parameters are difficult task and such parameters depend on the data features. We have to evaluate different dataset other than KDD Cup 99. The detection rate of this experimental system is around 90% to 98% with False Positive Rate is a little under 10%. This number is not enough for actual network intrusion detection system. We need to study how to decrease False Positive Rate more. 8. Future Works We plan to invest the following issues Automatic Parameter Tuning The performance of the proposed system might change with other data set or other parameter tuning. We need to study how to find the best combination of the parameters automatically or manually with ease by administrators Better Machine Learning Algorithm The number of learned data affects the total system performance. We need to find a better learning algorithm to continue to learn and not to decrease performance Administration User Interface We need to develop the administrator interface for managing the incidents with ease. 9. Conclusion In this paper, we evaluate the cyber attack detection system using LOF on Jubatus platform. Our evaluation shows the execution time of the system is small enough for building real time detection system. The detection rate can be improved with the proposed learning method. We need more studies to performance improvement and better learning strategy. References [1] Chandola, V., Banerjee, A., & Kumar, V. (2009). Anomaly detection: A survey. ACM Computing Surveys, 41(3), 2009 [2] Jyothsna, V., Prasad, V. V. R., & Prasad, K. M. (2011). A review of anomaly based Intrusion detection system. International Journal of Computer Applications, 28(7). 755
9 [3] Breunig, M. M., Kriegel, H. P., Ng, R. T., & Sander, J. (2000). LOF: Identifying density-based local outliers. Proceedings of the ACM SIGMOD 2000 International Conference On Management of Data. [4] Jubatus. Retrieved, from jubat.us/ [5] Ogino, T. (2014). An evaluation of intrusion detection system on Jubatus. Proceedings of the 23rd International Conference on Systems Engineering (pp ). [6] Lazarevic, A., et al. A Comparative study of anomaly detection schemes in network intrusion detection. Proceedings of SIAM Conference on Data Mining. [7] Hawkins, D. M. (1980). Identification of Outliers. Chapman and Hall. [8] Hadoop. Retrieved, from hadoop.apache.org/ [9] KDDCup. Retrieved, from kdd.ics.uci.edu/databases/kddcup99/kddcup99.html [10] Singh, R., & Singh, D. (2014). A review of network intrusion detection system based on KDD dataset. International Journal of Engineering and Techno Science (pp ). [11] Tavallaee, M., Bagheri, E., Lu, W., & Ghorbani, A. A. (2009). A detailed analysis of the KDD CUP 99 data set. Proceedings of the Second IEEE International Conference on Computational Intelligence for Security and Defense Applications (pp ). Tadashi Ogino received his doctor degree of electric engineering from University of Tokyo in His research interest is in distributed system, cloud computing and big data analysis. He joined Mitsubishi Electric Corp. in 1988 and developed mid-range business servers. He is now working at Okinawa National College of Technology as a professor. Dr. Ogino is a member of ACM, IEEE, IPSJ and IEICE. 756
A Survey on Outlier Detection Techniques for Credit Card Fraud Detection
IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 2, Ver. VI (Mar-Apr. 2014), PP 44-48 A Survey on Outlier Detection Techniques for Credit Card Fraud
An analysis of suitable parameters for efficiently applying K-means clustering to large TCPdump data set using Hadoop framework
An analysis of suitable parameters for efficiently applying K-means clustering to large TCPdump data set using Hadoop framework Jakrarin Therdphapiyanak Dept. of Computer Engineering Chulalongkorn University
KEITH LEHNERT AND ERIC FRIEDRICH
MACHINE LEARNING CLASSIFICATION OF MALICIOUS NETWORK TRAFFIC KEITH LEHNERT AND ERIC FRIEDRICH 1. Introduction 1.1. Intrusion Detection Systems. In our society, information systems are everywhere. They
Adaptive Anomaly Detection for Network Security
International Journal of Computer and Internet Security. ISSN 0974-2247 Volume 5, Number 1 (2013), pp. 1-9 International Research Publication House http://www.irphouse.com Adaptive Anomaly Detection for
HYBRID INTRUSION DETECTION FOR CLUSTER BASED WIRELESS SENSOR NETWORK
HYBRID INTRUSION DETECTION FOR CLUSTER BASED WIRELESS SENSOR NETWORK 1 K.RANJITH SINGH 1 Dept. of Computer Science, Periyar University, TamilNadu, India 2 T.HEMA 2 Dept. of Computer Science, Periyar University,
Detection. Perspective. Network Anomaly. Bhattacharyya. Jugal. A Machine Learning »C) Dhruba Kumar. Kumar KaKta. CRC Press J Taylor & Francis Croup
Network Anomaly Detection A Machine Learning Perspective Dhruba Kumar Bhattacharyya Jugal Kumar KaKta»C) CRC Press J Taylor & Francis Croup Boca Raton London New York CRC Press is an imprint of the Taylor
Detection of Distributed Denial of Service Attack with Hadoop on Live Network
Detection of Distributed Denial of Service Attack with Hadoop on Live Network Suchita Korad 1, Shubhada Kadam 2, Prajakta Deore 3, Madhuri Jadhav 4, Prof.Rahul Patil 5 Students, Dept. of Computer, PCCOE,
A Review of Anomaly Detection Techniques in Network Intrusion Detection System
A Review of Anomaly Detection Techniques in Network Intrusion Detection System Dr.D.V.S.S.Subrahmanyam Professor, Dept. of CSE, Sreyas Institute of Engineering & Technology, Hyderabad, India ABSTRACT:In
Application of Data Mining Techniques in Intrusion Detection
Application of Data Mining Techniques in Intrusion Detection LI Min An Yang Institute of Technology [email protected] Abstract: The article introduced the importance of intrusion detection, as well as
A Novel Approach for Network Traffic Summarization
A Novel Approach for Network Traffic Summarization Mohiuddin Ahmed, Abdun Naser Mahmood, Michael J. Maher School of Engineering and Information Technology, UNSW Canberra, ACT 2600, Australia, [email protected],[email protected],M.Maher@unsw.
Histogram-based Outlier Score (HBOS): A fast Unsupervised Anomaly Detection Algorithm
Histogram-based Outlier Score (HBOS): A fast Unsupervised Anomaly Detection Algorithm Markus Goldstein and Andreas Dengel German Research Center for Artificial Intelligence (DFKI), Trippstadter Str. 122,
Taxonomy of Intrusion Detection System
Taxonomy of Intrusion Detection System Monika Sharma, Sumit Sharma Abstract During the past years, security of computer networks has become main stream in most of everyone's lives. Nowadays as the use
Robust Outlier Detection Technique in Data Mining: A Univariate Approach
Robust Outlier Detection Technique in Data Mining: A Univariate Approach Singh Vijendra and Pathak Shivani Faculty of Engineering and Technology Mody Institute of Technology and Science Lakshmangarh, Sikar,
Intrusion Detection System in Campus Network: SNORT the most powerful Open Source Network Security Tool
Intrusion Detection System in Campus Network: SNORT the most powerful Open Source Network Security Tool Mukta Garg Assistant Professor, Advanced Educational Institutions, Palwal Abstract Today s society
Network Based Intrusion Detection Using Honey pot Deception
Network Based Intrusion Detection Using Honey pot Deception Dr.K.V.Kulhalli, S.R.Khot Department of Electronics and Communication Engineering D.Y.Patil College of Engg.& technology, Kolhapur,Maharashtra,India.
Anomaly Detection using multidimensional reduction Principal Component Analysis
IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 1, Ver. II (Jan. 2014), PP 86-90 Anomaly Detection using multidimensional reduction Principal Component
A Review on Network Intrusion Detection System Using Open Source Snort
, pp.61-70 http://dx.doi.org/10.14257/ijdta.2016.9.4.05 A Review on Network Intrusion Detection System Using Open Source Snort Sakshi Sharma and Manish Dixit Department of CSE& IT MITS Gwalior, India [email protected],
A Novel Distributed Denial of Service (DDoS) Attacks Discriminating Detection in Flash Crowds
International Journal of Research Studies in Science, Engineering and Technology Volume 1, Issue 9, December 2014, PP 139-143 ISSN 2349-4751 (Print) & ISSN 2349-476X (Online) A Novel Distributed Denial
Local Anomaly Detection for Network System Log Monitoring
Local Anomaly Detection for Network System Log Monitoring Pekka Kumpulainen Kimmo Hätönen Tampere University of Technology Nokia Siemens Networks [email protected] [email protected] Abstract
Massive Cloud Auditing using Data Mining on Hadoop
Massive Cloud Auditing using Data Mining on Hadoop Prof. Sachin Shetty CyberBAT Team, AFRL/RIGD AFRL VFRP Tennessee State University Outline Massive Cloud Auditing Traffic Characterization Distributed
INTRUSION DETECTION SYSTEM FOR WEB APPLICATIONS WITH ATTACK CLASSIFICATION
Volume 3, No. 12, December 2012 Journal of Global Research in Computer Science RESEARCH PAPER Available Online at www.jgrcs.info INTRUSION DETECTION SYSTEM FOR WEB APPLICATIONS WITH ATTACK CLASSIFICATION
Cautela Labs Cloud Agile. Secured. Threat Management Security Solutions at Work
Cautela Labs Cloud Agile. Secured. Threat Management Security Solutions at Work Security concerns and dangers come both from internal means as well as external. In order to enhance your security posture
An Efficient Way of Denial of Service Attack Detection Based on Triangle Map Generation
An Efficient Way of Denial of Service Attack Detection Based on Triangle Map Generation Shanofer. S Master of Engineering, Department of Computer Science and Engineering, Veerammal Engineering College,
Distributed Framework for Data Mining As a Service on Private Cloud
RESEARCH ARTICLE OPEN ACCESS Distributed Framework for Data Mining As a Service on Private Cloud Shraddha Masih *, Sanjay Tanwani** *Research Scholar & Associate Professor, School of Computer Science &
Bisecting K-Means for Clustering Web Log data
Bisecting K-Means for Clustering Web Log data Ruchika R. Patil Department of Computer Technology YCCE Nagpur, India Amreen Khan Department of Computer Technology YCCE Nagpur, India ABSTRACT Web usage mining
Conclusions and Future Directions
Chapter 9 This chapter summarizes the thesis with discussion of (a) the findings and the contributions to the state-of-the-art in the disciplines covered by this work, and (b) future work, those directions
A Case of Study on Hadoop Benchmark Behavior Modeling Using ALOJA-ML
www.bsc.es A Case of Study on Hadoop Benchmark Behavior Modeling Using ALOJA-ML Josep Ll. Berral, Nicolas Poggi, David Carrera Workshop on Big Data Benchmarks Toronto, Canada 2015 1 Context ALOJA: framework
NETWORK INTRUSION DETECTION SYSTEM USING HYBRID CLASSIFICATION MODEL
NETWORK INTRUSION DETECTION SYSTEM USING HYBRID CLASSIFICATION MODEL Prof. Santosh T. Waghmode 1, Prof. Vinod S. Wadne 2 Department of Computer Engineering, 1, 2 JSPM s Imperial College of Engineering
Integration Misuse and Anomaly Detection Techniques on Distributed Sensors
Integration Misuse and Anomaly Detection Techniques on Distributed Sensors Shih-Yi Tu Chung-Huang Yang Kouichi Sakurai Graduate Institute of Information and Computer Education, National Kaohsiung Normal
Analyzing HTTP/HTTPS Traffic Logs
Advanced Threat Protection Automatic Traffic Log Analysis APTs, advanced malware and zero-day attacks are designed to evade conventional perimeter security defenses. Today, there is wide agreement that
Real Time Network Server Monitoring using Smartphone with Dynamic Load Balancing
www.ijcsi.org 227 Real Time Network Server Monitoring using Smartphone with Dynamic Load Balancing Dhuha Basheer Abdullah 1, Zeena Abdulgafar Thanoon 2, 1 Computer Science Department, Mosul University,
Analytics in the Cloud. Peter Sirota, GM Elastic MapReduce
Analytics in the Cloud Peter Sirota, GM Elastic MapReduce Data-Driven Decision Making Data is the new raw material for any business on par with capital, people, and labor. What is Big Data? Terabytes of
Detection of Collusion Behaviors in Online Reputation Systems
Detection of Collusion Behaviors in Online Reputation Systems Yuhong Liu, Yafei Yang, and Yan Lindsay Sun University of Rhode Island, Kingston, RI Email: {yuhong, yansun}@ele.uri.edu Qualcomm Incorporated,
Detecting false users in Online Rating system & Securing Reputation
Detecting false users in Online Rating system & Securing Reputation ABSTRACT: With the rapid development of reputation systems in various online social networks, manipulations against such systems are
International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014
RESEARCH ARTICLE OPEN ACCESS A Survey of Data Mining: Concepts with Applications and its Future Scope Dr. Zubair Khan 1, Ashish Kumar 2, Sunny Kumar 3 M.Tech Research Scholar 2. Department of Computer
SANS Top 20 Critical Controls for Effective Cyber Defense
WHITEPAPER SANS Top 20 Critical Controls for Cyber Defense SANS Top 20 Critical Controls for Effective Cyber Defense JANUARY 2014 SANS Top 20 Critical Controls for Effective Cyber Defense Summary In a
WHITE PAPER Cloud-Based, Automated Breach Detection. The Seculert Platform
WHITE PAPER Cloud-Based, Automated Breach Detection The Seculert Platform Table of Contents Introduction 3 Automatic Traffic Log Analysis 4 Elastic Sandbox 5 Botnet Interception 7 Speed and Precision 9
A Two-stage Algorithm for Outlier Detection Under Cloud Environment Based on Clustering and Perceptron Model
Journal of Computational Information Systems 11: 20 (2015) 7529 7541 Available at http://www.jofcis.com A Two-stage Algorithm for Outlier Detection Under Cloud Environment Based on Clustering and Perceptron
IBM Security. 2013 IBM Corporation. 2013 IBM Corporation
IBM Security Security Intelligence What is Security Intelligence? Security Intelligence --noun 1.the real-time collection, normalization and analytics of the data generated by users, applications and infrastructure
Network Intrusion Detection Using a HNB Binary Classifier
2015 17th UKSIM-AMSS International Conference on Modelling and Simulation Network Intrusion Detection Using a HNB Binary Classifier Levent Koc and Alan D. Carswell Center for Security Studies, University
Decoding DNS data. Using DNS traffic analysis to identify cyber security threats, server misconfigurations and software bugs
Decoding DNS data Using DNS traffic analysis to identify cyber security threats, server misconfigurations and software bugs The Domain Name System (DNS) is a core component of the Internet infrastructure,
DISCLOSING MALICIOUS TRAFFIC FOR NETWORK SECURITY
DISCLOSING MALICIOUS TRAFFIC FOR NETWORK SECURITY Kamal Shah and Tanvi Kapdi Thakur College of Engineering and Technology, Mumbai University, Mumbai-400101, India ABSTRACT Network anomaly detection is
The Big Data Paradigm Shift. Insight Through Automation
The Big Data Paradigm Shift Insight Through Automation Agenda The Problem Emcien s Solution: Algorithms solve data related business problems How Does the Technology Work? Case Studies 2013 Emcien, Inc.
SIGMOD RWE Review Towards Proximity Pattern Mining in Large Graphs
SIGMOD RWE Review Towards Proximity Pattern Mining in Large Graphs Fabian Hueske, TU Berlin June 26, 21 1 Review This document is a review report on the paper Towards Proximity Pattern Mining in Large
LOG INTELLIGENCE FOR SECURITY AND COMPLIANCE
PRODUCT BRIEF uugiven today s environment of sophisticated security threats, big data security intelligence solutions and regulatory compliance demands, the need for a log intelligence solution has become
Neural Networks in Data Mining
IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 03 (March. 2014), V6 PP 01-06 www.iosrjen.org Neural Networks in Data Mining Ripundeep Singh Gill, Ashima Department
Volume 3, Issue 6, June 2015 International Journal of Advance Research in Computer Science and Management Studies
Volume 3, Issue 6, June 2015 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at: www.ijarcsms.com Image
How To Prevent Network Attacks
Ali A. Ghorbani Wei Lu Mahbod Tavallaee Network Intrusion Detection and Prevention Concepts and Techniques )Spri inger Contents 1 Network Attacks 1 1.1 Attack Taxonomies 2 1.2 Probes 4 1.2.1 IPSweep and
Hadoop Technology for Flow Analysis of the Internet Traffic
Hadoop Technology for Flow Analysis of the Internet Traffic Rakshitha Kiran P PG Scholar, Dept. of C.S, Shree Devi Institute of Technology, Mangalore, Karnataka, India ABSTRACT: Flow analysis of the internet
A survey on Data Mining based Intrusion Detection Systems
International Journal of Computer Networks and Communications Security VOL. 2, NO. 12, DECEMBER 2014, 485 490 Available online at: www.ijcncs.org ISSN 2308-9830 A survey on Data Mining based Intrusion
Second-generation (GenII) honeypots
Second-generation (GenII) honeypots Bojan Zdrnja CompSci 725, University of Auckland, Oct 2004. [email protected] Abstract Honeypots are security resources which trap malicious activities, so they
Hunting for the Undefined Threat: Advanced Analytics & Visualization
SESSION ID: ANF-W04 Hunting for the Undefined Threat: Advanced Analytics & Visualization Joshua Stevens Enterprise Security Architect Hewlett-Packard Cyber Security Technology Office Defining the Hunt
Knowledge Based System for Detection and Prevention of DDoS Attacks using Fuzzy logic
Knowledge Based System for Detection and Prevention of DDoS Attacks using Fuzzy logic Amit Khajuria 1, Roshan Srivastava 2 1 M. Tech Scholar, Computer Science Engineering, Lovely Professional University,
Network Machine Learning Research Group. Intended status: Informational October 19, 2015 Expires: April 21, 2016
Network Machine Learning Research Group S. Jiang Internet-Draft Huawei Technologies Co., Ltd Intended status: Informational October 19, 2015 Expires: April 21, 2016 Abstract Network Machine Learning draft-jiang-nmlrg-network-machine-learning-00
Extreme Networks Security Analytics G2 Vulnerability Manager
DATA SHEET Extreme Networks Security Analytics G2 Vulnerability Manager Improve security and compliance by prioritizing security gaps for resolution HIGHLIGHTS Help prevent security breaches by discovering
Insider Threat Detection Using Graph-Based Approaches
Cybersecurity Applications & Technology Conference For Homeland Security Insider Threat Detection Using Graph-Based Approaches William Eberle Tennessee Technological University [email protected] Lawrence
Intrusion Detection via Machine Learning for SCADA System Protection
Intrusion Detection via Machine Learning for SCADA System Protection S.L.P. Yasakethu Department of Computing, University of Surrey, Guildford, GU2 7XH, UK. [email protected] J. Jiang Department
An Online Automated Scoring System for Java Programming Assignments
An Online Automated Scoring System for Java Programming Assignments Hiroki Kitaya and Ushio Inoue Abstract This paper proposes a web-based system that automatically scores programming assignments for students.
Social Innovation through Utilization of Big Data
Social Innovation through Utilization of Big Data Hitachi Review Vol. 62 (2013), No. 7 384 Shuntaro Hitomi Keiro Muro OVERVIEW: The analysis and utilization of large amounts of actual operational data
Online Failure Prediction in Cloud Datacenters
Online Failure Prediction in Cloud Datacenters Yukihiro Watanabe Yasuhide Matsumoto Once failures occur in a cloud datacenter accommodating a large number of virtual resources, they tend to spread rapidly
Detecting Flooding Attacks Using Power Divergence
Detecting Flooding Attacks Using Power Divergence Jean Tajer IT Security for the Next Generation European Cup, Prague 17-19 February, 2012 PAGE 1 Agenda 1- Introduction 2- K-ary Sktech 3- Detection Threshold
Enhancing Quality of Data using Data Mining Method
JOURNAL OF COMPUTING, VOLUME 2, ISSUE 9, SEPTEMBER 2, ISSN 25-967 WWW.JOURNALOFCOMPUTING.ORG 9 Enhancing Quality of Data using Data Mining Method Fatemeh Ghorbanpour A., Mir M. Pedram, Kambiz Badie, Mohammad
Bridging the gap between COTS tool alerting and raw data analysis
Article Bridging the gap between COTS tool alerting and raw data analysis An article on how the use of metadata in cybersecurity solutions raises the situational awareness of network activity, leading
Hillstone T-Series Intelligent Next-Generation Firewall Whitepaper: Abnormal Behavior Analysis
Hillstone T-Series Intelligent Next-Generation Firewall Whitepaper: Abnormal Behavior Analysis Keywords: Intelligent Next-Generation Firewall (ingfw), Unknown Threat, Abnormal Parameter, Abnormal Behavior,
International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 3, May-June 2015
RESEARCH ARTICLE OPEN ACCESS Data Mining Technology for Efficient Network Security Management Ankit Naik [1], S.W. Ahmad [2] Student [1], Assistant Professor [2] Department of Computer Science and Engineering
Niara Security Analytics. Overview. Automatically detect attacks on the inside using machine learning
Niara Security Analytics Automatically detect attacks on the inside using machine learning Automatically detect attacks on the inside Supercharge analysts capabilities Enhance existing security investments
Data Clustering for Anomaly Detection in Network Intrusion Detection
Data Clustering for Anomaly Detection in Network Intrusion Detection Jose F. Nieves Polytechnic University of Puerto Rico Research Alliance in Math and Science Dr. Yu (Cathy) Jiao Applied Software Engineering
Performance Evaluation of Intrusion Detection Systems
Performance Evaluation of Intrusion Detection Systems Waleed Farag & Sanwar Ali Department of Computer Science at Indiana University of Pennsylvania ABIT 2006 Outline Introduction: Intrusion Detection
MyCloudLab: An Interactive Web-based Management System for Cloud Computing Administration
MyCloudLab: An Interactive Web-based Management System for Cloud Computing Administration Hoi-Wan Chan 1, Min Xu 2, Chung-Pan Tang 1, Patrick P. C. Lee 1 & Tsz-Yeung Wong 1, 1 Department of Computer Science
System for Denial-of-Service Attack Detection Based On Triangle Area Generation
System for Denial-of-Service Attack Detection Based On Triangle Area Generation 1, Heena Salim Shaikh, 2 N Pratik Pramod Shinde, 3 Prathamesh Ravindra Patil, 4 Parag Ramesh Kadam 1, 2, 3, 4 Student 1,
Using Artificial Intelligence in Intrusion Detection Systems
Using Artificial Intelligence in Intrusion Detection Systems Matti Manninen Helsinki University of Technology [email protected] Abstract Artificial Intelligence could make the use of Intrusion Detection
STUDY OF IMPLEMENTATION OF INTRUSION DETECTION SYSTEM (IDS) VIA DIFFERENT APPROACHS
STUDY OF IMPLEMENTATION OF INTRUSION DETECTION SYSTEM (IDS) VIA DIFFERENT APPROACHS SACHIN MALVIYA Student, Department of Information Technology, Medicaps Institute of Science & Technology, INDORE (M.P.)
Preprocessing Web Logs for Web Intrusion Detection
Preprocessing Web Logs for Web Intrusion Detection Priyanka V. Patil. M.E. Scholar Department of computer Engineering R.C.Patil Institute of Technology, Shirpur, India Dharmaraj Patil. Department of Computer
International Journal of Advanced Engineering Research and Applications (IJAERA) ISSN: 2454-2377 Vol. 1, Issue 6, October 2015. Big Data and Hadoop
ISSN: 2454-2377, October 2015 Big Data and Hadoop Simmi Bagga 1 Satinder Kaur 2 1 Assistant Professor, Sant Hira Dass Kanya MahaVidyalaya, Kala Sanghian, Distt Kpt. INDIA E-mail: [email protected]
Network Intrusion Detection Systems
Network Intrusion Detection Systems False Positive Reduction Through Anomaly Detection Joint research by Emmanuele Zambon & Damiano Bolzoni 7/1/06 NIDS - False Positive reduction through Anomaly Detection
A Survey on Intrusion Detection System with Data Mining Techniques
A Survey on Intrusion Detection System with Data Mining Techniques Ms. Ruth D 1, Mrs. Lovelin Ponn Felciah M 2 1 M.Phil Scholar, Department of Computer Science, Bishop Heber College (Autonomous), Trichirappalli,
An Anomaly-Based Method for DDoS Attacks Detection using RBF Neural Networks
2011 International Conference on Network and Electronics Engineering IPCSIT vol.11 (2011) (2011) IACSIT Press, Singapore An Anomaly-Based Method for DDoS Attacks Detection using RBF Neural Networks Reyhaneh
Oracle Big Data SQL Technical Update
Oracle Big Data SQL Technical Update Jean-Pierre Dijcks Oracle Redwood City, CA, USA Keywords: Big Data, Hadoop, NoSQL Databases, Relational Databases, SQL, Security, Performance Introduction This technical
The Comprehensive Performance Rating for Hadoop Clusters on Cloud Computing Platform
The Comprehensive Performance Rating for Hadoop Clusters on Cloud Computing Platform Fong-Hao Liu, Ya-Ruei Liou, Hsiang-Fu Lo, Ko-Chin Chang, and Wei-Tsong Lee Abstract Virtualization platform solutions
Intrusion Detection from Simple to Cloud
Intrusion Detection from Simple to Cloud ICTN 6865 601 December 7, 2015 Abstract Intrusion detection was used to detect security vulnerabilities for a long time. The methods used in intrusion detection
Ecom Infotech. Page 1 of 6
Ecom Infotech Page 1 of 6 Page 2 of 6 IBM Q Radar SIEM Intelligence 1. Security Intelligence and Compliance Analytics Organizations are exposed to a greater volume and variety of threats and compliance
Survey of Data Mining Approach using IDS
Survey of Data Mining Approach using IDS 1 Raman kamboj, 2 Kamal Kumar Research Scholar, Assistant Professor SDDIET, Department of Computer Science & Engineering, Kurukshetra Universty Abstract - In our
CA Host-Based Intrusion Prevention System r8.1
PRODUCT BRIEF: CA HOST-BASED INTRUSION PREVENTION SYSTEM CA Host-Based Intrusion Prevention System r8.1 CA HOST-BASED INTRUSION PREVENTION SYSTEM (CA HIPS) BLENDS ENDPOINT FIREWALL, INTRUSION DETECTION,
LOG AND EVENT MANAGEMENT FOR SECURITY AND COMPLIANCE
PRODUCT BRIEF LOG AND EVENT MANAGEMENT FOR SECURITY AND COMPLIANCE The Tripwire VIA platform delivers system state intelligence, a continuous approach to security that provides leading indicators of breach
Benchmarking Cassandra on Violin
Technical White Paper Report Technical Report Benchmarking Cassandra on Violin Accelerating Cassandra Performance and Reducing Read Latency With Violin Memory Flash-based Storage Arrays Version 1.0 Abstract
Introduction... Error! Bookmark not defined. Intrusion detection & prevention principles... Error! Bookmark not defined.
Contents Introduction... Error! Bookmark not defined. Intrusion detection & prevention principles... Error! Bookmark not defined. Technical OverView... Error! Bookmark not defined. Network Intrusion Detection
Evaluating Online Payment Transaction Reliability using Rules Set Technique and Graph Model
Evaluating Online Payment Transaction Reliability using Rules Set Technique and Graph Model Trung Le 1, Ba Quy Tran 2, Hanh Dang Thi My 3, Thanh Hung Ngo 4 1 GSR, Information System Lab., University of
Fighting Advanced Threats
Fighting Advanced Threats With FortiOS 5 Introduction In recent years, cybercriminals have repeatedly demonstrated the ability to circumvent network security and cause significant damages to enterprises.
APPLICATION OF MULTI-AGENT SYSTEMS FOR NETWORK AND INFORMATION PROTECTION
18-19 September 2014, BULGARIA 137 Proceedings of the International Conference on Information Technologies (InfoTech-2014) 18-19 September 2014, Bulgaria APPLICATION OF MULTI-AGENT SYSTEMS FOR NETWORK
