Jump to content

Intrusion prevention system

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by MarcGarver (talk | contribs) at 20:51, 22 October 2011 (→‎Detection methods: remove line of dashes). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Intrusion Prevention Systems (IPS), also known as Intrusion Detection and Prevention Systems (IDPS), are network security appliances that monitor network and/or system activities for malicious activity. The main functions of intrusion prevention systems are to identify malicious activity, log information about said activity, attempt to block/stop activity, and report activity. [1]

Intrusion prevention systems are considered extensions of intrusion detection systems because they both monitor network traffic and/or system activities for malicious activity. The main differences are, unlike intrusion detection systems, intrusion prevention systems are placed in-line and are able to actively prevent/block intrusions that are detected. [2][3] More specifically, IPS can take such actions as sending an alarm, dropping the malicious packets, resetting the connection and/or blocking the traffic from the offending IP address. [4] An IPS can also correct Cyclic Redundancy Check (CRC) errors, unfragment packet streams, prevent TCP sequencing issues, and clean up unwanted transport and network layer options. [2] [5]

Classifications

Intrusion prevention systems can be classified into four different types:[6][7]

Network-based Intrusion Prevention (NIPS): monitors the entire network for suspicious traffic by analyzing protocol activity.

Wireless Intrusion Prevention Systems (WIPS): monitors a wireless network for suspicious traffic by analyzing wireless networking protocols.

Network Behavior Analysis (NBA): examines network traffic to identify threats that generate unusual traffic flows, such as distributed denial of service (DDoS) attacks, certain forms of malware, and policy violations.

Host-based Intrusion Prevention (HIPS): an installed software package which monitors a single host for suspicious activity by analyzing events occurring within that host.

Detection methods

The majority of intrusion prevention systems utilize one of three detection methods: signature-based, statistical anomaly-based, and stateful protocol analysis. [3] [3][8]

Signature-based Detection: This method of detection utilizes signatures, which are attack patterns that are preconfigured and predetermined. A signature-based intrusion prevention system monitors the network traffic for matches to these signatures. Once a match is found the intrusion prevention system takes the appropriate action. Signatures can be exploit-based or vulnerability-based. Exploit-based signatures analyze patterns appearing in exploits being protected against, while vulnerability-based signatures analyze vulnerabilities in a program, its execution, and conditions needed to exploit said vulnerability.

Statistical Anomaly-based Detection: This method of detection baselines performance of average network traffic conditions. After a baseline is created, the system intermittently samples network traffic, using statistical analysis to compare the sample to the set baseline. If the activity is outside the baseline parameters, the intrusion prevention system takes the appropriate action.

Stateful Protocol Analysis Detection: This method identifies deviations of protocol states by comparing observed events with “predetermined profiles of generally accepted definitions of benign activity.”[3]

See also

References

  1. ^ "NIST - Guide to Intrusion Detection and Prevention Systems (IDPS)" (PDF). 2007-02. Retrieved 2010-06-25. {{cite web}}: Check date values in: |date= (help)
  2. ^ a b Robert C. Newman (19 February 2009). Computer Security: Protecting Digital Resources. Jones & Bartlett Learning. pp. 273–. ISBN 9780763759940. Retrieved 25 June 2010. Cite error: The named reference "Newman2009" was defined multiple times with different content (see the help page).
  3. ^ a b c d Michael E. Whitman; Herbert J. Mattord (2009). Principles of Information Security. Cengage Learning EMEA. pp. 289–. ISBN 9781423901778. Retrieved 25 June 2010. Cite error: The named reference "WhitmanMattord2009" was defined multiple times with different content (see the help page).
  4. ^ Tim Boyles (2010). CCNA Security Study Guide: Exam 640-553. John Wiley and Sons. pp. 249–. ISBN 9780470527672. Retrieved 29 June 2010.
  5. ^ Harold F. Tipton; Micki Krause (2007). Information Security Management Handbook. CRC Press. pp. 1000–. ISBN 9781420013580. Retrieved 29 June 2010.
  6. ^ "NIST - Guide to Intrusion Detection and Prevention Systems (IDPS)" (PDF). 2007-02. Retrieved 2010-06-25. {{cite web}}: Check date values in: |date= (help)
  7. ^ John R. Vacca (2010). Managing Information Security. Syngress. pp. 137–. ISBN 9781597495332. Retrieved 29 June 2010.
  8. ^ Engin Kirda; Somesh Jha; Davide Balzarotti (2009). Recent Advances in Intrusion Detection: 12th International Symposium, RAID 2009, Saint-Malo, France, September 23-25, 2009, Proceedings. Springer. pp. 162–. ISBN 9783642043413. Retrieved 29 June 2010.

External Links