AV Threat Labs

We build infrastructure tooling.

Focused tools for infrastructure work that should be repeatable, on hardware you own.

ProvisionBerry

A fresh start for every Pi, a room at a time.

Re-image, identify and configure rooms full of Raspberry Pis from one repeatable run. Built for universities, schools, teaching labs and device teams.

  • Reset a whole lab without rebuilding each card by hand
  • Keep the right setup for every class, room and project
  • Runs on your own network, with your images and playbooks
The os-lab fleet in ProvisionBerry, listing Raspberry Pis pi0001 to pi0008 with their state, the image version each is running and when it was last seen
Casefile

A document for every resource, kept current.

A Terraform provider that documents each change as you make it, on hardware you own.

  • A living document for every resource
  • Written during the apply that changed it
  • A local model on your own hardware
casefile/aws_security_group.web.md
# aws_security_group.web
Ingress for the public web tier.
Depends on aws_lb.public and aws_instance.web.
## Changes
### 2026-07-12
Opened 443/tcp from the ALB security group.
Why: TLS termination moved to the load balancer.
### 2026-07-09
Removed 0.0.0.0/0 on 22, scoped SSH to the bastion.
Why: closing the temporary admin rule from setup.
### 2026-07-01
Created with 80/443 ingress for the public web tier.
Why: initial launch of the marketing site.