paper-with-me

홈 › Papers

Detection of LDDoS Attacks Based on TCP Connection Parameters

2019-03-12 · Michael Siracusano, Stavros Shiaeles, Bogdan Ghita

Low-rate application layer distributed denial of service (LDDoS) attacks are both powerful and stealthy. They force vulnerable webservers to open all available connections to the adversary, denying resources to real users. Mitigation advice focuses on solutions that potentially degrade quality of service for legitimate connections. Furthermore, without accurate detection mechanisms, distributed attacks can bypass these defences. A methodology for detection of LDDoS attacks, based on characteristics of malicious TCP flows, is proposed within this paper. Research will be conducted using combinations of two datasets: one generated from a simulated network, the other from the publically available CIC DoS dataset. Both contain the attacks slowread, slowheaders and slowbody, alongside legitimate web browsing. TCP flow features are extracted from all connections. Experimentation was carried out using six supervised AI algorithms to categorise attack from legitimate flows. Decision trees and k-NN accurately classified up to 99.99% of flows, with exceptionally low false positive and false negative rates, demonstrating the potential of AI in LDDoS detection.

📄 PDF Abstract BibTeX arXiv:1904.01508

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

k-NN $k$-Nearest Neighbors is a clustering-based algorithm for classification and regression. It is a a type of instance-based learning as it does not attempt to construct a…

Similar Papers 제목 키워드 기반

Channel-wise Gated Res2Net: Towards Robust Detection of Synthetic Speech Attacks

2021-07-19 · Xu Li, Xixin Wu, Hui Lu, Xunying Liu 외

Existing approaches for anti-spoofing in automatic speaker verification (ASV) still lack generalizability to unseen attacks. The Res2Net approach designs a residual-like connection between feature groups within one block…

Speaker Verification

Can We Mitigate Backdoor Attack Using Adversarial Detection Methods?

2020-06-26 · Kaidi Jin, Tianwei Zhang, Chao Shen, Yufei Chen 외

Deep Neural Networks are well known to be vulnerable to adversarial attacks and backdoor attacks, where minor modifications on the input are able to mislead the models to give wrong results. Although defenses against adv…

Adversarial DefenseBackdoor Attack

Pre-trained Trojan Attacks for Visual Recognition

2023-12-23 · Aishan Liu, Xinwei Zhang, Yisong Xiao, Yuguang Zhou 외

Pre-trained vision models (PVMs) have become a dominant component due to their exceptional performance when fine-tuned for downstream tasks. However, the presence of backdoors within PVMs poses significant threats. Unfor…

3D Object DetectionAutonomous Drivingobject-detectionObject Detection

Black-Box Adversarial Attacks on Graph Neural Networks as An Influence Maximization Problem

2021-01-01 · Jiaqi Ma, Junwei Deng, Qiaozhu Mei

Graph neural networks (GNNs) have attracted increasing interests. With broad deployments of GNNs in real-world applications, there is an urgent need for understanding the robustness of GNNs under adversarial attacks, esp…

Adversarial Attack

Adversarially Robust Neural Architectures

2020-09-02 · Minjing Dong, Yanxi Li, Yunhe Wang, Chang Xu

Deep Neural Networks (DNNs) are vulnerable to adversarial attacks. Existing methods are devoted to developing various robust training strategies or regularizations to update the weights of the neural network. But beyond …

Adversarial AttackAdversarial Robustness