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

        當(dāng)前位置:論文格式網(wǎng) -> 畢業(yè)論文 -> 計(jì)算機(jī)論文
        畢業(yè)論文標(biāo)題:

        基于windows入侵檢測系統(tǒng)的研究與設(shè)計(jì)——響應(yīng)模塊設(shè)計(jì)

         本文ID:LWGSW14161 價(jià)格:收費(fèi)積分/100
        掃一掃 掃一掃
        本站會員可自行下載:下載地址 基于windows入侵檢測系統(tǒng)的研究與設(shè)計(jì)——響應(yīng)模塊設(shè)計(jì) (收費(fèi):1000 積分)  

        論文字?jǐn)?shù):16433,頁數(shù):31

        摘    要
        入侵檢測技術(shù)是對傳統(tǒng)的安全技術(shù)(如防火墻)的合理補(bǔ)充。它通過監(jiān)視主機(jī)系統(tǒng)或網(wǎng)絡(luò),能夠?qū)阂饣蛭:τ?jì)算機(jī)資源的行為進(jìn)行識別和響應(yīng)。通過與其它的安全產(chǎn)品的聯(lián)動,還可以實(shí)現(xiàn)對入侵的有效阻止。入侵檢測系統(tǒng)的研究和實(shí)現(xiàn)已經(jīng)成為當(dāng)前網(wǎng)絡(luò)安全的重要課題。
        本文從研究入侵技術(shù)入手,分析了入侵過程的各個(gè)階段、各種入侵方法,總結(jié)了網(wǎng)絡(luò)安全事故的根源。然后,介紹了入侵檢測方法的分類,分析了各種入侵檢測方法和字符串匹配的算法。研究表明基于規(guī)則的入侵檢測系統(tǒng)是現(xiàn)在入侵檢測系統(tǒng)設(shè)計(jì)的最主要的技術(shù),基于這一理論,設(shè)計(jì)開發(fā)了一個(gè)基于規(guī)則匹配的特征檢測方法的響應(yīng)模塊。系統(tǒng)開發(fā)環(huán)境為VC++ 6.0,數(shù)據(jù)庫采用MYSQL數(shù)據(jù)庫。通過該系統(tǒng)可以有效的實(shí)現(xiàn)對入侵的檢測,并且具有用戶友好性。

        關(guān)鍵詞:  入侵檢測;響應(yīng)模塊;規(guī)則匹配
        The Research and Design of Intrusion Detection System
        Based on Windows
        ——Design of Response Module

        Abstract
        The intrusion detection technology is complementarities for traditional security protecting technology, such as firewalls. It can identify and response to malice activities by monitoring the host system or the Internet. It also can prevent intrusion activities with the linkage of other security technology. The research and development of IDS has become the important subject about network security.
        This thesis begins with studying attacking technology, including analyzing every stage of an intrusion stage and various attacking methods, summarizing the fundamental reasons of various network security incidents and the trend of attacking technology, afterwards, introducing the classification of the intrusion detection system, analyzing various intrusion detection methods and string-matching algorithm.  Through research to make clear that the intrusion detection system based on rules is the most important intrusion detection technology, because of this theory, the design has developed a response module based on the rule match characteristic examination method. The system development environment is VC++ 6.0; the database adapts the MYSQL database. This system can implement the effective realization to the intrusion detection, and the interface of this software is friendly.

        Key words: Intrusion detection; Response module; Rule-matching

        目   錄

        1 引  言 1
        1.1 背景 1
        1.2 國內(nèi)外研究現(xiàn)狀 1
        1.3 本文的主要工作 1
        2 理論基礎(chǔ) 1
        2.1 入侵基本概念 2
        2.1.1 安全與入侵的概念 2
        2.1.2 入侵的步驟 2
        2.1.3 黑客攻擊的方法 3
        2.1.4 安全威脅的根源 6
        2.2 入侵檢測技術(shù) 6
        2.2.1 入侵檢測的概念 6
        2.2.2 入侵檢測系統(tǒng)的基本結(jié)構(gòu)構(gòu)成 7
        2.2.3 入侵檢測的分類 7
        2.2.4 入侵檢測方法 9
        2.3 BM算法 11
        3 系統(tǒng)總體設(shè)計(jì) 13
        3.1 系統(tǒng)概述 13
        3.2 系統(tǒng)總體結(jié)構(gòu)框架 13
        3.3 開發(fā)環(huán)境 14
        4 響應(yīng)模塊設(shè)計(jì)實(shí)現(xiàn) 14
        4.1 規(guī)則庫設(shè)計(jì)實(shí)現(xiàn) 14
        4.2 事件分析設(shè)計(jì)與實(shí)現(xiàn) 17
        4.2.1 規(guī)則解析 17
        4.2.2 規(guī)則匹配流程 18
        4.3 輸出模塊的設(shè)計(jì) 19
        4.3.1 響應(yīng)輸出流程 19
        4.3.2 日志數(shù)據(jù)庫設(shè)計(jì) 20
        4.4 模塊集成實(shí)現(xiàn) 20
        5 系統(tǒng)測試和分析 21
        5.1 攻擊檢測測試 21
        5.1.1 測試目的 21
        5.1.2 測試過程 21
        5.1.3 測試結(jié)果分析 21
        5.2 誤報(bào)和漏報(bào)測試 22
        5.2.1 測試目的 22
        5.2.2 測試過程 22
        5.2.3 測試結(jié)果分析 23
        結(jié)    論 23
        參考文獻(xiàn) 24
        致    謝 25
        聲    明 26


        相關(guān)論文
        本論文在計(jì)算機(jī)論文欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請注明來源www.donglienglish.cn,更多論文,請點(diǎn)論文格式范文查看
        上一篇:一種信息隱藏工具的設(shè)計(jì)與實(shí)現(xiàn) 下一篇:反彈端口木馬的設(shè)計(jì)與實(shí)現(xiàn)
        Tags:基于 windows 入侵 檢測系統(tǒng) 研究 設(shè)計(jì) 響應(yīng) 模塊 【收藏】 【返回頂部】
        最新文章
        熱門文章
        計(jì)算機(jī)論文
        推薦文章

        本站部分文章來自網(wǎng)絡(luò),如發(fā)現(xiàn)侵犯了您的權(quán)益,請聯(lián)系指出,本站及時(shí)確認(rèn)刪除 E-mail:349991040@qq.com

        論文格式網(wǎng)(www.donglienglish.cn--論文格式網(wǎng)拼音首字母組合)提供計(jì)算機(jī)論文畢業(yè)論文格式,論文格式范文,畢業(yè)論文范文

        Copyright@ 2010-2018 LWGSW.com 論文格式網(wǎng) 版權(quán)所有 蜀ICP備09018832號

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

        论文格式网:毕业论文格式范文
        <strike id="8uowi"><menu id="8uowi"></menu></strike>
        • <strike id="8uowi"><input id="8uowi"></input></strike>
        • <del id="8uowi"></del>