/
Intrusion  Detection Dan Fleck Intrusion  Detection Dan Fleck

Intrusion Detection Dan Fleck - PowerPoint Presentation

fanny
fanny . @fanny
Follow
343 views
Uploaded On 2022-06-14

Intrusion Detection Dan Fleck - PPT Presentation

CS 469 Security Engineering These slides are modified with permission from Bill Young Univ of Texas Coming up Intrusion Detection 1 Intrusion Detection An intrusion detection system ID: 917699

intrusion detection attack ids detection intrusion ids attack false errors coming base rate fallacy system accurate precise probability attacks

Share:

Link:

Embed:

Download Presentation from below link

Download Presentation The PPT/PDF document "Intrusion Detection Dan Fleck" is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Slide1

Intrusion Detection

Dan FleckCS 469: Security Engineering

These slides are modified with permission from Bill Young (Univ of Texas)

Coming up: Intrusion Detection

1

Slide2

Intrusion Detection

An intrusion detection system (IDS) can analyze traffic patterns and

react to anomalous patterns. However, often there is nothing apparently wrong but the volume of requests.Note that an IDS is inherently reactive; the attack has already begun

when the IDS acts.

Coming up: Intrusion Detection Errors

2

Slide3

Intrusion Detection Errors

There are two types of errors when considering any intrusion detection

system.False negatives: a genuine attack is not detected.

False positives: harmless behavior is misclassified

as an attack.Which do think is a bigger problem?An intrusion detection system is:

accurate: if it detects all genuine attacks;precise: if it never reports legitimate behavior as an attack.

It is easy to make an IDS that is either accurate or precise!

Why

?

It’s hard to do both simultaneously.

Coming up: Intrusion Detection Errors

3

Slide4

Intrusion Detection Errors

An undetected attack might lead to severe problems. But frequent false alarms can lead to the system being disabled or ignored.

A perfect IDS would be both accurate and precise.Statistically, attacks are fairly rare events.Most intrusion detection systems suffer from the base-

rate fallacy.

Coming up: Base-Rate Fallacy

4

Slide5

Base-Rate Fallacy

Suppose that only 1% of traffic are actually attacks and the detection accuracy of your IDS is 90%.

What does that mean?the IDS classifies an attack as an attack with probability 90%the IDS classifies a valid connection as attack with probability 10%

What is the probability that a connection flagged as an attack is not really an attack, i.e., a false positive?

There is approximately 92% chance that a raised alarm is false.Coming up: Lessons

5

Slide6

Lessons

False negatives and false positives are both bad for an IDS.An IDS must be very accurate or suffer from the base rate fallacy

.An IDS with too many errors becomes useless.End of presentation

6