Remove Windows WFP filter that's blocking port 445 SMB traffic - Server 2008
We were hit with Cryptocurrency miner malware. It added SMB TCP 445 blocking in Windows Filtering Platform (WFP).
Run the below commands to list policies and filter lists:
netsh ipsec static show filterlist all
netsh ipsec static show policy all
Run these to delete them:
netsh ipsec static delete policy all
netsh ipsec static delete filterlist all