From 4cc769fcf4e1894a6a570bd1905aaad615fe4cfe Mon Sep 17 00:00:00 2001 From: SubINaclS Date: Tue, 2 Jun 2026 14:17:33 +0000 Subject: [PATCH] Update Dissertation.md --- Dissertation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dissertation.md b/Dissertation.md index cfa59d0..3b93b87 100644 --- a/Dissertation.md +++ b/Dissertation.md @@ -155,14 +155,14 @@ Active attacks like decompression bombs or parser exploits are riskier and would ## 6 -- What can you do over this weekend The following represents quick and easy to accomplish set of protections which cover both commercial closed and community driven opensource projects. In conjunction these solutions add layers of defense towards the fight against scraper bots used to train AI models. Some solutions listed are paid services, the Church of Malware(CoM) is not associated with, nor directly endorcing these solutions; however, documenting their useful fight against AI bots and the AI labs continual abuse. -### 6.1 Commercial (Free Tier) Solutions +### 6.1 -- Commercial (Free Tier) Solutions | Method | Effectiveness | Difficulty | Notes | |-------------------------------|---------------|----------|-------| | **Cloudflare Free Plan** | High | Easy | Best starting point. Enable **Bot Fight Mode** + **Super Bot Fight Mode**. Automatically blocks most AI scrapers. | | **Static Site + CDN** | High | Easy | Use Cloudflare Pages, Netlify, or Vercel free tiers — all include built-in bot protection. | -### 6.2 Open Source / Self-Hosted Solutions +### 6.2 -- Open Source / Self-Hosted Solutions | Method | Effectiveness | Difficulty | Notes | |-------------------------------|---------------|----------|-------| | **Anubis (PoW Wall)** | Very High | Medium | JavaScript proof-of-work challenge. Drops 90-95% of bot traffic. Self-hosted. |