Forum Moderators: phranque
I am not sure what you mean by raw logs.
5.248.196.220 - - [21/Dec/2016:03:35:01 -0800] "GET /fonts/ HTTP/1.1" 403 3490 "http://example.spam/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)"
They'll look a little different depending on your server type, but this is the Apache subforum so I assume that's what you have. It is worth getting familiar with your logs, even if you haven't the energy to study them on a regular basis. I can't advise you on where to find them, because that depends on the host; you'll probably only have access to the last few days, but you can download those and study them at leisure. SetEnvIf Referer example\.spam bad_ref
Deny from env=bad_ref
You can also do it with mod_rewrite.