← All posts

Velociraptor Digital Forensics: DFIR for Small Business

Digital forensics has a reputation problem: it sounds like something only Fortune 500 security teams and police labs do. In practice, the open-source Velociraptor platform has made serious forensic capability accessible to organisations with fifty endpoints and no in-house security team — provided someone competent is operating it. This post explains what DFIR actually is, how Velociraptor works under the hood, and what a managed deployment looks like for a Canadian small business.

What DFIR Is (In Plain English)

Security people throw the acronym around constantly: DFIR = Digital Forensics and Incident Response. Here is the translation to normal human language.

Digital forensics: CSI for computers

Digital forensics is crime-scene investigation where the scene is your laptop fleet, your servers, or your cloud infrastructure, and the evidence is files, processes, network connections, and memory. A forensic investigation answers five questions:

  • Who: which user account was compromised?
  • What: what did the attacker actually do?
  • When: what time did the breach happen, and how long did it last?
  • Where: which systems were touched?
  • How: what weakness was exploited to get in?

Incident response: what you do when forensics finds something terrible

Forensics tells you what happened. Incident response is what you do about it:

  1. Detection: “something is wrong” — an alert fires
  2. Analysis: “how bad is it?” — the forensic investigation
  3. Containment: stop it spreading — isolate affected systems
  4. Eradication: remove the threat — kill malware, revoke credentials
  5. Recovery: get back to normal — restore systems and data
  6. Lessons learned: make sure the same door is not open next time

Why DFIR matters more than you think

The uncomfortable reality: many organisations do not discover a breach until a customer reports their data for sale, ransomware announces itself, or law enforcement calls. Industry breach studies consistently measure average detection time in months, not days — which means attackers routinely enjoy long, quiet residencies inside networks that look fine from the outside. Good DFIR collapses that window from months to hours: detect quickly, investigate precisely, contain before the damage compounds.

How Velociraptor works: VQL, hunts, and artifacts

Velociraptor is an open-source DFIR platform built by forensic practitioners. Its design is unusual, and the unusual parts are exactly what make it powerful.

VQL: asking your endpoints questions

At the core is VQL — the Velociraptor Query Language — an SQL-like language for interrogating endpoints. Instead of waiting for a vendor’s detection logic to fire, an analyst writes a query and gets an answer. Want every process on a machine with its binary path and parent? That is a one-line query against the process table. Want every scheduled task created in the last 48 hours, every prefetch entry referencing a suspicious binary, or every browser extension across the company? Each of those is a query too. The shift is from “did the product alert?” to “let me ask the fleet directly”.

Artifacts: packaged forensic knowledge

Raw queries are powerful but demand expertise, so Velociraptor packages them as artifacts — curated, parameterised YAML definitions that encode forensic know-how. Hundreds ship out of the box: collecting Windows event logs, parsing the registry for persistence mechanisms, gathering the file sets a forensic examiner would want from a compromised host, pulling shell histories and cron jobs on Linux. An analyst picks an artifact, sets parameters, and the platform handles collection, transport, and storage of the evidence.

Hunts: one question, the whole fleet

The capability that changes incident response economics is the hunt: run any artifact across every endpoint at once. Suppose an incident on one laptop turns up a malicious DLL. A hunt for that file hash — or the registry key it uses for persistence — goes out to the entire fleet, and results stream back within minutes from online machines, with offline ones reporting as they reconnect. The question “is this anywhere else?” used to take a consulting team a week of manual triage. With Velociraptor it is an afternoon, and the evidence is preserved as it is collected.

The offline collector: forensics without connectivity

Not every machine of interest is online and enrolled. Velociraptor can build a standalone offline collector — a single self-contained executable preconfigured with the artifacts you need. Run it from a USB stick on an air-gapped machine, a server in a closet, or a laptop seized from a departing employee, and it produces a structured evidence package for analysis. For small businesses, that covers the messy real-world cases a cloud-only EDR simply cannot reach.

A deliberately small agent

The endpoint agent is a single static binary with a modest memory and CPU footprint — light enough to run on ageing hardware without user complaints. It maintains an encrypted connection to the server and does nothing until asked, which is also why its resource draw stays low.

What about cost against commercial EDR?

We have written a full, honest comparison — including where CrowdStrike Falcon genuinely wins — in Velociraptor vs CrowdStrike Falcon: incident response cost. The one-paragraph summary: commercial EDR buys you automated prevention breadth and built-in threat intelligence at quote-based per-endpoint pricing; Velociraptor trades that prevention layer for deeper forensics, fleet-wide hunting, and full data ownership at open-source cost. For detection-rule breadth alongside Velociraptor’s investigative depth, many teams pair it with managed Wazuh.

Attacks do not keep business hours

Attackers favour nights, weekends, and holidays — ransomware crews routinely detonate on Friday evenings precisely to buy themselves a quiet weekend before anyone notices. A platform that only gets looked at between nine and five leaves that whole window open.

This is the strongest argument for a managed deployment: continuous automated monitoring with alert escalation means a Friday 11 p.m. detection becomes a Friday 11 p.m. investigation, not a Monday-morning disaster discovery.

What a managed Velociraptor deployment looks like

Velociraptor’s licence is free; competence is not. A managed deployment from ThinSky includes:

  • A fully managed Velociraptor server and agent rollout across your fleet
  • Continuous automated monitoring with alert escalation
  • Rapid incident response, with priority escalation for active incidents
  • Scheduled threat-hunting campaigns and custom detection content
  • Forensic investigation and evidence preservation when something fires
  • Reporting that supports SOC 2, HIPAA, and PCI DSS audit evidence
  • Canadian-region hosting options for data-residency requirements

A typical rollout runs five to eight weeks depending on fleet size: discovery and planning, server deployment, agent rollout, detection tuning, then steady-state monitoring and hunting. Pricing is flat annual pricing scoped to your fleet — request a quote.

FAQ

What is the difference between digital forensics and incident response?

Forensics is the investigation: reconstructing who got in, what they touched, and how, from evidence on disks, in memory, and in logs. Incident response is the action plan that investigation feeds: contain, eradicate, recover, and prevent recurrence. They are bundled as DFIR because in a real incident you cannot do one well without the other.

Is Velociraptor free?

Yes — it is genuinely free and open source, with no paid enterprise edition gating features. The real costs are operational: hosting the server, deploying agents, writing or tuning detection content, and having analysts who know what to hunt for. That expertise is what a managed service provides, and it is the difference between owning a forensics platform and having a forensics capability.

Can a small business run Velociraptor itself?

Technically, yes — installation is straightforward and the documentation is good. Practically, the platform is only as useful as the person writing the queries and reading the results, and most small businesses have no one who can interpret a memory artifact at 11 p.m. on a Friday. That gap — not the software — is what a managed Velociraptor service exists to close.

How is Velociraptor different from an EDR like CrowdStrike?

EDR products like CrowdStrike Falcon lead with automated prevention: they block known-bad behaviour with minimal human involvement. Velociraptor leads with investigation: query-driven forensics and fleet-wide hunting that answer questions automation cannot. They overlap but are not substitutes — the trade-offs are laid out in our Velociraptor vs CrowdStrike comparison.


If you want forensic capability without building a forensics team, start with our managed Velociraptor service page or email sales@thinsky.com for a flat-rate quote. And if you would like a concrete read on your current exposure first, our free external audit shows you what an attacker sees from the outside — no agents required.