2020-09-06 05:18:54 +02:00
2020-08-23 10:44:56 +02:00
2020-09-05 13:10:27 +02:00
2020-09-05 13:10:27 +02:00
2020-09-05 13:10:27 +02:00
2020-06-23 20:33:11 +02:00
2020-09-02 13:39:37 +02:00
2020-06-23 20:33:11 +02:00
2020-08-25 18:49:58 +02:00

Shuffle

Shuffle is an automation platform to unify your security services (SOAR). It has thousands of premade integrations and is based on open frameworks like OpenAPI and Mitre Att&ck. The workflow editor is based on a no-code thought process to empower non-developers, and the app creator makes you able to inegrate any platform in minutes.

Discord

Example Shuffle webhook integration

Try it

Please consider sponsoring the project if you want to see more rapid development.

Support

Blogposts

Documentation

Documentation can be found on https://shuffler.io/docs and is written in https://github.com/frikky/shuffle-docs.

Features

  • Simple workflow automation editor
  • Premade apps for a number of security tools
  • App creator for OpenAPI
  • Easy to learn Python library for custom apps

Website

https://shuffler.io

License

All modular information related to Shuffle will be under MIT (anyone can use it for whatever purpose), with Shuffle itself using AGPLv3.

Apps & App SDK: MIT Shuffle backend: AGPLv3

Project overview

Below is the folder structure with a short explanation

├── README.md				# What you're reading right now
├── backend					# Contains backend related code.
│   ├── go-app 			# The backend golang webserver
│   ├── app_gen 		# Code for app generation outside the Shuffle platform
│   └── app_sdk			# The SDK used for apps
├── frontend				# Contains frontend code. ReactJS and cytoscape. Horrible code :)
├── functions				# Contains google cloud function code mainly.
│   ├── static_baseline.py	# Static code used by stitcher.go to generate code
│   ├── stitcher.go		# Attempts to stitch together an app - part of backend now
│   ├── onprem				# Code for onprem solutions
│   │   ├── Orborus 	# Distributes execution locations
│   │   ├── Worker		# Runs a workflow
└ docker-compose.yml 	# Used for deployments

It's in BETA - Get in touch, send a mail to frikky@shuffler.io or poke me on twitter @frikkylikeme

S
Description
No description provided
Readme AGPL-3.0 69 MiB
Languages
JavaScript 37.4%
Shell 36.1%
Go 25.2%
HTML 0.8%
Python 0.2%
Other 0.2%