How-To use the Malware Block List on SquidGuard

Thanks to Awie for helping with SquidGuard

To use the Malware Block List on SquidGuard to block user access to URLs that contain Malware you need to perform the following steps:

To have an up-to-date block list, create a cron job to run every 1 hour, pointing to a script like this:
#!/bin/sh
wget -O - http://malware.hiperlinks.com.br/cgi/submit?action=list_sguard > /usr/local/squidGuard/db/malware/urls
squid -k reconfigure