Bytespider has found me help

Any discussion of software that doesn't fit into any category goes here.
Post Reply
AlphaGameDeveloper
Posts: 4
Joined: Fri May 05, 2023 5:22 pm
Location: United states of America (Or my own imagination)
Contact:

Bytespider has found me help

Post by AlphaGameDeveloper »

Bytespider has found me :/
If it is self hosted, how can I kick this radioactive spider in it's rear end?
Also- How did it find me in the first place? I'm pretty sure no other website linked to me...

Code: Select all

wordpress    | 47.128.27.94 - - [08/Sep/2023:20:21:50 +0000] "GET /wp-content/uploads/2023/02/docker.png HTTP/1.1" 200 7182 "https://alphagame.dev/posts/technology/i-screwed-up-big-time/" "Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; [email protected])"
AlphaGameDeveloper
Certified Lunatic

My Links:
User avatar
MattKC
Site Admin
Posts: 323
Joined: Mon Aug 22, 2022 1:05 am
Contact:

Re: Bytespider has found me help

Post by MattKC »

What HTTP server software are you using? If it's Apache or NGINX, you should be able to just block its user agent. If you go through Cloudflare, you can also block in Cloudflare before it even reaches your server.

Here's the article for Apache I found that gave me the idea to block, though I use NGINX so I couldn't use the instructions directly.
AlphaGameDeveloper
Posts: 4
Joined: Fri May 05, 2023 5:22 pm
Location: United states of America (Or my own imagination)
Contact:

Re: Bytespider has found me help

Post by AlphaGameDeveloper »

I'm using Caddy
AlphaGameDeveloper
Certified Lunatic

My Links:
Post Reply