Write-Host "PowerShell script for blocking malicious IPs in Windows Firewall" Write-Host "Created by iam-py-test" Write-Host "This must be run as admin and on Microsoft Windows 10/11 or else it will not work!" Write-Host "Removing old rules" Get-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" | Remove-NetFirewallRule Get-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" | Remove-NetFirewallRule Write-Host "Adding new rules" New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 91.241.60.117 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 91.241.60.117 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 37.1.209.213 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 37.1.209.213 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.220.35.26 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.220.35.26 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 188.225.75.54 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 188.225.75.54 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.220.33.3 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.220.33.3 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.230.140.210 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.230.140.210 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 188.227.107.121 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 188.227.107.121 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 188.227.107.92 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 188.227.107.92 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 77.91.102.23 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 77.91.102.23 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 35.236.159.79 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 35.236.159.79 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 104.155.207.188 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 104.155.207.188 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.227.254.52 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.227.254.52 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 31.44.6.123 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 31.44.6.123 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 85.31.46.80 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 85.31.46.80 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 95.214.53.31 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 95.214.53.31 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 58.252.203.71 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 58.252.203.71 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.216.71.149 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.216.71.149 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 116.202.5.101 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 116.202.5.101 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 193.106.191.160 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 193.106.191.160 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 88.198.106.9 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 88.198.106.9 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 95.217.31.208 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 95.217.31.208 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 139.45.197.239 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 139.45.197.239 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.234.247.238 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.234.247.238 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.15.157.132 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.15.157.132 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 209.209.41.33 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 209.209.41.33 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 194.58.108.112 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 194.58.108.112 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 142.93.198.232 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 142.93.198.232 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 116.203.121.167 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 116.203.121.167 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 157.230.87.146 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 157.230.87.146 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 77.73.134.24 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 77.73.134.24 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 65.108.249.43 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 65.108.249.43 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 51.68.154.128 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 51.68.154.128 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 116.203.3.152 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 116.203.3.152 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 143.198.211.93 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 143.198.211.93 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 5.75.173.242 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 5.75.173.242 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 44.236.213.34 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 44.236.213.34 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 52.24.156.12 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 52.24.156.12 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 52.25.6.134 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 52.25.6.134 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 100.20.13.49 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 100.20.13.49 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 88.119.161.188 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 88.119.161.188 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 88.119.161.19 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 88.119.161.19 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 68.60.77.128 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 68.60.77.128 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 146.70.86.11 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 146.70.86.11 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 69.46.15.158 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 69.46.15.158 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 79.137.206.138 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 79.137.206.138 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 194.36.177.164 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 194.36.177.164 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 135.181.41.147 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 135.181.41.147 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 82.115.223.46 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 82.115.223.46 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 35.181.110.225 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 35.181.110.225 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 194.87.216.194 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 194.87.216.194 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 62.204.41.176 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 62.204.41.176 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 176.113.115.177 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 176.113.115.177 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 79.137.248.136 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 79.137.248.136 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 79.137.206.31 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 79.137.206.31 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 85.192.40.253 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 85.192.40.253 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 83.217.11.27 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 83.217.11.27 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 77.73.134.35 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 77.73.134.35 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 83.217.11.28 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 83.217.11.28 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 176.57.150.117 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 176.57.150.117 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 95.217.14.200 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 95.217.14.200 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 46.48.76.120 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 46.48.76.120 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 3.231.116.86 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 3.231.116.86 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 54.237.193.255 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 54.237.193.255 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 162.243.164.175 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 162.243.164.175 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 108.61.242.65 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 108.61.242.65 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 146.70.78.43 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 146.70.78.43 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 87.120.254.39 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 87.120.254.39 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.150.108.213 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.150.108.213 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 92.204.160.240 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 92.204.160.240 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.15.157.131 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.15.157.131 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.15.156.182 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.15.156.182 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.15.156.70 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.15.156.70 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.132.106.77 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.132.106.77 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 199.127.62.3 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 199.127.62.3 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 94.142.138.73 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 94.142.138.73 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 94.142.138.84 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 94.142.138.84 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 94.142.138.218 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 94.142.138.218 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 199.247.24.79 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 199.247.24.79 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 5.34.180.208 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 5.34.180.208 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 139.224.13.184 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 139.224.13.184 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 37.220.87.68 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 37.220.87.68 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 87.121.221.106 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 87.121.221.106 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 37.220.87.66 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 37.220.87.66 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.9.74.99 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.9.74.99 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.123.227.138 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.123.227.138 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.209.161.89 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.209.161.89 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 79.137.202.161 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 79.137.202.161 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 78.46.248.198 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 78.46.248.198 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 78.47.9.120 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 78.47.9.120 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 162.55.212.236 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 162.55.212.236 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.159.189.105 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.159.189.105 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 65.21.240.228 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 65.21.240.228 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 5.42.66.3 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 5.42.66.3 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.15.159.27 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.15.159.27 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 208.67.104.60 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 208.67.104.60 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 167.86.74.95 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 167.86.74.95 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 213.255.247.174 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 213.255.247.174 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 5.42.86.86 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 5.42.86.86 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 77.105.147.158 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 77.105.147.158 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.106.93.193 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.106.93.193 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 193.27.90.10 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 193.27.90.10 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 5.75.211.167 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 5.75.211.167 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 62.182.156.148 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 62.182.156.148 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 95.216.94.138 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 95.216.94.138 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 85.208.139.35 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 85.208.139.35 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 95.216.94.138 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 95.216.94.138 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 194.169.175.93 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 194.169.175.93 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 168.119.178.159 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 168.119.178.159 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.9.74.141 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.9.74.141 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.9.74.166 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.9.74.166 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 168.119.51.197 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 168.119.51.197 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 24.199.69.78 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 24.199.69.78 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 49.13.60.242 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 49.13.60.242 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 178.20.47.114 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 178.20.47.114 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 194.180.48.100 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 194.180.48.100 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 2.56.59.215 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 2.56.59.215 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 212.192.241.72 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 212.192.241.72 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 154.223.16.114 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 154.223.16.114 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 109.230.199.181 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 109.230.199.181 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.141.63.172 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.141.63.172 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 193.242.211.141 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 193.242.211.141 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 212.8.242.211 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 212.8.242.211 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 109.236.85.145 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 109.236.85.145 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 190.2.135.77 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 190.2.135.77 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 151.80.38.159 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 151.80.38.159 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 217.23.6.51 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 217.23.6.51 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 217.23.9.168 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 217.23.9.168 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 37.187.122.227 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 37.187.122.227 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 51.159.66.125 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 51.159.66.125 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 109.236.88.134 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 109.236.88.134 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 109.236.81.104 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 109.236.81.104 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 176.31.254.229 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 176.31.254.229 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.141.63.2 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.141.63.2 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.141.63.4 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.141.63.4 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.141.63.84 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.141.63.84 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.141.63.85 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.141.63.85 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 188.165.192.126 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 188.165.192.126 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 188.165.192.18 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 188.165.192.18 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 188.165.195.130 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 188.165.195.130 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.174.130 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.174.130 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.176.206 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.176.206 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.176.209 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.176.209 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.178.238 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.178.238 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.188.211 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.188.211 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.235.51 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.235.51 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.241.165 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.241.165 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.242.37 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.242.37 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.243.38 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.243.38 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.251.21 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.251.21 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.251.99 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.251.99 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.252.221 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.252.221 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.253.49 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.154.253.49 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 37.187.142.187 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 37.187.142.187 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 37.187.143.172 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 37.187.143.172 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 37.187.148.204 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 37.187.148.204 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 62.210.204.131 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 62.210.204.131 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 88.80.145.110 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 88.80.145.110 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 88.80.145.142 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 88.80.145.142 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 88.80.147.200 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 88.80.147.200 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 88.80.147.205 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 88.80.147.205 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 88.80.147.36 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 88.80.147.36 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 88.80.148.219 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 88.80.148.219 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 88.80.148.33 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 88.80.148.33 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 88.80.148.8 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 88.80.148.8 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 91.121.171.208 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 91.121.171.208 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 91.92.111.131 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 91.92.111.131 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 91.92.111.132 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 91.92.111.132 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 91.92.111.133 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 91.92.111.133 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 91.121.30.185 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 91.121.30.185 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 94.23.58.173 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 94.23.58.173 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 217.23.5.14 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 217.23.5.14 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 94.131.111.240 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 94.131.111.240 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 81.177.136.179 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 81.177.136.179 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 74.119.192.188 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 74.119.192.188 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.196.9.161 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.196.9.161 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 49.13.94.153 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 49.13.94.153 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 213.248.43.54 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 213.248.43.54 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 67.217.57.54 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 67.217.57.54 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 89.190.156.180 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 89.190.156.180 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 34.74.68.195 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 34.74.68.195 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 104.194.130.185 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 104.194.130.185 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 109.234.156.180 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 109.234.156.180 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 128.140.123.187 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 128.140.123.187 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 149.248.76.158 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 149.248.76.158 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 152.89.198.77 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 152.89.198.77 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 193.106.175.11 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 193.106.175.11 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.85.115.195 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.85.115.195 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 212.193.48.80 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 212.193.48.80 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 213.227.154.170 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 213.227.154.170 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 217.12.206.218 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 217.12.206.218 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.129.14.157 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.129.14.157 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.143.136.123 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.143.136.123 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.144.28.76 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.144.28.76 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.87.154.158 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.87.154.158 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 78.24.222.162 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 78.24.222.162 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 85.208.107.228 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 85.208.107.228 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 91.203.193.162 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 91.203.193.162 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 194.26.135.180 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 194.26.135.180 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 121.37.215.155 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 121.37.215.155 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 91.215.85.23 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 91.215.85.23 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 89.23.98.92 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 89.23.98.92 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 89.23.96.177 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 89.23.96.177 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 91.215.85.23 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 91.215.85.23 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 158.160.5.182 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 158.160.5.182 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.215.113.66 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.215.113.66 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.35.19.138 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 195.35.19.138 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 34.195.224.242 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 34.195.224.242 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 54.225.185.110 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 54.225.185.110 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 193.233.193.65 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 193.233.193.65 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 176.123.11.26 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 176.123.11.26 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 141.11.178.3 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 141.11.178.3 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 91.199.133.104 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 91.199.133.104 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 193.17.183.123 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 193.17.183.123 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 95.216.253.55 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 95.216.253.55 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.141.87.216 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.141.87.216 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 172.233.228.93 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 172.233.228.93 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 144.172.79.92 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 144.172.79.92 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 66.235.168.222 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 66.235.168.222 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 110.47.250.103 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 110.47.250.103 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 126.227.76.24 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 126.227.76.24 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 38.207.148.123 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 38.207.148.123 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 147.45.70.100 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 147.45.70.100 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 199.119.206.28 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 199.119.206.28 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 38.181.70.3 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 38.181.70.3 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 149.28.194.95 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 149.28.194.95 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 78.141.232.174 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 78.141.232.174 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 38.180.128.159 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 38.180.128.159 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 64.176.226.203 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 64.176.226.203 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 38.180.106.167 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 38.180.106.167 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 173.255.223.159 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 173.255.223.159 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 38.60.218.153 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 38.60.218.153 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.108.105.110 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.108.105.110 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 146.70.192.174 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 146.70.192.174 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 149.88.27.212 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 149.88.27.212 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 154.223.16.34 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 154.223.16.34 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 38.180.41.251 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 38.180.41.251 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 203.160.86.91 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 203.160.86.91 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.121.51.2 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 45.121.51.2 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 4.228.216.231 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 4.228.216.231 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 103.224.182.251 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 103.224.182.251 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 204.11.56.48 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 204.11.56.48 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 37.187.88.137 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 37.187.88.137 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 54.37.5.34 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 54.37.5.34 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 132.226.203.60 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 132.226.203.60 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 51.68.87.229 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 51.68.87.229 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.155.184.98 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.155.184.98 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 157.230.4.182 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 157.230.4.182 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 37.1.213.100 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 37.1.213.100 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 85.192.63.194 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 85.192.63.194 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 94.142.138.131 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 94.142.138.131 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.246.188.124 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.246.188.124 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.246.188.125 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.246.188.125 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 194.63.140.103 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 194.63.140.103 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 194.63.143.61 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 194.63.143.61 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 194.63.143.96 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 194.63.143.96 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 47.251.77.252 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 47.251.77.252 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.106.94.223 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 185.106.94.223 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 34.117.171.15 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 34.117.171.15 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 23.111.31.137 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 23.111.31.137 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 23.111.88.207 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 23.111.88.207 New-NetFirewallRule -DisplayName "iam-py-test - Block outbound connections to this ip" -Direction outbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 147.135.253.55 New-NetFirewallRule -DisplayName "iam-py-test - Block inbound connections from this ip" -Direction Inbound -LocalPort Any -Protocol tcp -Action Block -RemoteAddress 147.135.253.55 Write-Host "All rules should have been added to the Windows Firewall" pause