> For the complete documentation index, see [llms.txt](https://notes.ubg-hacking.team/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.ubg-hacking.team/attacks/webhosting/ips-to-block.md).

# IP's to block

```
for i in $(curl https://gist.githubusercontent.com/exabyt3/458de46bd00c17332fcf7a1ae0fa7f52/raw/f07f7d751e7a2dd718e053c00590aa642e5038d3/gistfile1.txt);do ufw deny proto tcp from $i to any port 80,443;done
```
