<strike id="osg8o"><rt id="osg8o"></rt></strike>
<fieldset id="osg8o"></fieldset>
<strike id="osg8o"></strike>
<tfoot id="osg8o"><input id="osg8o"></input></tfoot>
  • <strike id="osg8o"><menu id="osg8o"></menu></strike>
    • <fieldset id="osg8o"><input id="osg8o"></input></fieldset>
      論文格式
      電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
      機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
      制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
      通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
      • 首頁 |
      • 畢業論文 |
      • 論文格式 |
      • 個人簡歷 |
      • 工作總結 |
      • 入黨申請書 |
      • 求職信 |
      • 入團申請書 |
      • 工作計劃 |
      • 免費論文 |
      • 合作期刊 |
      • 論文同學網 |
      搜索 高級搜索

      當前位置:論文格式網 -> 畢業論文 -> 計算機論文
      畢業論文標題:

      Snort規則分析與規則增加

       本文ID:LWGSW13600 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 Snort規則分析與規則增加 (收費:1000 積分)  

      論文字數:18787,頁數:40  有開題報告,任務書

      摘  要

       近年來,互聯網得到了長足的發展,所以網絡本身的安全性問題也就顯得更為重要。網絡安全的主要威脅是通過網絡對信息系統的入侵,因此,如何通過網絡安全系統對其進行檢測,已成為眾多網絡安全手段的核心技術。
       入侵檢測系統作為防火墻的合理補充,能夠幫助系統對付網絡攻擊,擴展了系統管理員的安全管理能力,提高了信息安全基礎結構的完整性。入侵檢測系統能夠識別攻擊并通過產生警告或者阻塞可疑活動的方式進行反應。Snort 是一個輕量級網絡入侵檢測系統(NIDS),通過誤用檢測來檢測入侵。Snort規則是它的核心,是其檢測入侵行為的知識庫,并隨著入侵方式的增多而不斷的增大。在軟件漏洞頻繁出現,新型網絡攻擊和原有攻擊的變種不斷對計算機網絡造成威脅和破壞的情況下,必需及時的增加新的規則來有效的檢測入侵行為,提高Snort的檢測能力。
       Snort規則就是能檢測網絡上有入侵行為數據包的“一種簡單的、輕量級的描述語言”,它提供了簡單,靈活的方法描述入侵行為。而且它也在不斷擴展,以更精確的描述網絡攻擊特征。本文給出了由入侵特征得出NIDS規則的方法,介紹了Snort的結構和處理流程,分析了Snort規則的語法結構以及如何優化規則來減少誤報何漏報,提出了三種擴展Snort規則的方法并給出了實例。另外,針對兩種網絡攻擊特征實例,增加了新的規則,把設計的新規則加入到Snort規則庫中,然后模擬蠕蟲病毒進行入侵攻擊,通過查看Snort的警告信息測試新設計的規則是有效的。

      關鍵詞:攻擊特征,入侵檢測,規則

                           Snort Rules Analysis and Increase
      Abstract

       As the necessary complement to Firewall, Intrusion Detection System can help the compute system to deal with network attack, which expands the security manage ability of system administrator and enhance the integrity of information security system architecture. IDS are installed to identify attacks and to react by usually generating an alert or blocking suspicious activity. Snort is a lightweight Network Intrusion Detection System(NIDS), and it detects intrusion with misuse detecting technology. Snort rules, acting as a knowledge base when it detect invade activity, is its heart, and will argument as kinds of intrusions increase. Software leak appears frequently, new network intrusion and varieties of old attacks continually bring threat and damage to computer network, in such condition, we should add new Snort rules in time to detect intrusion effectively, and increase the detect ability of Snort.
       Snort rule is a simple and lightweight description language which can detect the data package for intrusion in the network. It provides a simple and flexible method to describe intrusion activity. What’s more, it is developing, in order to describe the attack signature more exactly. In this paper, it presents the way to get NIDS rules from attack signature, and introduces the components of Snort and how it works; it analyzes the grammar structure of Snort rules and how to optimize rules to decrease false alarm and alarm failure; also, it propose three methods to expand Snort rules and give examples. Anymore, it adds new rules based on tow attack signatures to rule house, and simulate the attack of worm with a program, then check whether it is effective by examine alert information.

      Key Words:Attack Signature, Intrusion detection, Rule


       目   錄
      第一章 緒論 1
      1.1課題背景 1
      1.2 國內外研究現狀 1
      1.3 課題研究內容 3
      1.4 論文結構 4
      第二章 入侵檢測基礎 5
      2.1入侵檢測概述 5
      2.1.1入侵檢測技術 5
      2.1.2入侵檢測系統 6
      2.2 入侵分析與NIDS規則 7
      2.2.1網絡入侵分析 7
      2.1.2入侵特征與NIDS規則 8
      2.3輕量級入侵檢測系統SNORT 9
      2.3.1 SNORT基本組成 10
      2.3.2規則處理 11
      第三章 SNORT規則分析 14
      3.1SNORT規則簡介 14
      3.2 規則頭 14
      3.2.1規則行為 14
      3.2.2協議 15
      3.2.3源和目的IP 15
      3.2.4源和目的端口 16
      3.2.5方向 16
      3.3規則選項 17
      3.3.1content 選項 17
      3.3.2uricontent選項 18
      3.4優化規則 19
      3.4.1合理定義規則頭和規則選項 19
      3.4.2自定義規則 20
      第四章 擴展SNORT規則 21
      4.1量身打造規則庫 21
      4.1.1規則庫介紹 21
      4.1.2修改規則庫 22
      4.2規則作為網絡控制工具 22
      4.2.1根據需要編寫適當規則 22
      4.2.1簡單的防控規則舉例 23
      4.3根據網絡分析數據添加規則 23
      4.3.1網絡流量分析 23
      4.3.1針對某種攻擊數據包編寫規則 24
      第五章 規則加入SNORT系統 26
      5.1運行snort入侵檢測系統 26
      5.1.1以嗅探器模式運行 26
      5.1.2以入侵檢測模式運行 27
      5.2把新規則加到SNORT系統中 28
      5.3實驗與結果分析 29
      5.3.1模擬網絡攻擊 29
      5.3.2驗證規則有效性 30
      第六章 總結與展望 32
      6.1總結 32
      6.2后續工作 32
      致 謝 33
      參考文獻 34


      相關論文
      本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:三維真實感圖形虛擬演示系統設計.. 下一篇:基于RMI的考勤信息管理系統的設計..
      Tags:Snort 規則 分析 增加 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

      本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

      論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

      Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

      感谢您访问我们的网站,您可能还对以下资源感兴趣:

      论文格式网:毕业论文格式范文
    • <fieldset id="aeiiu"></fieldset>
        • <strike id="aeiiu"></strike>