Home/ blog/ dlp-building

Building the DLP platform: agent → events → policy → dashboard

How the system is structured — Windows agent, collectors, detection and policy engines, React over Node and PostgreSQL.

Pipeline

Windows endpoint agent → event collection (file, clipboard, USB, screenshot) → detection engine → policy engine → alert/block → React dashboard (Node/Express + PostgreSQL).

Why this shape

Separation keeps local validation sane: you can exercise collectors without pretending the whole fleet is live.

Status

Architecture and documentation stage; locally deployed for testing. Next: VPS + HTTPS agent registration.

Repo

https://github.com/r1tv1kx/DLP