登录

双语推荐:Snort

入侵检测是一种用于检测网络中违反安全策略行为,并做出保护反应的技术。从体系结构、基本功能方面对开源的Snort入侵检测系统进行深入分析,构建基于Linux平台的Snort网络入侵检测系统,并以FTP服务为例,阐述了Snort规则的配置,以及对FTP服务进行报警的过程。
Intrusion detection is a kind of technology used to detect the behavior in a network security breach strategy and make the protection of network. This paper makes an in-depth analysis on the open source Snort intrusion detection system from the perspectives of the structure and basic functions of the system, builds Snort network intrusion detection system based on a Linux platform, and expounds the configuration of Snort rules, as well as the process of alarm for FTP service.

[ 可能符合您检索需要的词汇 ]

针对目前入侵检测系统存在的警报量大、误报率高的问题,设计了一个基于Snort的入侵检测警报分析系统改进模型。该模型以开源入侵检测系统Snort为基础,利用关联规则挖掘算法建立正常警报行为模式和异常警报行为模式,提高了系统的检测效率,并在一定程度上提高了系统对未知攻击的检测能力。
In view of the intrusion detection system (IDS)''s problem of the large number of alerts and the high false positive rate,an improved model of Snort-based intrusion detection alerts analysis system was designed. It bases on Snort,an open source IDS,and establishes normal and abnormal alerts behavior patterns. So the detection efficiency and unknown attacks detection capability of IDS are raised to some extent.

[ 可能符合您检索需要的词汇 ]

入侵检测系统在网络安全中扮演着越来越重要的角色,Snort作为一个开源的入侵检测系统,改进其使用的匹配算法,使其能够减少运行时间,提高效率是不断研究的主题。对于模式匹配算法,增大其最大移动距离和保证其能够移动最大的安全距离是提高算法效率的关键。改进算法在BM算法的基础上,采用双字符序列检测方法,增大匹配过程中最大移动距离至m+2,并保证匹配失败时,每一次都能够移动最大的安全距离。将该改进算法应用于Snort系统中。实验验证,该算法能够减少字符比较次数和窗口移动次数,同时提高Snort系统的效率。
IDS plays an increasingly important role in network security sector, Snort is one of IDS with open source, the theme we continuously researching improves the efficiency of the matching algorithm, so that IDS can reduce running time. The key to improve the efficiency of the matching algorithm is to increase the maximum distance and ensure moving the biggest safe distance. The improved algorithm is based on the BM algorithm and adopted the double characters sequence detection method. It results the maximum distance add to m+2 and can move the biggest safe distance each time. Finally, through the experiment, when this algorithm applied to Snort, it can reduce times of comparing character and mobile windows. At the same time, it can improve the efficiency of Snort.

[ 可能符合您检索需要的词汇 ]

入侵检测系统Snort是一种常用的入侵检测软件,该文其分析系统的检测引擎及其采用的模式匹配算法尤其是BM算法进行了深入的分析和讨论,在分析的基础中对BM算法进行改进,使用一种新的模式匹配算法,以减少匹配时间,提高匹配效率,达到提高算法的平均性能和较少资源消耗的目的。
Snort is a commonly used instrusion detection system.In this paper, the detection engine and the pattern matching al?gorithms of Snort is analyzed and discussed deeply.Based on the analysis,a improvement of the BM algorithm is put forward in or?der to reduce the matching time, improve the matching efficiency, to improve the algorithm performance and less consumption of resources to the average.

[ 可能符合您检索需要的词汇 ]

随着移动通信业的快速发展和人们对信息获取需求的日益强烈,家庭环境中接入网络的设备日益增多,在带宽有限的前提下网络过载和拥塞就变得难以避免。文章针对家庭用户中最常用的几类应用,用抓包软件Wireshark对这几类应用进行定时重复抓包,分析总结抓包结果得到各类应用的基本特征;采用入侵检测系统Snort对网络流量进行实时监控,识别目前网络上用户正在进行的应用;最后将识别功能拓展到家庭网关,通过Socket编程,实现家庭网关和后台的信息交流。实验结果表明,该方法能够对家庭成员的网络活动进行较为准确的识别。
With the rapid development of mobile communication industry, people''s demand for information is becoming stronger. Since the number of equipments connected to network continues to grow, network overload and congestion have become unavoidable problems under the premise of limited bandwidth.This paper chooses some most commonly used applications to capture their network flow with Wireshark, and comes to several basic characteristics by analyzing and summarizing the experimental results. What’s more, it uses Snort, an intrusion detection system, to monitor the network lfow in real time and identify each application in progress from al family members. In the end, it extends recognition function to gateway, which wil be able to exchange information with background by Socket. The experimental result shows that with the method proposed in this paper network activities of family members wil be identiifed accurately.

[ 可能符合您检索需要的词汇 ]

源地址欺骗是一种常见的网络路由攻击方式。传统解决方法是基于入侵检测技术,捕获网络数据包并提取出特征,通过模式匹配方法对特征进行分析,从而对源地址欺骗攻击行为进行报警和阻断。由于源地址欺骗攻击的隐蔽和多变的特点,入侵检测技术在识别源地址欺骗攻击时存在滞后性,对欺骗攻击应变能力差,并且影响正常报文路由。本文提出一种基于路由审计的源地址欺骗解决方案,主机之间通过路由审计判断是否存在源地址欺骗攻击。主机发送审计报文至可疑主机,可疑主机依据审计报文判断是否源地址被盗用,并采取路由加密措施阻断攻击。该解决方案可以准确判断源地址欺骗攻击的存在,并可以快速阻止继续攻击,同时不影响正常报文路由。仿真实验表明,相比传统入侵检测系统 Snort,该解决方案可以有效应对源地址欺骗攻击,并保证正常报文路由不受影响。
Source Spoofing is a common way of network routing attacks. Most of the traditional solutions is based on Intrusion Detection. It captures IP packets and extract the features. It analyzes the features by the way of pattern matching method, then alarms and blocks the attack. For the features of hidden and change at time of Source Spoofing, Intrusion Detection has hysteretic nature when it detects the attack. And it has poor adaptability with the attack. It also has a great influence on the normal packets routing. Based on routing accountability, This paper presents a solution of Source Spoofing. Hosts determine whether there is Source Spoofing attack by Rouring Accountability Mechanism. Host sends accountability packets to suspicious host, the suspicious host determine whether its source address is misused. And it encrypts the routing to prevent Source Spoofing attack. The solution could detect Souce Spoofing attack accurately, stops the attack quickly and does not affect the normal pac

[ 可能符合您检索需要的词汇 ]

目的观察冰麝液药氧鼻吸疗法联合地黄疗痴煎对血管性痴呆(VD)患者认知功能的影响。方法将100例VD患者随机分为2组,对照组50例予奥拉西坦胶囊治疗,治疗组50例采用冰麝液药氧鼻吸疗法联合地黄疗痴煎治疗。2组均连续治疗12周后,采用简易精神状态检查量表(MMSE)及简易痴呆筛查量表(BSSD)评价2组患者治疗前后认知功能变化。结果治疗组MMSE疗效及BSSD疗效均优于对照组(P0.05)。结论冰麝液药氧鼻吸疗法联合地黄疗痴煎可明显改善VD患者认知功能,疗效确切。
Objective To observe the effect of ice deer snorting oxygen therapy combined with digitalis treat -ment chi Fried on cognitive function of patients with vascular dementia ( VD) .Methods 100 VD patients were ran-domly divided into two groups .50 cases in control group were treated by Oxiracetam Capsules .50 patients in treat-ment group were treated by ice deer snorting oxygen therapy combined with digitalis treatment chi Fried .The thera-peutic course was 12 weeks in two groups .The changes of cognitive function of patients were evaluated by mini -mental state examination (MMSE) and Brief Screening Scale for Dementia (BSSD).Results The improvement of MMSE and BSSD in treatment group was superior to that in control group (P<0.05).Conclusion Ice deer snor-ting oxygen therapy combined with digitalis treatment chi Fried can significantly improve cognitive function in patients with VD,and has definite effect .

[ 可能符合您检索需要的词汇 ]