当前位置:网站首页>UDP攻击是什么意思?UDP攻击防范措施
UDP攻击是什么意思?UDP攻击防范措施
2022-07-06 06:45:00 【IDC02_FEIYA】
UDP攻击是什么意思?UDP攻击防范措施
UDP攻击是什么意思?
UDP洪流攻击是导致基于主机的服务拒绝攻击的一种。用户数据报协议(UDP)是一种无连接协议,它不需要用任何程序建立连接来传输数据。当数据包经由UDP协议发送时,发送双方无需通过三次握手建立连接,接收方必须接收处理该资料包。因此大量的发往受害主机UDP报文能使网络饱和。
在一起UDP洪流攻击中,UDP报文发往受害系统的随机或指定端口。通常,UDP洪流攻击设定成指向目标的随机端口。这使得受害系统必须对流入数据进行分析以确定哪个应用服务请求了数据。如果受害系统正在被攻击,没有运行服务,它将用ICMP报文响应一个“目标端口不可达”消息。
通常,攻击中的DDOS工具会伪造攻击包的源IP地址。这有助于隐藏代理的身份,同时能确保来自受害主机的响应消息不会返回到代理。UDP洪流攻击同时也会拥塞受害主机周围的网络带宽(视网络构架和线路速度而定)。因此,有时连接到受害系统周边网络的主机也会遭遇网络连接问题。如果向受害者计算机端口发送了足够多的UDP数据包,整个系统就会瘫痪。
这也是很多游戏开发者在租用服务器时会选择封UDP的原因了。
UDP攻击防范措施
为保证网络安全,使用防火墙对来源不明的有害数据进行过滤可以有效减轻UDP洪流攻击。另外,还可以采取如下措施:
1、禁用或过滤监控和响应服务。
2、禁用或过滤其它的UDP服务。
3、如果用户必须提供一些UDP服务的外部访问,可以使用代理机制来保护服务,使它不会被滥用。
4、对用户的网络进行监控以了解哪些系统在使用这些服务,并对滥用的迹象进行监控。
感谢您的阅读,加个关注不迷路~
边栏推荐
- Explain in detail the functions and underlying implementation logic of the groups sets statement in SQL
- Bitcoinwin (BCW): 借贷平台Celsius隐瞒亏损3.5万枚ETH 或资不抵债
- 成功解决TypeError: data type ‘category‘ not understood
- Market segmentation of supermarket customers based on purchase behavior data (RFM model)
- Use shortcut LNK online CS
- The registration password of day 239/300 is 8~14 alphanumeric and punctuation, and at least 2 checks are included
- Machine learning plant leaf recognition
- Fedora/rehl installation semanage
- CS通过(CDN+证书)powershell上线详细版
- After working for 10 years, I changed to a programmer. Now I'm 35 + years old and I'm not anxious
猜你喜欢
AttributeError: Can‘t get attribute ‘SPPF‘ on <module ‘models. common‘ from ‘/home/yolov5/models/comm
基于购买行为数据对超市顾客进行市场细分(RFM模型)
My creation anniversary
Map of mL: Based on the adult census income two classification prediction data set (whether the predicted annual income exceeds 50K), use the map value to realize the interpretable case of xgboost mod
Reflex WMS medium level series 3: display shipped replaceable groups
SQL Server manager studio(SSMS)安装教程
字幕翻译中翻英一分钟多少钱?
Lesson 7 tensorflow realizes convolutional neural network
CS passed (cdn+ certificate) PowerShell online detailed version
[English] Verb Classification of grammatical reconstruction -- English rabbit learning notes (2)
随机推荐
CS-证书指纹修改
女生学软件测试难不难 入门门槛低,学起来还是比较简单的
What are the characteristics of trademark translation and how to translate it?
医疗软件检测机构怎么找,一航软件测评是专家
机器学习植物叶片识别
【每日一题】729. 我的日程安排表 I
How to convert flv file to MP4 file? A simple solution
Distributed system basic (V) protocol (I)
SQL Server manager studio(SSMS)安装教程
AttributeError: Can‘t get attribute ‘SPPF‘ on <module ‘models.common‘ from ‘/home/yolov5/models/comm
英语论文翻译成中文字数变化
Explain in detail the functions and underlying implementation logic of the groups sets statement in SQL
How to reconstruct the class explosion caused by m*n strategies?
《从0到1:CTFer成长之路》书籍配套题目(周更)
BUU的MISC(不定时更新)
[English] Grammar remodeling: the core framework of English Learning -- English rabbit learning notes (1)
[Yu Yue education] Dunhuang Literature and art reference materials of Zhejiang Normal University
Apache dolphin scheduler source code analysis (super detailed)
SAP SD发货流程中托盘的管理
Practical guidance for interface automation testing (Part I): what preparations should be made for interface automation