This repository contains the demo code build on top of Autogen for the webcast organized by SANS titled "From Playbooks to Robocop: The Evolution of SOC Automation".
The landscape of Security Operations is changing rapidly, and automation is leading the charge. In the second episode of the “Purple Team Power Hour”, we’ll explore how security teams are moving beyond static, pre-built playbooks toward dynamic, AI-driven solutions that can adapt to evolving threats in real time.
-
Clone the repository:
git clone [email protected]:NVISOsecurity/sans-webinar-robocop.git cd sans-webinar-robocop
-
Install dependencies:
pip install -r requirements.txt
-
Copy .env file:
cp .env_example .env
-
Set values in
.envfile
Run the demo scripts to explore the automation examples:
python 01_agent.pyThis project is licensed under the MIT License.
