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 / IoT カテゴリに属します。
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
IoT セキュリティ
IoT デバイス、ゲートウェイ、ネットワーク、クラウドサービスを大規模・リソース制約・長寿命という制約の下で侵害から守る分野。
- ot-iot№ 614
IoT ボットネット
侵害された IoT 機器で構成され、DDoS、クレデンシャルスタッフィング、クリック詐欺、暗号資産マイニングなどに遠隔操作されるネットワーク。
- ot-iot№ 758
Mirai ボットネット
2016 年に初確認された IoT マルウェアファミリ。デフォルトパスワード経由でルータ・カメラ・DVR を取り込み、米国の多くのサービスを止めた Dyn DNS DDoS にも使われた。
- network-security№ 805
ネットワークアクセス制御 (NAC)
デバイスとユーザーがネットワークに接続する前に認証し、その後も継続的にポスチャ要件を強制するためのポリシーと技術の集合。
- network-security№ 752
マイクロセグメンテーション
個々のワークロードやアプリケーション単位で許可リストポリシーを適用する、きめ細かなセグメンテーション手法。
- network-security№ 809
ネットワークセグメンテーション
ネットワークを複数のゾーンに分割し、ゾーン間の通信を制御することで侵害を封じ込め、最小権限を強制する設計手法。