An open API service indexing awesome lists of open source software.

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".

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/).

![SANS Webcast](images/SANSWebinar.jpg "Title")

## 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).