https://github.com/nvisosecurity/sans-webinar-robocop
This repository contains the demo code for the webcast organized by SANS titled "From Playbooks to Robocop: The Evolution of SOC Automation".
https://github.com/nvisosecurity/sans-webinar-robocop
agent ai autogen sans webcast
Last synced: 4 months ago
JSON representation
This repository contains the demo code for the webcast organized by SANS titled "From Playbooks to Robocop: The Evolution of SOC Automation".
- Host: GitHub
- URL: https://github.com/nvisosecurity/sans-webinar-robocop
- Owner: NVISOsecurity
- Created: 2025-03-26T12:52:35.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-27T13:43:05.000Z (about 1 year ago)
- Last Synced: 2025-05-15T02:14:45.627Z (about 1 year ago)
- Topics: agent, ai, autogen, sans, webcast
- Language: Python
- Homepage: https://www.sans.org/webcasts/from-playbooks-robocop-evolution-soc-automation/
- Size: 158 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Robocop: The Evolution of SOC Automation
This repository contains the demo code build on top of [Autogen](https://microsoft.github.io/autogen/stable/) for the webcast organized by SANS titled [**"From Playbooks to Robocop: The Evolution of SOC Automation"**](https://www.sans.org/webcasts/from-playbooks-robocop-evolution-soc-automation/).

## Overview
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.
## Prerequisites
- [Azure OpenAI Service](https://learn.microsoft.com/en-us/azure/ai-services/openai/overview)
## Getting Started
1. Clone the repository:
```bash
git clone git@github.com:NVISOsecurity/sans-webinar-robocop.git
cd sans-webinar-robocop
```
2. Install dependencies:
```bash
pip install -r requirements.txt
```
3. Copy .env file:
```bash
cp .env_example .env
```
4. Set values in `.env` file
## Usage
Run the demo scripts to explore the automation examples:
```bash
python 01_agent.py
```
## License
This project is licensed under the [MIT License](LICENSE).