MUD (Manufacturer Usage Description, RFC 8520)
MUD (Manufacturer Usage Description, RFC 8520) 是什么?
MUD (Manufacturer Usage Description, RFC 8520)An IETF standard for IoT devices to publish a machine-readable description of their intended network behavior, which routers and switches can use to automatically constrain the device to its expected communication patterns.
Manufacturer Usage Description (MUD, RFC 8520), published by the IETF in 2019, is a framework for IoT devices to advertise to the network exactly what communication they need. A MUD-aware device sends a MUD URL during DHCP, LLDP, or 802.1X — pointing to a small JSON file (the 'MUD file') hosted by the manufacturer. The MUD file describes intended endpoints (controller cloud services, NTP servers, etc.), allowed protocols, and allowed peer roles in a structured policy language. A MUD-aware switch, router, or NAC translates that description into per-device ACLs or microsegmentation rules, denying everything outside the manufacturer's declared behavior. The intent is to make 'one camera-vendor's botnet' impossible — a compromised IP camera cannot scan or pivot to other internal hosts because the network refuses anything outside the device's declared profile. NIST SP 1800-15 published a reference architecture and Cisco, Aruba, and several IoT-security vendors implement MUD or MUD-like profiles. Adoption is limited because it requires manufacturer participation, but MUD remains the most concrete IETF answer to the 2016-Mirai-class IoT worm threat.
● 示例
- 01
A MUD-aware switch receives a MUD URL from a new IP camera, fetches its profile, and applies an ACL that allows traffic only to the vendor's cloud endpoint and NTP — blocking all peer-to-peer attempts.
- 02
NIST SP 1800-15 demonstrates MUD enforcement constraining a compromised IoT device so it cannot participate in a Mirai-style scanning botnet.
● 常见问题
MUD (Manufacturer Usage Description, RFC 8520) 是什么?
An IETF standard for IoT devices to publish a machine-readable description of their intended network behavior, which routers and switches can use to automatically constrain the device to its expected communication patterns. 它属于网络安全的 OT / ICS / 物联网 分类。
MUD (Manufacturer Usage Description, RFC 8520) 是什么意思?
An IETF standard for IoT devices to publish a machine-readable description of their intended network behavior, which routers and switches can use to automatically constrain the device to its expected communication patterns.
MUD (Manufacturer Usage Description, RFC 8520) 是如何工作的?
Manufacturer Usage Description (MUD, RFC 8520), published by the IETF in 2019, is a framework for IoT devices to advertise to the network exactly what communication they need. A MUD-aware device sends a MUD URL during DHCP, LLDP, or 802.1X — pointing to a small JSON file (the 'MUD file') hosted by the manufacturer. The MUD file describes intended endpoints (controller cloud services, NTP servers, etc.), allowed protocols, and allowed peer roles in a structured policy language. A MUD-aware switch, router, or NAC translates that description into per-device ACLs or microsegmentation rules, denying everything outside the manufacturer's declared behavior. The intent is to make 'one camera-vendor's botnet' impossible — a compromised IP camera cannot scan or pivot to other internal hosts because the network refuses anything outside the device's declared profile. NIST SP 1800-15 published a reference architecture and Cisco, Aruba, and several IoT-security vendors implement MUD or MUD-like profiles. Adoption is limited because it requires manufacturer participation, but MUD remains the most concrete IETF answer to the 2016-Mirai-class IoT worm threat.
如何防御 MUD (Manufacturer Usage Description, RFC 8520)?
针对 MUD (Manufacturer Usage Description, RFC 8520) 的防御通常结合技术控制与运营实践,详见上方完整定义。
MUD (Manufacturer Usage Description, RFC 8520) 还有哪些其他名称?
常见的别称包括: Manufacturer Usage Description, RFC 8520 MUD。
● 相关术语
- ot-iot№ 615
物联网安全
针对物联网设备、网关、网络与云服务的安全防护学科。需要应对其规模、资源受限以及长生命周期等挑战。
- ot-iot№ 614
IoT 僵尸网络
由被攻陷的物联网设备组成、受远程控制的网络,用于发动 DDoS、撞库、点击欺诈或挖矿等攻击。
- ot-iot№ 758
Mirai 僵尸网络
2016 年首次出现的 IoT 恶意软件家族,通过默认口令收编路由器、摄像头和 DVR,曾用于击垮美国大半互联网的 Dyn DNS DDoS 攻击。
- network-security№ 805
网络准入控制 (NAC)
一组策略与技术,在授予设备和用户网络访问之前进行身份认证,并持续执行合规性要求。
- network-security№ 752
微分段
细粒度的分段方式,基于身份在工作负载或应用之间下发白名单策略,通常由主机或虚拟化层执行。
- network-security№ 809
网络分段
将网络划分为多个区域并对区域间流量进行受控管理的实践,用以遏制入侵并落实最小权限。