Is it possible to block certain user agents using a wildcard e.g. User-agent: Sogou* Disallow: / Would this block all instances of the various Sogou spiders?
Robots.txt doesn't support that. * isn't a wildcard. I'm not sure how your example would be interpreted by SE, but it could be as: User-agent: * Disallow: /
I think there is no facility of blocking with a wild card in the way you want. But if we block a general instance of google bot then all the instance of google will be blocked automatically, we need not need to block every instance manually.