Skip to content

Latest commit

 

History

History
39 lines (37 loc) · 3.21 KB

File metadata and controls

39 lines (37 loc) · 3.21 KB

KNXnet/IP

Protocol KNXnet/IP
Name KNXnet/IP
Aliases KNX, KNX/IP, Konnex
Description Protocol for home and building automation systems
Keywords BMS, BAS, Building
Port(s) 3671/udp
Access to specs Free
Specifications KNXnet/IP Specifications
Security features Optional, Security extensions available
Nmap script(s) knx-gateway-discover.nse, knx-gateway-info.nse
Wireshark dissector packet-knxip.c
Scapy layer knx.py
Related CVE CVE-2015-8299, CVE-2021-37740, CVE-2023-4346, CVE-2024-4009, CVE-2024-4008
Multicast address 224.0.23.12
Discovery Search Request: Send on KNXnet/IP's multicast address to discover devices

Documentations

Conferences

Papers

Tools

  • BOF - Testing framework for industrial protocols
  • calimero - Lightweight KNX/IP framework in Java
  • ETS - Engineering Tool Software for KNXnet/IP (ETS Demo is free)
  • KNX Virtual - Windows-based application simulating a KNX installation
  • knxd - KNXd service
  • KNXmap - KNXnet/IP scanning and auditing tool
  • Unpwning A Building - Peter Panholzer @ S4x22 (2022)
  • XKNX - A KNX library written in Python