SSDP/UPnP Dependency
Components may utilize SSDP or UPnP/SSDP in combination. The following are the rules required for SSDP:
dir="in" protocol="17" lport="1900" binary="%systemroot%\system32\svchost.exe" svc="ssdpsrv"
dir="out" protocol="17" rport="1900" binary="%systemroot%\system32\svchost.exe" svc="ssdpsrv"
If you require UPnP/SSDP then you will need three additional rules:
dir="in" protocol="6" lport="2869" binary="System"
dir="out" protocol="6" binary="System"
dir="out" protocol="6" binary="%systemroot%\system32\svchost.exe" svc="upnphost"