Ugh every time I think I'm at a stable leaving point and it DOESN'T QUITE WORK.
Have the mosltylucid.botdetection nuget done at least (over 10k downloads and frankly before today It SUCKED).
#aspnetcore #botdetector #dotnet #yarp
Article: https://www.mostlylucid.net/blog/botdetection-part3-as-simple-as-possible
Package: https://www.nuget.org/packages/mostlylucid.botdetection
StyloBot: As Simple As Possible And No Simpler (Part 3) (English)

Enterprise bot detection shouldn't require a PhD in infrastructure (or thousands a month in expenditure to use!). Two lines of code, zero external...

mostlylucid
Man I fucking LOVE building stuff. My free / OSS bot & scraper protection system is now live
https://www.stylobot.net . It's umm...VERY different from almost anything else. Oh and ridiculously more powerful than almost anything else too by taking a behavioural approach rather than simple string matching. It builds a comprehensive ledger of each user (no PII stored!) and their behaviour across sessions, requests, and even within a single request-response operation.
Uses heuristics & deterministic analysis (with optional LLM escalation for novel detections).
Free, ASP.NET Middleware, Docker Image & executable. Public Domain (commercial addons coming later)
https://github.com/scottgal/stylobot
#aspnet #csharp #botdetector #oss #unlicense

Sneak peak my new Bot (scraper, search, maliciouus, novel) detection system. https://www.mostlylucid.net/blog/botdetection-introduction
Simple middleware for multi level best of class bot detection.
Or use the Yarp gateway docker container for a lightweight simple to use behavioural routing system (HAPPILY works on a pi in a docker cluster)
https://hub.docker.com/repository/docker/scottgal/mostlylucid.yarpgateway/general

FULLY adjustable town to weights and confidence, 9 separate detectors from Sinple UA through a learnign Heuristic systema nd LLM learning modes.

#ai #llm #aspcore #botdetector

mostlylucid.botdetection: Fighting Back Against Scrapers (Part 1) (English)

Scrapers are about to start using AI to mimic real users - so I built a bot detector that learns, adapts, and fights back. Key concept: Behavioural...

mostlylucid