Building a Quick Live Response Script for macOS Incident Response When responding to a potential security incident, time is of the essence. Volatile data – such as running processes and active network connections – can disappear if the machine is powered off or rebooted. To capture this critical information quickly and consistently, we built a…
Category: Back to Coding
Shadow AI Data Leak Guard
Leveling Up My Python Coding: Refactoring and Native macOS Popups Today was a great day for improving both the architecture and the user experience of my Python project, Shadow Guard—a tool that monitors my clipboard to prevent sensitive data leaks. 1. From Monolithic to Modular When I first wrote guard.py, it was a single file…