当前位置:网站首页>APR protocol and defense
APR protocol and defense
2022-07-05 14:21:00 【Cwxh0125】
Catalog
Broadcast and broadcast domain overview
ARP agreement ( The network layer )
ARP
Broadcast and broadcast domain overview
The larger the broadcast domain, the lower the communication efficiency
The switch cannot control the broadcast, but the router can control
ARP agreement ( The network layer )
ARP Reasons for appearance
ARP Agreement is “Address Resolution Protocol”( Address resolution protocol ) Abbreviation . Its function is in Ethernet environment , The transmission of data depends on MAC Address, not IP Address , And will know IP Address conversion to MAC The work of the address is by ARP Agreement to complete .
In the LAN , The actual transmission in the network is “ frame ”, There is a target host in the frame MAC Address of the . In Ethernet , One host communicates directly with another host , You have to know the... Of the target host MAC Address . But this goal MAC How did you get the address ? It is obtained through the address resolution protocol . So-called “ Address resolution ” That is, the host sends the target before sending the frame IP Address to target MAC Address process .ARP The basic function of the protocol is through the target device IP Address , Query the... Of the target device MAC Address , To ensure smooth communication .
arp Cache table
principle :
At any time , A host has IP The data message is sent to another host , It needs to know the logic of the receiver (IP) Address . however IP The address must be encapsulated into frames to pass through the physical network . This means that the sender must have the physical address of the receiver (MAC) Address , Therefore, it is necessary to complete the mapping from logical address to physical address . and ARP The protocol can receive data from IP The logical address of the protocol , Map it to the corresponding physical address , Then submit the physical address to the data link layer .
ARP request
anytime , When the host needs to find the physical address of another host in the network , It can send a ARP Request message , This message wraps the sender's MAC Address and IP Address and recipient's address IP Address . Because the sender doesn't know the physical address of the receiver , Therefore, this query packet will be broadcast in the network layer .
ARP Respond to
Every host in the LAN will accept and process this ARP Request message , Then verify , View the recipient's IP Is the address your own address , Only the host that has successfully verified will return a ARP response message , This response message contains the... Of the receiver IP Address and physical address . This message uses the received ARP The physical address of the requester in the request message is directly sent to ARP The requester of the request message .
demonstration
ARP Relevant command (windows)
arp -a see ARP Cache table
arp -d clear ARP cache
arp -s ARP binding
ARP attack
ARP The limitations of the attack :ARP Attacks can only be carried out on the local area network , Can't attack the Internet .
The reply radio broadcast Can attack
principle :arp The protocol has no verification mechanism
The way :
By sending fake ARP message ( Broadcast or unicast ), To attack or cheat
Such as false message MAC It's fake, it doesn't exist , Realization ARP attack , The result is terminal communication / Broken net
Such as false message MAC It's the attacker's own MAC Address , Realization ARP cheating , As a result, you can monitor 、 steal 、 Tampering 、 Control flow , But without interrupting communication
Complete process demonstration
The flow chart above
hypothesis MAC The address is AA Of PC Direction direction II Send a message ( Suppose you don't know II Of MAC Address )
The data frame is — AA 10.1 40.1 Judge the target first IP Whether they are in the same network segment be not in So send the information to the gateway At this time, a ARP message —— AA 10.1 10.254 After receiving the reply from the gateway AA Of arp The cache table will generate a 10.1.1.254 CC At this time, the transmitted frame becomes CC AA 10.1 40.1 After the switch accepts Check the original first MAC Address Whether you cache ( Suppose you have learned ) Then send the frame to the router The router judges the target first MAC Whether it's me After finding that the two are consistent delete AA CC Expose three, four, five layers of data Then reseal the router ( initial MAC The address is the router itself , Get the next hop through broadcast response MAC Address as the target MAC Address ) Then forward according to the routing table
Standard process
1) A frame arrival route , The router first checks the target MAC Whether the address is itself , If not, discard , If it is
Then unpack , And will IP The packet is sent to the inside of the router
2) Router check IP The goal in Baotou IP, And match the routing table
If the match fails , Then discard , And to the source IP Feedback error information, such as successful matching , Will IP Packets are routed to the outgoing interface .
3) Encapsulation frame , First, the of the interface MAC Address as source MAC Package it , Then check that the ARP Cache table , Check if there is a next jump MAC Address , if there be , Extract and target MAC The address is encapsulated in the frame , If not , Then send ARP Broadcast request for next hop MAC,G And get each other's mac Address , Then record the cache , And encapsulate the frame , Finally, send the frame .
ARP defense
1、 static state ARP binding
Manual binding / Two way binding
Windows On the client :
arp -s 10.1.1.254 00-20-2c-a0-e1-o9
2、ARP A firewall
Automatically bind static data ARP
Active defense
3、 Hardware level ARP defense
Switch support ” port “ Do something dynamic ARP binding ( coordination DHCP The server )
Or do static ARP binding
边栏推荐
- 04_ Use of solrj7.3 of solr7.3
- Google EventBus 使用详解
- Principle and performance analysis of lepton lossless compression
- R语言使用ggplot2包的geom_histogram函数可视化直方图(histogram plot)
- Don't be unconvinced. Mobile phone function upgrade is strong
- 非技术部门,如何参与 DevOps?
- 快消品行业SaaS多租户解决方案,构建全产业链数字化营销竞争力
- 01. Solr7.3.1 deployment and configuration of jetty under win10 platform
- 03_Solr之dataimport
- R语言使用MASS包的polr函数构建有序多分类logistic回归模型、使用coef函数获取模型中每个变量(自变量改变一个单位)对应的对数优势比(log odds ratio)
猜你喜欢
Introduction, installation, introduction and detailed introduction to postman!
TiFlash 面向编译器的自动向量化加速
What category does the Internet of things application technology major belong to
Kunlun Taike rushes to the scientific innovation board: the annual revenue is 130million, and it plans to raise 500million. CETC Taiji holds 40% of the shares
Chow Tai Fook fulfills the "centenary commitment" and sincerely serves to promote green environmental protection
让秒杀狂欢更从容:大促背后的数据库(下篇)
Thymeleaf 模板的创建与使用
世界环境日 | 周大福用心服务推动减碳环保
日化用品行业智能供应链协同系统解决方案:数智化SCM供应链,为企业转型“加速度”
Redis如何实现多可用区?
随机推荐
Tdengine biweekly selection of community issues | phase III
The forked VM terminated without saying properly goodbye
详解Vue适时清理keepalive缓存方案
做自媒体视频二次剪辑,怎样剪辑不算侵权
How to call the function mode of one hand and one machine
Catch all asynchronous artifact completable future
用“新”字来吸引好奇的人群
软件测试人在深圳有哪些值得去的互联网公司【软件测试人员专供版】
TiFlash 面向编译器的自动向量化加速
Sorter evolution of ticdc 6.0 principle
R語言ggplot2可視化:可視化折線圖、使用theme函數中的legend.position參數自定義圖例的比特置
WebRTC的学习(二)
矩阵链乘 - 动态规划实例
3W principle [easy to understand]
03_ Dataimport of Solr
R language uses boxplot function in native package (basic import package, graphics) to visualize box plot
openGauss数据库源码解析系列文章—— 密态等值查询技术详解(下)
Linux下mysql数据库安装教程
为什么我认识的机械工程师都抱怨工资低?
C - Divisors of the Divisors of An Integer Gym - 102040C