this post was submitted on 18 Aug 2024
75 points (77.0% liked)

Privacy

31182 readers
515 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Oha@lemmy.ohaa.xyz 57 points 3 weeks ago (22 children)

I disallow a page in my robots.txt and ip-ban everyone who goes there. Thats pretty effective.

[–] JackbyDev@programming.dev 15 points 3 weeks ago (4 children)

Did you ban it in your humans.txt too?

[–] bountygiver@lemmy.ml 17 points 3 weeks ago* (last edited 3 weeks ago) (3 children)

humans typically don't visit [website]/fdfjsidfjsidojfi43j435345 when there's no button that links to it

[–] Avatar_of_Self@lemmy.world 15 points 3 weeks ago (1 children)

I used to do this on one of my sites that was moderately popular in the 00's. I had a link hidden via javascript, so a user couldn't click it (unless they disabled javascript and clicked it), though it was hidden pretty well for that too.

IP hits would be put into a log and my script would add a /24 of that subnet into my firewall. I allowed specific IP ranges for some search engines.

Anyway, it caught a lot of bots. I really just wanted to stop automated attacks and spambots on the web front.

I also had a honeypot port that basically did the same thing. If you sent packets to it, your /24 was added to the firewall for a week or so. I think I just used netcat to add to yet another log and wrote a script to add those /24's to iptables.

I did it because I had so much bad noise on my logs and spambots, it was pretty crazy.

[–] Mikelius@lemmy.ml 10 points 3 weeks ago

This thread has provided genius ideas I somehow never thought of, and I'm totally stealing them for my sites lol.

load more comments (1 replies)
load more comments (1 replies)
load more comments (18 replies)