After getting the initial 403, the next request was for favicon
Is that typical for otherwise-similar Androids? (Got a vague impression that yes, they do ask for the favicon, while iThingies don't.)
You've probably already noticed that androids (real ones) can be severely wonky w/r/t referers of non-page files, which doesn't help when you're trying to figure out if it
is real.
:: detour to logs ::
Huh, never noticed that. Where
I see a lot of "unknown" is in search-engine referers-- the long complicated ones-- that say things like
client=ms-android-samsung&source=android-unknown
client=ms-android-sprint-us&hl=en&gl=us&source=android-unknown
etcetera. So yup, there's definitely an element of "it looks like an android, but more than that I cannot say".
I'd try an extra step, like blocking "unknown" only if the UA string doesn't contain "Android". (Environmental variables are great for this, because you can do a long complicated test
once, and then have the results ready and waiting for any mod that needs it, in any combination you see fit.)