VK AI Sensor

Voight-Kampff: a host-based EDR for Windows that catches compromise on the machine, including the AI-driven kind.

vk-ai-sensor is a host-based EDR for Windows. It runs as a service on the machine and watches process, file, network, account, and PowerShell activity for the behavior that compromise produces, with more than sixty detection rules mapped to MITRE ATT&CK. All of it runs locally, with no network access and no API keys required for the core to work.

What pushed it into being was a specific worry: attackers using AI to move faster and at scale, autonomous agents that probe and pivot on their own, and AI-generated malware that matches nothing on a signature list. You do not catch those with signatures. You catch them the way you catch a careful human intruder, by watching what actually happens on the host. An optional AI layer can explain and rank what the sensor finds, but the core never depends on it.

The name is a nod to the Voight-Kampff machine from Blade Runner, the device built to tell a human from a machine pretending to be one. That is the job here too.

What it watches for

The sensor ships with more than sixty detection rules, mapped to MITRE ATT&CK. Some of the ground it covers:

Digging into what fired

An alert is a starting point, not the end of the story. The sensor pulls extra context so you are not left staring at a process name wondering what it actually did.

Where the signal comes from

Detection does not lean on a single source. The sensor reads several, so an attacker cannot dodge it by avoiding one:

Design principles

Running a fleet

One box or many, the pieces are the same.

At a glance

Back to home