Check for malicious access attempts (SQL)

Content

The following is handy for reporting on unauthorized attempts: SELECT `hostname` , `timestamp` , `location` FROM `dr_watchdog` WHERE `type` = "access denied" LIMIT 0 , 300