Help with logs
misterurias
HOBBYOP

6 months ago

Hi I keep seeing this "bun" thing in my logs (I'm not very deep into my web dev experience just yet). Is this person attacking my site or trying to do something here?

6 Replies

misterurias
HOBBYOP

6 months ago

5e11df15-c42b-4115-8e30-aaa6214ab79e


dev
MODERATOR

6 months ago

Bun is a javascript runtime, I'm unsure why its being named there
My best guess would be that its the user-agent in which case the requests are coming from a server using Bun

it could be a brute force attack, probably best to assume the worst and act quickly
ratelimiting, geo blocking and IP banning will solve this problem


dev
MODERATOR

6 months ago

if your /login allows logging in via passed headers or params or whatever then this could be a brute force attack, though its unclear why there's GET requests mixed in; unless the attacker is just throwing darts in the dark


misterurias
HOBBYOP

6 months ago

I added ratelimiting


dev
MODERATOR

6 months ago

Perfect!


dev
MODERATOR

6 months ago

all clear to mark as solved?


Loading...