1 / 7

Network-based Intrusion Detection and Prevention

Network-based Intrusion Detection and Prevention. Yinzhi Cao Hongyu Gao Yue Liu. Workflow. iptable gets network traffic iptable redirect traffic to NIPS NIPS does rule matching malicious traffic is dropped, while good traffic is accepted. Overview.

ward
Download Presentation

Network-based Intrusion Detection and Prevention

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Network-based Intrusion Detection and Prevention Yinzhi Cao Hongyu Gao Yue Liu

  2. Workflow • iptable gets network traffic • iptable redirect traffic to NIPS • NIPS does rule matching • malicious traffic is dropped, while good traffic is accepted

  3. Overview • We establish the VM environment from ICTF 2007 and install snort on the VM machine. • We successfully redirect packages from iptables to snort_inline and use nc to see it indeed works. • We also do some research on snort rules.

  4. VM environment • Establish the VM Environment • Because we don't know their main Box IP, what we have already done is mainly based on image box and vulnerable box.

  5. Install Snort on VM machine • We run 'modprobe ip_queue' to start iptable's queue mode. • We use 'iptables ‐I INPUT ‐j QUEUE' to let packages go to snort

  6. Download and Modify Snort Rules • We download snort rules from snort websites. • We add Metasploit payload into snort rules to make Metasploit not work.

  7. DEMO

More Related