首页> 外文会议>International Conference on Computing Methodologies and Communication >Malicious Website Detection Using Probabilistic Data Structure Bloom Filter
【24h】

Malicious Website Detection Using Probabilistic Data Structure Bloom Filter

机译:使用概率数据结构布隆过滤器的恶意网站检测

获取原文

摘要

Bloom Filter is a probabilistic data structure which saves memory space and time efficiently, but the trade-off remains as false positives. It tells us if the value is definitely not in the input stream or maybe in the stream. Since Standard Bloom Filters do not support deleting elements various variants of Bloom Filters have been introduced. Due to the positives of Bloom Filters like compact summarization of streaming data, it has gained importance in applications that use higher volumes of data like in network traffic management, database management and cloud security. In this paper we implement a Bloom Filter to test membership of URLs and provide a warning to malicious websites or access to kid friendly websites. By creating a second Bloom Filter with maximized size we cross verify the query results of the first Bloom Filter to declare with absolute certainty of no false positive result.
机译:布隆过滤器是一种概率数据结构,可以有效地节省内存空间和时间,但这种权衡仍然是误报。它告诉我们该值是否绝对不在输入流中,或者可能不在流中。由于标准布隆过滤器不支持删除元素,因此引入了布隆过滤器的各种变体。由于Bloom Filter的优点(例如流数据的紧凑汇总),它在使用大量数据的应用程序中(例如在网络流量管理,数据库管理和云安全性中)变得越来越重要。在本文中,我们实现了布隆过滤器以测试URL的成员资格,并向恶意网站或对儿童友好的网站的访问提供警告。通过创建具有最大大小的第二个Bloom过滤器,我们可以交叉验证第一个Bloom过滤器的查询结果,以绝对确定的肯定性声明没有假阳性结果。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号