I do rarely see it on other kbins. Honestly kind of surprising considering kbin has no API. Not that it's super difficult to do some headless browser automation but it sort of seems like whoeever is doing it must be super dedicated to targeting kbin.
Do you mostly see it on m/random or other magazines? I've seen it elsewhere but it mostly seems to be from there. I kind of don't quite see the point in allowing threads / microblogs to be made from a local kbin instance to m/random. Threads especially, at least. I sort of am thinking it might be nice if m/random was locked from local posting so you had to file it under a magazine with moderators, but spam bots would likely just make their own magazines or spam others and that wouldn't really solve the problem.
Just to follow up on this, contributors to kbin investigated and found that startrek.website appears to block user agents that contain "curl" in it now.
Example:
times out while:
works. kbin apparently sends
User-Agent: Symfony HttpClient (Curl)
in its requests for images, which is different than how it handles other fetch requests. they've made a PR to change kbin to send the user agent it uses elsewhere in those image requests https://codeberg.org/Kbin/kbin-core/pulls/1098 once that is approved / merged they should start working again as instances update. It'd be nice if, assuming this is all accurate, the block on curl could be removed so people don't have to wait for the PR / instances to update but I understand if that is difficult