Skip to content

Security Onion + Automation + Response Lab including n8n and Velociraptor

License

Notifications You must be signed in to change notification settings

Tedus007/SOARLab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOARLab

Security Onion + Automation + Response Lab including n8n and Velociraptor

SOARLab

This repo was created to work in conjunction with the blog article here:

https://wlambertts.medium.com/zero-dollar-detection-and-response-orchestration-with-n8n-security-onion-thehive-and-10b5e685e2a1

NOTE

This is NOT an officially supported Security Onion integration, so usage is at your own risk.

Prerequisites

It is assumed that Security Onion is already running and configured as a standalone, manager, or managersearch node.

To install Security Onion, consult the documentation here:

https://docs.securityonion.net/en/latest/installation.html

After Security Onion is installed, proceed to the lab installation steps.

Installation

git clone https://github.com/weslambert/SOARLab
cd SOARLab 
sudo ./install_lab

Once setup is complete:

  • Velociraptor GUI can be accessed via https://$securityonion/velociraptor
  • n8n can be access via https://$securityonion/n8n

Firewall

To add a firewall exception for a particular IP or range of IPs (for Velociraptor clients), you can use the so-firewall script, like so:

sudo so-firewall includehost velociraptor <IP/CIDR>

sudo salt-call state.apply firewall queue=True

Velociraptor Clients

Original Velociraptor client binaries and repacked client binaries can be found in /opt/so/conf/velociraptor/clients.

The client configuration file can be found in /opt/so/conf/velociraptor.

About

Security Onion + Automation + Response Lab including n8n and Velociraptor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 48.2%
  • SaltStack 43.4%
  • Python 5.0%
  • Jinja 2.2%
  • YARA 1.2%