DUdetector:用于网络异常检测的双粒度无监督模型

IF 4.4 2区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE
Haijun Geng , Qi Ma , Haotian Chi , Zhi Zhang , Jing Yang , Xia Yin
{"title":"DUdetector:用于网络异常检测的双粒度无监督模型","authors":"Haijun Geng ,&nbsp;Qi Ma ,&nbsp;Haotian Chi ,&nbsp;Zhi Zhang ,&nbsp;Jing Yang ,&nbsp;Xia Yin","doi":"10.1016/j.comnet.2024.110937","DOIUrl":null,"url":null,"abstract":"<div><div>Internet of Things (IoT) devices are often used as springboards for network intrusion due to the open nature of IoT protocol stacks that enable automatic inter-connection and data sharing among devices, so it is critical to develop network anomaly detection algorithms that can be deployed at important nodes such as gateways and routers. However, existing detection algorithms based on signature rules and supervised machine learning heavily rely on known anomaly types, yielding low detection accuracy when deployed in realistic network environments with a significant number of unknown attacks. With this in mind, we propose DUdetector, an unsupervised anomaly detection algorithm by employing Transformer and Conv1d&amp;MaxPool1d AutoEncoder with residual connection (abbr., CM&amp;RC-AE) to realize a dual-granularity learning from the perspective of segments and points, respectively. Specifically, we perform coarse-grained segment-level anomaly detection based on an improved Transformer to detect whether there is any anomalous traffic within a time window. Then, we perform fine-grained point-level anomaly detection based on CM&amp;RC-AE for each packet within the problematic segment output by the first step. Extensive experiments on three datasets (<em>SSDP Flood</em>, <em>Mirai</em> and <em>IDS2017</em>) demonstrate that our DUdetector achieves a better performance than existing work: an F1-score of 95.98% for Mirai, and over 99.2% for both SSDP Flood and IDS2017, with false positive rates less than 0.5% for all three datasets.</div></div>","PeriodicalId":50637,"journal":{"name":"Computer Networks","volume":"257 ","pages":"Article 110937"},"PeriodicalIF":4.4000,"publicationDate":"2024-11-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"DUdetector: A dual-granularity unsupervised model for network anomaly detection\",\"authors\":\"Haijun Geng ,&nbsp;Qi Ma ,&nbsp;Haotian Chi ,&nbsp;Zhi Zhang ,&nbsp;Jing Yang ,&nbsp;Xia Yin\",\"doi\":\"10.1016/j.comnet.2024.110937\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"<div><div>Internet of Things (IoT) devices are often used as springboards for network intrusion due to the open nature of IoT protocol stacks that enable automatic inter-connection and data sharing among devices, so it is critical to develop network anomaly detection algorithms that can be deployed at important nodes such as gateways and routers. However, existing detection algorithms based on signature rules and supervised machine learning heavily rely on known anomaly types, yielding low detection accuracy when deployed in realistic network environments with a significant number of unknown attacks. With this in mind, we propose DUdetector, an unsupervised anomaly detection algorithm by employing Transformer and Conv1d&amp;MaxPool1d AutoEncoder with residual connection (abbr., CM&amp;RC-AE) to realize a dual-granularity learning from the perspective of segments and points, respectively. Specifically, we perform coarse-grained segment-level anomaly detection based on an improved Transformer to detect whether there is any anomalous traffic within a time window. Then, we perform fine-grained point-level anomaly detection based on CM&amp;RC-AE for each packet within the problematic segment output by the first step. Extensive experiments on three datasets (<em>SSDP Flood</em>, <em>Mirai</em> and <em>IDS2017</em>) demonstrate that our DUdetector achieves a better performance than existing work: an F1-score of 95.98% for Mirai, and over 99.2% for both SSDP Flood and IDS2017, with false positive rates less than 0.5% for all three datasets.</div></div>\",\"PeriodicalId\":50637,\"journal\":{\"name\":\"Computer Networks\",\"volume\":\"257 \",\"pages\":\"Article 110937\"},\"PeriodicalIF\":4.4000,\"publicationDate\":\"2024-11-26\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Computer Networks\",\"FirstCategoryId\":\"94\",\"ListUrlMain\":\"https://www.sciencedirect.com/science/article/pii/S1389128624007692\",\"RegionNum\":2,\"RegionCategory\":\"计算机科学\",\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"Q1\",\"JCRName\":\"COMPUTER SCIENCE, HARDWARE & ARCHITECTURE\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Computer Networks","FirstCategoryId":"94","ListUrlMain":"https://www.sciencedirect.com/science/article/pii/S1389128624007692","RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q1","JCRName":"COMPUTER SCIENCE, HARDWARE & ARCHITECTURE","Score":null,"Total":0}
引用次数: 0

摘要

物联网(IoT)设备经常被用作网络入侵的跳板,因为物联网协议栈的开放性使设备之间能够自动互连和数据共享,因此开发可以部署在网关和路由器等重要节点上的网络异常检测算法至关重要。然而,现有的基于签名规则和监督机器学习的检测算法严重依赖于已知的异常类型,当部署在具有大量未知攻击的现实网络环境中时,检测精度很低。考虑到这一点,我们提出了一种无监督异常检测算法DUdetector,该算法采用Transformer和Conv1d&;MaxPool1d AutoEncoder With残差连接(abbr., CM&RC-AE),分别从段和点的角度实现双粒度学习。具体来说,我们基于改进的Transformer执行粗粒度分段级异常检测,以检测在一个时间窗口内是否存在任何异常流量。然后,我们对第一步输出的问题段中的每个数据包执行基于cmc - RC-AE的细粒度点级异常检测。在三个数据集(SSDP Flood, Mirai和IDS2017)上进行的大量实验表明,我们的DUdetector实现了比现有工作更好的性能:Mirai的f1得分为95.98%,SSDP Flood和IDS2017的f1得分均超过99.2%,所有三个数据集的假阳性率均低于0.5%。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
DUdetector: A dual-granularity unsupervised model for network anomaly detection
Internet of Things (IoT) devices are often used as springboards for network intrusion due to the open nature of IoT protocol stacks that enable automatic inter-connection and data sharing among devices, so it is critical to develop network anomaly detection algorithms that can be deployed at important nodes such as gateways and routers. However, existing detection algorithms based on signature rules and supervised machine learning heavily rely on known anomaly types, yielding low detection accuracy when deployed in realistic network environments with a significant number of unknown attacks. With this in mind, we propose DUdetector, an unsupervised anomaly detection algorithm by employing Transformer and Conv1d&MaxPool1d AutoEncoder with residual connection (abbr., CM&RC-AE) to realize a dual-granularity learning from the perspective of segments and points, respectively. Specifically, we perform coarse-grained segment-level anomaly detection based on an improved Transformer to detect whether there is any anomalous traffic within a time window. Then, we perform fine-grained point-level anomaly detection based on CM&RC-AE for each packet within the problematic segment output by the first step. Extensive experiments on three datasets (SSDP Flood, Mirai and IDS2017) demonstrate that our DUdetector achieves a better performance than existing work: an F1-score of 95.98% for Mirai, and over 99.2% for both SSDP Flood and IDS2017, with false positive rates less than 0.5% for all three datasets.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
Computer Networks
Computer Networks 工程技术-电信学
CiteScore
10.80
自引率
3.60%
发文量
434
审稿时长
8.6 months
期刊介绍: Computer Networks is an international, archival journal providing a publication vehicle for complete coverage of all topics of interest to those involved in the computer communications networking area. The audience includes researchers, managers and operators of networks as well as designers and implementors. The Editorial Board will consider any material for publication that is of interest to those groups.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信