Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Examples of SOAR (Security Orchestration, Automation, and Response) playbooks and workflows to speed up incident response.

Notifications You must be signed in to change notification settings

Nurdeen21/soar-automation-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SOAR Automation Samples

πŸ“Œ Overview

This repository contains examples of SOAR playbooks, scripts, and tool-specific automation snippets designed to accelerate incident response and improve security operations efficiency.

⚑ Purpose

Showcase real-world automation patterns and helper scripts for:

  • Phishing triage
  • IOC enrichment
  • Cloud incident remediation
  • Notifications and integrations

πŸ“ Contents

πŸ“ Playbooks

  • playbooks/phishing-triage-pseudocode.md β€” Pseudocode for automating phishing triage.
  • playbooks/ioc-enrichment-workflow.md β€” Workflow for automated IOC enrichment.
  • playbooks/cloud-remediation-pseudocode.md β€” Pseudocode for cloud security incident auto-remediation.

πŸ›  Common Scripts

  • scripts/extract-iocs.py β€” Extracts indicators (URLs, IPs) from text for automation workflows.
  • scripts/enrich-url.py β€” Stub script for querying URL reputation APIs (e.g., VirusTotal).
  • scripts/slack-notify.py β€” Sends Slack alerts from automated workflows.

πŸ”§ Tool-Specific Examples

XSOAR

  • xsoar/phishing-extract-indicators.yml β€” Extract indicators from emails using XSOAR automation.

Splunk SOAR

  • scripts/splunk-soar/enrich-ip.json β€” Playbook node for enriching IPs with threat intel queries.

Microsoft Sentinel

  • sentinel/isolate-vm-logicapp.json β€” Logic App JSON for isolating VMs upon critical alert detection.

πŸš€ Status

🚧 In progress β€” More playbooks, code samples, and diagrams coming soon!

About

Examples of SOAR (Security Orchestration, Automation, and Response) playbooks and workflows to speed up incident response.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages