basil00 / WinDivert

WinDivert: Windows Packet Divert
https://reqrypt.org/windivert.html
Other
2.56k stars 512 forks source link

Windows Defender Firewall rule #374

Open GitUser200607 opened 1 month ago

GitUser200607 commented 1 month ago

I use some application based on your library. With the help of WinDivert it uses connections not like: firefox [TCP:443], but System(svchost.exe) [Reserved(255):443]. But if I use Firewall policy BLOCK, it blocks these connections. I created the allow rule svchost.exe Reserved:255, but these connections are still blocked!

The Windows Filtering Platform has blocked a connection.

Application Information:
    Process ID:     4
    Application Name:   System

Network Information:
    Direction:      Outbound
    Source Address:     192.168.1.4
    Source Port:        49747
    Destination Address:    20.54.36.229
    Destination Port:       443
    Protocol:       255

Filter Information:
    Filter Run-Time ID: 273974
    Layer Name:     Connect
    Layer Run-Time ID:  48

Do we have any solution except setting Firewall to ALLOW policy? 2024-10-24_12-07-53