Update Dissertation.md

This commit is contained in:
SINS 2026-06-02 14:17:33 +00:00
parent e5e5db75d0
commit 4cc769fcf4

View File

@ -155,14 +155,14 @@ Active attacks like decompression bombs or parser exploits are riskier and would
## 6 -- What can you do over this weekend ## 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. 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 | | 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. | | **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. | | **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 | | Method | Effectiveness | Difficulty | Notes |
|-------------------------------|---------------|----------|-------| |-------------------------------|---------------|----------|-------|
| **Anubis (PoW Wall)** | Very High | Medium | JavaScript proof-of-work challenge. Drops 90-95% of bot traffic. Self-hosted. | | **Anubis (PoW Wall)** | Very High | Medium | JavaScript proof-of-work challenge. Drops 90-95% of bot traffic. Self-hosted. |