Intrusion Detection Systems. (slides courtesy Prof. Stolfo)



Similar documents
CSCE 465 Computer & Network Security

Intrusion Detection Systems

SURVEY OF INTRUSION DETECTION SYSTEM

Intrusion Detection for Mobile Ad Hoc Networks

Introduction of Intrusion Detection Systems

Role of Anomaly IDS in Network

A Review of Anomaly Detection Techniques in Network Intrusion Detection System

Taxonomy of Intrusion Detection System

INTRUSION DETECTION SYSTEMS and Network Security

Intrusion Detection Systems

IDS Categories. Sensor Types Host-based (HIDS) sensors collect data from hosts for

CHAPTER 1 INTRODUCTION

How To Prevent Network Attacks

Network Intrusion Detection Systems. Beyond packet filtering

CS 356 Lecture 17 and 18 Intrusion Detection. Spring 2013

Intrusion Detection Systems Submitted in partial fulfillment of the requirement for the award of degree Of Computer Science

Data Mining For Intrusion Detection Systems. Monique Wooten. Professor Robila

IDS / IPS. James E. Thiel S.W.A.T.

Chapter 9 Firewalls and Intrusion Prevention Systems

The Integration of SNORT with K-Means Clustering Algorithm to Detect New Attack

Firewalls and Intrusion Detection

Radware s Behavioral Server Cracking Protection

Intrusion Detection Systems and Supporting Tools. Ian Welch NWEN 405 Week 12

Network- vs. Host-based Intrusion Detection

Intrusion Detection System (IDS)

IntruPro TM IPS. Inline Intrusion Prevention. White Paper

CSCI 4250/6250 Fall 2015 Computer and Networks Security

Performance Evaluation of Intrusion Detection Systems

An Alternative Model Of Virtualization Based Intrusion Detection System In Cloud Computing

Intrusion Detection System Based Network Using SNORT Signatures And WINPCAP

Intrusion Detection in AlienVault

Network Based Intrusion Detection Using Honey pot Deception

Intrusion Detection: Game Theory, Stochastic Processes and Data Mining

Network Intrusion Detection Systems

Intrusion Detection Systems

IDS 4.0 Roadshow. Module 1- IDS Technology Overview. 2003, Cisco Systems, Inc. All rights reserved. IDS Roadshow

On-Premises DDoS Mitigation for the Enterprise

HYBRID INTRUSION DETECTION FOR CLUSTER BASED WIRELESS SENSOR NETWORK

Module II. Internet Security. Chapter 7. Intrusion Detection. Web Security: Theory & Applications. School of Software, Sun Yat-sen University

Intrusion Detection System in Campus Network: SNORT the most powerful Open Source Network Security Tool

Contents. Intrusion Detection Systems (IDS) Intrusion Detection. Why Intrusion Detection? What is Intrusion Detection?

Name. Description. Rationale

CS 356 Lecture 19 and 20 Firewalls and Intrusion Prevention. Spring 2013

FIREWALLS. Firewall: isolates organization s internal net from larger Internet, allowing some packets to pass, blocking others

INTRUSION DETECTION SYSTEM (IDS) D souza Adam Jerry Joseph I MCA

Intrusion Detection Categories (note supplied by Steve Tonkovich of CAPTUS NETWORKS)

Web Application Security

Traffic Monitoring : Experience

The Base Rate Fallacy and its Implications for the Difficulty of Intrusion Detection

Hybrid Model For Intrusion Detection System Chapke Prajkta P., Raut A. B.

Firewalls, Tunnels, and Network Intrusion Detection

Intrusion Detection for Grid and Cloud Computing

INTRUSION DETECTION SYSTEM (IDS) by Kilausuria Abdullah (GCIH) Cyberspace Security Lab, MIMOS Berhad

Passive Logging. Intrusion Detection System (IDS): Software that automates this process

White Paper. What Auditors Want Database Auditing. 5 Key Questions Auditors Ask During a Database Compliance Audit

An Efficient Way of Denial of Service Attack Detection Based on Triangle Map Generation

Security Intrusion & Detection. Intrusion Detection Systems (IDSs)

Building accurate intrusion detection systems. Diego Zamboni Global Security Analysis Lab IBM Zürich Research Laboratory

Introduction... Error! Bookmark not defined. Intrusion detection & prevention principles... Error! Bookmark not defined.

A Review on Network Intrusion Detection System Using Open Source Snort

Introducing IBM s Advanced Threat Protection Platform

Configuring Personal Firewalls and Understanding IDS. Securing Networks Chapter 3 Part 2 of 4 CA M S Mehta, FCA

IDS : Intrusion Detection System the Survey of Information Security

EVADING IDSS AND FIREWALLS AS FUNDAMENTAL SOURCES OF INFORMATION IN SIEMS

Observation and Findings

A Proposed Architecture of Intrusion Detection Systems for Internet Banking

CHAPETR 3. DISTRIBUTED DEPLOYMENT OF DDoS DEFENSE SYSTEM

CSC574 - Computer and Network Security Module: Intrusion Detection

Network Security. Chapter 9. Attack prevention, detection and response. Attack Prevention. Part I: Attack Prevention

Firewalls, Tunnels, and Network Intrusion Detection. Firewalls

Rule 4-004M Payment Card Industry (PCI) Monitoring, Logging and Audit (proposed)

Course Title: Penetration Testing: Security Analysis

Intrusion Detection. Tianen Liu. May 22, paper will look at different kinds of intrusion detection systems, different ways of

Intrusion Detection Systems with Correlation Capabilities

How To Manage Sourcefire From A Command Console

Advancement in Virtualization Based Intrusion Detection System in Cloud Environment

Peeling Back the Layers of the Network Security with Security Onion Gary Smith, Pacific Northwest National Laboratory

Intrusion Detection and Cyber Security Monitoring of SCADA and DCS Networks

Second-generation (GenII) honeypots

Security+ Guide to Network Security Fundamentals, Fourth Edition. Chapter 6 Network Security

Intrusion Detection and Intrusion Prevention. Ed Sale VP of Security Pivot Group, LLC

Intruders and viruses. 8: Network Security 8-1

Security Toolsets for ISP Defense

Intrusion Detection from Simple to Cloud

SANS Top 20 Critical Controls for Effective Cyber Defense

Intrusion Detection Systems. Overview. Evolution of IDSs. Oussama El-Rawas. History and Concepts of IDSs

AN EFFICIENT INTRUSION DETECTION SYSTEM FOR NETWORKS WITH CENTRALIZED ROUTING

Environment. Attacks against physical integrity that can modify or destroy the information, Unauthorized use of information.

Efficient Security Alert Management System

Intrusion Detection Systems

Radware s Smart IDS Management. FireProof and Intrusion Detection Systems. Deployment and ROI. North America. International.

Final exam review, Fall 2005 FSU (CIS-5357) Network Security

How To Design An Intrusion Prevention System

Transcription:

Intrusion Detection Systems (slides courtesy Prof. Stolfo)

Motivation We can't prevent all break-ins There will always be new holes, new attacks, and new attackers We need some way to cope

Defense in Depth More generically, most single defenses can fail We always need defense in depth multiple layers, of different designs and philosophies One such layer: Intrusion Detection Systems

IDS Help An IDS alerted us to the sophisticated attack described last time We now know the machine had been penetrated at least as long ago as May But when the attacker tried to do more, he or she was detected by an IDS

Just an Overview This is just a short overview of the subject For more details, take COMS E6185

Elements of Intrusion Detection Primary assumptions: System activities are observable Normal and intrusive activities have distinct evidence Components of intrusion detection systems: From an algorithmic perspective: Features - capture intrusion evidence from audit data Models - piece evidence together; infer attack From a system architecture perspective: Audit data processor, knowledge base, decision engine, alarm generation and responses

Host-Based IDSs Using OS auditing mechanisms E.G., BSM on Solaris: logs all direct or indirect events generated by a user strace for system calls made by a program Monitoring user activities E.G., Analyze shell commands Monitoring execution of system programs E.G., Analyze system calls made by sendmail

Basic Audit Modules (Hosts) Windows Registry sensor EventLog - Uses the windows Event Logging system to track entries into all three of the windows event logs: System, Security, Application Netstat - Uses the information from the program netstat to provide information about network usage on the machine Health - Runs the program health to give current information about the system (CPU usage, mem usage, swap usage) Ps - Uses information from the /proc virtual file system as a data source

System Call Traces [pid 1286] execve 11:33:27;[pid 1286] open 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] open 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] munmap 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] close 11:33:27;[pid 1286] open 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] munmap 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] close 11:33:27;[pid 1286] open 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] munmap 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] close 11:33:27;[pid 1286] open 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] close 11:33:27;[pid 1286] open 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] munmap 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] close 11:33:27;[pid 1286] open 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] munmap 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] close 11:33:27;[pid 1286] open 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] munmap 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] close 11:33:27;[pid 1286] open 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] munmap 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] close 11:33:27;[pid 1286] open 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] munmap 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] close 11:33:27;[pid 1286] open 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] munmap 11:33:27;[pid 1286] mmap 11:33:27;[pid 1286] close 11:33:27;[pid 1286] close 11:33:27;[pid 1286] munmap 11:33:27;[pid 1286] open 11:33:27;[pid 1286] ioctl 11:33:27;[pid 1286] close 11:33:27;[pid 1286] nice 11:33:27;[pid 1286] auditon 11:33:27;[pid 1286] open 11:33:27;[pid 1286] ioctl 11:33:27;[pid 1286] close 11:33:27;[pid 1286] open 11:33:27;[pid 1286] ioctl

Windows Registry Accesses Smmc.exe SOpenKey SHKLM\Software\Microsoft\Windows_NT\CurrentVersion\FontLink\SystemLink SNOTFOUND S0 NORMAL_ Smmc.exe SOpenKey SHKLM\Software\Microsoft\Windows_NT\CurrentVersion\FontLink\SystemLink SNOTFOUND S0 NORMAL_ SREGMON.EXE SOpenKey SHKLM\System\CurrentControlSet\Services\WinSock2\Parameters SSUCCESS SKey:_0xE12F4580 NORMAL_ SREGMON.EXE SQueryValue SHKLM\System\CurrentControlSet\Services\WinSock2\Parameters\WinSock_Regi stry_version SSUCCESS S"2.0" NORMAL_ SREGMON.EXE SQueryValue SHKLM\System\CurrentControlSet\Services\WinSock2\Parameters\WinSock_Regi stry_version SSUCCESS S"2.0" NORMAL_ SREGMON.EXE SOpenKey SHKLM\System\CurrentControlSet\Services\WinSock2\Parameters\Protocol_Cat alog9 SSUCCESS SKey:_0xE1F07580 NORMAL_ SREGMON.EXE SQueryValue SHKLM\System\CurrentControlSet\Services\WinSock2\Parameters\Protocol_Cat alog9\serial_access_num SSUCCESS S0x4 NORMAL_

Network IDSs Deploying sensors at strategic locations E.G., Packet sniffing via tcpdump at routers Inspecting network traffic Watch for violations of protocols and unusual connection patterns Monitoring user activities Look into the data portions of the packets for malicious command sequences May be easily defeated by encryption Data portions and some header information can be encrypted Other problems

Network Connections 0,tcp,http,SF,181,5450,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,8,8,0.00,0.00,0.00,0.00, 1.00,0.00,0.00,9,9,1.00,0.00,0.11,0.00,0.00,0.00,0.00,0.00,normal. 0,tcp,http,SF,239,486,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,8,8,0.00,0.00,0.00,0.00,1.00,0.00,0.00,19,19,1.00,0.00,0.05,0.00,0.00,0.00,0.00,0.00,normal. 0,tcp,http,SF,235,1337,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,8,8,0.00,0.00,0.00,0.00, 1.00,0.00,0.00,29,29,1.00,0.00,0.03,0.00,0.00,0.00,0.00,0.00,normal. 0,tcp,http,SF,219,1337,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,6,6,0.00,0.00,0.00,0.00, 1.00,0.00,0.00,39,39,1.00,0.00,0.03,0.00,0.00,0.00,0.00,0.00,normal. 0,tcp,http,SF,217,2032,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,6,6,0.00,0.00,0.00,0.00, 1.00,0.00,0.00,49,49,1.00,0.00,0.02,0.00,0.00,0.00,0.00,0.00,normal. 0,tcp,http,SF,217,2032,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,6,6,0.00,0.00,0.00,0.00, 1.00,0.00,0.00,59,59,1.00,0.00,0.02,0.00,0.00,0.00,0.00,0.00,normal. 0,tcp,http,SF,212,1940,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,2,0.00,0.00,0.00,0.00, 1.00,0.00,1.00,1,69,1.00,0.00,1.00,0.04,0.00,0.00,0.00,0.00,normal. 0,tcp,http,SF,159,4087,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,5,5,0.00,0.00,0.00,0.00, 1.00,0.00,0.00,11,79,1.00,0.00,0.09,0.04,0.00,0.00,0.00,0.00,normal. 0,tcp,http,SF,210,151,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,8,8,0.00,0.00,0.00,0.00,1.00,0.00,0.00,8,89,1.00,0.00,0.12,0.04,0.00,0.00,0.00,0.00,normal. 0,tcp,http,SF,212,786,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,8,8,0.00,0.00,0.00,0.00,1.00,0.00,0.00,8,99,1.00,0.00,0.12,0.05,0.00,0.00,0.00,0.00,attack. 0,tcp,http,SF,210,624,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,18,18,0.00,0.00,0.00,0.00,1.00,0.00,0.00,18,109,1.00,0.00,0.06,0.05,0.00,0.00,0.00,0.00,normal.

Architecture of Network IDS Policy script Alerts/notifications Policy Script Interpreter Event control Event stream Event Engine tcpdump filters Filtered packet stream libpcap Packet stream Network

Firewall Versus Network IDS Firewall Active filtering Fail-close Network IDS Passive monitoring Fail-open IDS FW

Requirements of Network IDS High-speed, large volume monitoring No packet filter drops Real-time notification Mechanism separate from policy Extensible Broad detection coverage Economy in resource usage Resilience to stress Resilience to attacks upon the IDS itself!

Eluding Network IDS What the IDS sees may not be what the end system gets. Insertion and evasion attacks. IDS needs to perform full reassembly of packets. But there are still ambiguities in protocols and operating systems: E.G. TTL, fragments. Need to normalize the packets.

Insertion Attack End-System sees: IDS sees: A T X T A C A T T A C K K Attacker s data stream T X T C A A K Examples: bad checksum, TTL.

Evasion Attack End-System sees: A T T A C K IDS sees: A T T C K Attacker s data stream T T C A A K Example: fragmentation overlap

DoS Attacks on Network IDS Resource exhaustion CPU resources Memory Network bandwidth Abusing reactive IDS False positives Nuisance attacks or error packets/connections

Taxonomy of IDS s

Intrusion Detection Approaches Modeling Features: evidences extracted from audit data Analysis approach: piecing the evidences together Misuse detection (a.k.a. signature-based) Anomaly detection (a.k.a. statistical-based) Deployment: Network-based or Host-based Development and maintenance Hand-coding of expert knowledge Learning based on audit data

Components of Intrusion Detection System system activities are observable Audit Data Preprocessor Audit Records Activity Data Detection Models Decision Table Detection Engine Alarms Decision Engine normal and intrusive activities have distinct evidence Action/Report

A Generic IDS Information provided by a system concerning its inner workings and behavior System Vulnerability Analysis Portscanning, etc. Detector: Eliminates unneeded information from the audit trail. Countermeasure: Takes corrective action to either prevent the actions from being executed or changing the state of the system back to a secure state.

Characteristics of IDS Detection method: The characteristics of the analyzer. Behavior on detection: the response of the IDS to attack. Audit source location: The kind of input information that IDS analyzes. Detection paradigm: Detection mechanism. Usage frequency: Real-time or offline.

Detection Paradigm State-based versus transition-based IDS State-based: Identifies intrusions on the states Transition-based: Watches events that trigger transition from one state to another Non-perturbing versus pro-active analysis of state or transition Non-perturbing: Consists of the vulnerability assessment side Pro-active: Analysis by explicitly triggering events

IDS: Time aspect Real-time IDS Analyzes the data while the sessions are in progress Raises an alarm immediately when the attack is detected Off-line IDS Analyzes the data after the information has been already collected Useful for understanding the attackers behavior

Misuse Detection pattern matching Intrusion Patterns intrusion activities Example: if (src_ip == dst_ip) then land attack Can t detect new attacks

Misuse Detection The system is equipped with a number of attack descriptions ( signature ). Then matched against the audit data to detect attacks. Pro: less false positives (But there still some!) Con: cannot detect novel attacks, need to update the signatures often. Approaches: pattern matching, security rule specification.

Knowledge-based IDS Good accuracy, bad completeness Drawback: need regular update of knowledge Difficulty of gathering the information Maintenance of the knowledge is a time-consuming task Knowledge-based IDS Expert systems Signature analysis Petri nets State-transition analysis

Specification-based Detection Manually develop specifications that capture legitimate (not only previous seen) system behavior. Any deviation from it is an attack Pro: can avoid false-positive since the specification can capture all legitimate behavior. Con: hard to develop a complete and detailed specification, and error-prone. Approach: state machine, extended finite state automata (EFSA) Augment FSA with state variables Make transition on event that may have arguments

Example of specification-based IDS A gateway s behavior at IP layer State variables: src, dst. Event: pkt(ext_ifc, p), timeout. ext_ifc is the network interface on which packet received, and p is the packet content

Today s IT Security Tools We make lists of bad behavior Virus definitions SPAM filters and blacklists IDS signatures Policies We distribute the lists to applications and detection systems They flag behavior that fits the pattern The system is about to collapse Delays Administrative Overhead False positives

Behavior-based IDS Good completeness, bad accuracy Detect intrusion by observing a deviation from the normal or expected behavior of the system or the users Can detect attempts to exploit new and unforeseen vulnerabilities Behavior-based IDS Statistics Expert systems Neural networks User intention identification Computer immunology

Anomaly Detection Build models of normal behavior of a system using machine learning or data mining. Any large deviation from the model is thought as anomaly. Pro: can detect previous unseen attacks Con: have higher false positives, and hard to train a system for a very dynamic environment. Approaches: statistical methods, clustering, outlier detection, SVM

Anomaly Detection activity measures 90 80 70 60 50 40 30 20 10 0 CPU Process Size probable intrusion normal profile abnormal Relatively high false positive rate - anomalies can just be new normal activities.

Data Mining System Perspective Internet User activity Host activity LAN/NOC/Peering Center activity Real-time attack recognition Audit data Knowledge Base of Signatures Analyst System activity Step 4A: Integrate new model with existing IDS Model Evaluation Predictive Detection Model Alert on known attacks Alert on new attacks Step 5: Detect new attacks with enhanced IDS Online Step 1: Log system behavior in data warehouse Data Warehouse Step 2: Mine data offline Step 3: Produce predictive detection model. Data Mining Step 4B: Produce new signature models. Offline

Anomaly Detection Model Generative / Discriminative Algorithm Supervised / unsupervised Compute online? Data source / feature selection Depends on expert knowledge now Cost Computation cost Feature audit and construction cost Damage cost Goal: detect attacks accurately and promptly

Data sources Single packet src and dst ip, port (most commonly used) All packet header fields (PHAD) A sequence of packets Follow the automaton for the protocols (specification- based) Reconstructed connections Connection status, frequency (commonly used) Application data Character distribution, keywords, etc. (ALAD, www ids) Traffic flows Volume / velocity. (signal analysis, k-ary sketch, PCAP)

Supervised Learning Statistical tests Build distribution model for normal behavior, then detect low probability events Outlier detection K-Nearest neighbor, Mahalanobis distance, LOF Self-Organizing Map (SOM) [Ramadas [ 03] Nonstationary model - PHAD/ALAD [Mahoney [ 02] Probability AD (PAD) [Stolfo, [ Eskin 04] SVM / OCSVM

Unsupervised Learning Outlier detection Clustering SmartSifter [Yamanishi [ 00] Online learning Histogram + Finite mixtures Wavelet analysis for change detection [Barford [ 02] OCSVM Most of them cannot used for real-time detection

Examples of IDS Misuse detection SNORT: : signature based commercial IDS STAT: : real time IDS using state transition analysis, attack scenarios specified by STATL. (Higher level signature, abstract from raw packet) [Vigna 03] Bro: : real time, events driven, security policy written in a specialized script language. [Paxson 99] Anomaly detection MADAM ID : use RIPPER ADAM: mining association rule + Bayes classifier Specification-based detection [Sekar[ 02]

Hybrid NIDS and HIDS Network Packets tcpdump Operating System Events BSM

Host-based Information Sources Must be real-time System sources Commands of Operating Systems don t offer a structural way of collecting and storing the audit information Accounting: Shared resources Untrustworthy for security purposes Syslog C2 security audit Reliable Trusted Computing Base (TCB)

Network-based information sources Simple Network Management Protocol (SNMP) Management Information Base (MIB) A repository of information Network packets Detection of network-specific attacks Can analyze the payload of the packet Router NetFlow records Can speed up and create log

Evaluation of IDS Accuracy Detection rate & false alarm Performance Completeness To predict new attacks Fault tolerance Timeliness

Key Performance Metrics Algorithm Alarm: A; Intrusion: I Detection (true alarm) rate: P(A I) False negative rate P( A I) False alarm rate: P(A I) True negative rate P( A I) Bayesian detection rate: P(I A) Architecture Scalable Resilient to attacks

Bayesian Detection Rate P( I) P( A I) P( I A) = P( I) P( A I) + P( I) P( A Base-rate fallacy Even if false alarm rate P(A I) ) is very low, Bayesian detection rate P(I A) ) is still low if base-rate P(I) ) is low E.g. if P(A I) ) = 1, P(A I) ) = 10-5, P(I) ) = 2 102-5, P(I A) = 66% Implications to IDS Design algorithms to reduce false alarm rate Deploy IDS to appropriate point/layer with sufficiently high base rate I)

Problems with (Commercial) IDS Cost of update and keeping current is growing Organizations lack internal expertise MSSP industry also suffering IDS systems suffer from False Negative Problem New augmented IDS with Anomaly Detectors are appearing in the commercial market Initial focus on protocols IDS are inherently noisy and chatty and suffer from the False Positive problem Volumes of alerts are crushing Honing in on most serious threats is hard NIDS positioned at the perimeter The most serious/predominant threat is the insider Host and LAN-based IDS now more crucial

What new solutions are needed for these problems? Maintenance problem Automatic Update Limited coverage problem False Negative/Zero Day Data Reduction problem Human can t be in the loop Insider problem Look inward, not only outward

Next Generation Detection Systems Behavior-based (like credit card fraud): Automated analysis Learn site specific characteristics (e.g., outbound traffic) and prioritize attacks per cost modeling Reduce time to update and deploy Increase analyst/security staff productivity Discover New Attacks Offload and load balance detection tasks among separate specialized modules Correlation among distributed sites provides new opportunities for Real-time global detection (early warning) Detecting attackers (deterrent)

The Reusability Issue Intrusion Detection exchange format Working Group (IDWG): Address the problem of communication between IDS and external components. Common Intrusion-Detection Framework (CIDF): Coordinate different IDS projects.

BEHAVIOR-BASED COMPUTER SECURITY Paradigm Shift IN IDS Signature-Based Human Expertise Generic Fragmented Attacks Defense Strategy Data Analysis System Architecture Coverage Detection Behavior-Based Machine Expertise Specific Distributed Cooperative Attacker

Collaborative Network Architecture Peering Center/ Gateways Peering Center/ Gateways Peering Center/ Gateways Peer Ctr Installation Peer Ctr Installation Peer Ctr Installation Enclave Installation Command Installation Enclave Installation Command Installation Enclave/ Local Network Host Enclave/ Local Network Enclave/ Local Network Provide information assurance through real-time sharing technology in a distributed, scalable and coordinated environment