weslambert / python-apps

Apps to be used for Shuffle automation

Home Page:https://shuffler.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shuffle Apps

This is a repository for apps to be used in Shuffle

PS: These apps should be valid with WALKOFF, but the SDK is different, meaning you have to change the FIRST line in each Dockerfile (FROM frikky/shuffle:app_sdk).

App Creation

App creation can be done with the Shuffle App Creator (exports as OpenAPI) or Python, which makes it possible to connect literally any tool. Always prioritize using the App Creator when applicable.

Shuffle-workflow-categories

References

Categories

We have defined eight (8) "major" categories of tools that are necessary to any cybersecurity threat. Most security-related tools can fit into one of these eight.

  1. Communication - Any way to chat; WhatsApp, SMS, Email etc.
  2. Case Management - The central hub for operation teams.
  3. SIEM - Search engine for logs in an enterprise. Used to find evil.
  4. Assets - Discover endpoint information. Vulnerabilities, owners, departments etc.
  5. IAM - Access Management. Active Directory, Google Workspaces, Single Sign-on etc.
  6. Intelligence - Typically a vendor explaining what you should be looking for.
  7. Network - Anything BETWEEN your connected devices. Firewalls, WAF, Switches, Bluetooth...
  8. Eradication - Control machines directly to eradicate evil. Hard and undefined (EDR & AV)

OpenAPI

Apps in this repository are mostly manually made. Shuffle is striving for standardization and accessability, and our effort is focused on OpenAPI rather than manual work. With this in mind, most app creation that supports REST API's will be continued here.

Shuffle OpenAPI

Support

External contributions

App magicians

OpenAPI creators

License

All apps, workflows and modular parts of Shuffle including our App SDK is under licensed under MIT, meaning you can freely use it anywhere in any way you want.

Contributing

Contributing guidelines for outlined here.

About

Apps to be used for Shuffle automation

https://shuffler.io

License:MIT License


Languages

Language:Python 91.2%Language:Dockerfile 7.8%Language:Shell 0.9%Language:PowerShell 0.1%