greg steen. what is snort? snort purposes where can it be used?

9
Greg Steen

Upload: osborne-collins

Post on 17-Jan-2018

218 views

Category:

Documents


0 download

DESCRIPTION

 IDS/IPS  Sniffs & Logs packets based on rule set  When inline, can drop packets, thus IPS  Sniffer  Command-line packet sniffer  Packet Logger  Logs packets without a rule base.

TRANSCRIPT

Page 1: Greg Steen.  What is Snort?  Snort purposes  Where can it be used?

Greg Steen

Page 2: Greg Steen.  What is Snort?  Snort purposes  Where can it be used?

What is Snort? Snort purposes Where can it be used?

Page 3: Greg Steen.  What is Snort?  Snort purposes  Where can it be used?

IDS/IPS Sniffs & Logs packets based on rule set When inline, can drop packets, thus IPS

Sniffer Command-line packet sniffer

Packet Logger Logs packets without a rule base.

Page 4: Greg Steen.  What is Snort?  Snort purposes  Where can it be used?

Architecture Where will Snort reside on a network?

Installation Components

Snort- IDS/IPS Barnyard- Processes output of Snort Base- GUI to see the captured packets MySQL- Stores packet information and run DML

functions

Page 5: Greg Steen.  What is Snort?  Snort purposes  Where can it be used?

Configuration files Rules.conf Snort.conf Barnyard2.conf

Permission settings Database GUI

Page 6: Greg Steen.  What is Snort?  Snort purposes  Where can it be used?

Rule writing Sample rules

#pass tcp 192.168.1.106 any <> 91.189.88.40 any (msg:"allowed traffic for ubuntu updates";sid:1000011;)

alert icmp !10.1.0.0/16 any -> 10.1.1.0/16 any (msg: "Intrusion traffic";sid: 1000008;)

#drop tcp any 80 <> any 80 (msg:"Drop tcp all port 80";sid:1000014;)

Base lining the network Important to monitor and establish what is

acceptable traffic.

Page 7: Greg Steen.  What is Snort?  Snort purposes  Where can it be used?

Data What is collected. Interpretation

Analysis Uses for data

Page 8: Greg Steen.  What is Snort?  Snort purposes  Where can it be used?

Summary Snort is an open-source IDS/IPS Designed to be available at no cost for those

that want it Many businesses can use Snort, small to large

and it depends on the amount of maintenance desired to handle.

Page 9: Greg Steen.  What is Snort?  Snort purposes  Where can it be used?