mirror of
https://github.com/idafchev/IPMute
synced 2026-06-08 14:46:32 +00:00
601 B
601 B
IPMute
Powershell script to block communication from processes by utilizing secondary IP addresses for sinkholing
- Edit the script and define which processes to monitor/block
- Execute and let it run. For any discovered TCP connection coming from the monitored processes, the remote IP will be added as a secondary IP address to the network interface, effectively sinkholing that traffic to the local adapter.
- CTRL+C will initiate cleanup and terminate
The script is of POC quality and makes changes to the network configuration of the host. You may cut out your internet connection :)