There's also a
Mozilla/5.0 (compatible; SputnikImageBot/2.2)
but these do not appear to ask for robots.txt. Oddly, it's been asking for a specific one of my images (from one of the IPs you listed) every few months for what looks like several years.
They must have done something in the past to offend me, because my UA list includes the line
BrowserMatch \bsputnik keep_out
(Note that the word "sputnik" occurs twice in the UA string, once lower-case and once Title Case.)
:: detour to raw logs to see if they shed any light on \b anchor ::
Oh, I see. There's some Russian browser that contains the element "MRSPUTNIK". But in recent years this UA appears to be used almost entirely by referer-spam robots-- and of course it's ALL CAPS-- so I don't know what I was getting at.
Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.2.28) Gecko/20120306 Firefox/3.6.28 sputnik 2.5.2.8
Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 sputnik 2.1.0.18 YB/4.3.0
et cetera, each with minor variations.
Corollary discovery: The rule with word anchor doesn't seem to have been recognized. I'll have to delete the \b (retaining case matching) and check back in a few months.