Since I moved my first domain from Windows/asp to linux/apache I have received incredibly stupid form spam - eg:
RefID: BV_WE008202757D
Sent By: xIuLlMgdYv Agalinaomargareteq6787@gmail.com
Telephone: 4957386724
Town: kznQNGZSu
County: DKpLuETWjcXq
Country: Zpam
Comment: xeGfhADXZTzK
FoundOn: Other - FfbNxROAuiJX
The words before the colon are, of course, my form field headers. The country Zpam is a made-up one I added at the end of my Select (drop-down) lists whan I realised the spammer was always choosing the last item in the list. Sent By includes the person's name and email address; the email address was always gmail - well, they're well-known as a spammer-friendly service, right?
This had been going on for several years. I searched online for reasons but although others were receiving the same spam no one could come up with a good reason for it; not a probe, since there were never follow-ups of any kind. Sources appeared to be hacked IPs.
One weird feature: I have never received these on the windows server (still running), and never received any form spam of any other kind on the linux server.
A few weeks ago I looked at the UAs that were involved in sending this spam and discovered that since October 2020 ALL the UAs were:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36
previously they were:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36
I decided that the UA was old enough that very few real visitors were actually using that browser any more, so I blocked Chrome/85. Since then I have received no more form spam. Until the spammer reads this and updates the UA, I suppose. :)