I wanted a way to analyze suspicious Linux binaries locally without uploading them to VirusTotal, spinning up a virtual machine, or deploying a heavyweight sandbox.

So I built Lure — a Python-based CLI that isolates ELF binaries using Linux namespaces, traces their behavior with strace, and generates a simple risk verdict in seconds.

As a...