计算机应用 ›› 2010, Vol. 30 ›› Issue (07): 1785-1788.

• 信息安全 • 上一篇    下一篇

应用于入侵检测系统的报警关联的改进Apriori算法

王台华1,万宇文2,郭帆3,余敏3   

  1. 1. 江西师范大学计算机信息工程学院
    2.
    3. 江西师范大学
  • 收稿日期:2010-01-10 修回日期:2010-03-01 发布日期:2010-07-01 出版日期:2010-07-01
  • 通讯作者: 王台华
  • 基金资助:
    973前期研究专项基金

Improved Apriori algorithm to associate alerts for intrusion detection system

  • Received:2010-01-10 Revised:2010-03-01 Online:2010-07-01 Published:2010-07-01

摘要: 在众多的关联规则挖掘算法中,Apriori算法是最为经典的一个,但Apriori算法有以下缺陷:需要扫描多次数据库、生成大量候选集以及迭代求解频繁项集。提出了一种一步交集操作得到最大频繁项目集的方法。支持度由交集的次数得到而无需再去扫描事务数据库,将其中一些属性进行编号能减少存储空间且方便搜索候选集列表,从而提高算法的效率。最后针对入侵检测系统形成关联规则。实验结果表明,优化后的算法能有效地提高关联规则挖掘的效率。

关键词: 数据挖掘, 关联规则, Apriori算法, 项集, 入侵检测

Abstract: Among a large number of association rule mining algorithms, Apriori algorithm is the most classic one, but it has three deficiencies, including scanning databases many times, generating a large number of candidate anthology, and mining frequent itemsets iteratively. This paper presented a method that solved the maximal frequent itemsets through one intersection operation. The degree of support was obtained through the times of intersection without scanning the transaction database. The method was optimized by indexing the attributes so that less memory space is needed and it is easier to search the candidate set list. It generates useful association rules for alerts in Intrusion Detection System (IDS). The experimental results show that the optimized algorithm can effectively improve the efficiency of mining association rules.

Key words: Date Mining, association rules, Apriori algorithm, itemsets, IDS