Don't know if what I'm seeing is new or known or useful. Yesterday I searched my web logs for this string:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:6
This is Firefox browser running on a Mac. I was looking for examples similar to this:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:62.0) Gecko/20100101 Firefox/62.0
What I found was this:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:63.0) Gecko/20100101 Firefox/63.0
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:62.0) Gecko/20100101 Firefox/62.0
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:65.0) Gecko/20100101 Firefox/65.0
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:67.0) Gecko/20100101 Firefox/67.0
Hits where FF version is 63 are only seen in Dec 2018. Maybe 3 hits. Hits where FF version is 65 are only seen April / May this year. Only 2 hits. Hits where FF version is 67 happened only once - in July. This was the only hit to my website (landing page). All other hits were direct to pdf files on my site. I presume that Gecko/20100101 is correct / legit.
In brief:
I see very very few hits from Firefox 6x running on a Mac. For what I know are legit hits, I'm only seeing FF version 63, 65 and 67. Why no other versions of FF, I don't know.
The hits from FF 62 are different. First time I see it (March 14 from 23.233.136.60) the UA is this:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:62.0) Gecko/20100101 Firefox/62.0
It requests robots.txt and my landing file (default.html). No referrer. Anything that requests just my landing file is suspicious. A normal hit should request 28 additional .gif files.
But get this: 6 days later, at exactly the same second, two different IP's (66.91.4.47 and 35.3.1.43) request the same pdf file from my site. The UA's are:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:62.0) Gecko/20100101 Firefox/1C76
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:62.0) Gecko/20100101 Firefox/5DD5
Note how the version has changed on the end of the UA to a 4-character hex value.
Once more in June, and then 10 times this month so far, I'm seeing direct hits to PDF's on my site, where the UA is similar (ie with 4-digit hex value). Of these 10, only 1 example of a hit from 2 different IP's to the same PDF (this time 13 minutes apart) - from 146.198.209.66 and 221.165.27.22. Why two hits? Because I gave the first hit a 403 (denied). It was part of CIDR I was blocking for some reason.
So I'm obviously observing coordinated bot activity here. All these dozen or so IP's are from residential ISP's scattered around the globe. Why they're interested in my PDF files, I don't know.
My last question - is FF on MAC user-agent proper or legit when it ends with a 4-digit hex value? If yes - what is the intended function of that? If no, why would a bot generate such a UA?