For those who’s running #Caddy on their fedi instances, I recommend adding this into your site section:

@cloudspyware {
    header_regexp User-Agent (?i)Wildebeest
}
respond @cloudspyware 403 {
    body "Go fuck yourself"
    close
}

If there’s any way to make it in one block, let me know!