Hi,
You can try,
- Enable Logging for All Profiles https://learn.microsoft.com/en-us/windows/security/operating-system-security/network-security/windows-firewall/configure-logging
- netsh advfirewall set allprofiles logging allowedconnections enable
- netsh advfirewall set allprofiles logging droppedconnections enable
- Enable Audit Logging
- Auditpol /set /category:"System" /SubCategory:"Filtering Platform Packet Drop" /success:enable /failure:enable
- Auditpol /set /category:"System" /SubCategory:"Filtering Platform Connection" /success:enable /failure:enable
|-------------------------------->>> If the reply was helpful please don't forget to upvote and/or accept as answer, thank you