You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All public apps are available in the search, engine either in your local instance or on [https://shuffler.io/search?tab=apps](https://shuffler.io/search?tab=apps). This is a repository for apps to be used in [Shuffle](https://github.com/frikky/shuffle)
2
+
All public apps are available in the search, engine either in your local instance or on [https://shuffler.io/search?tab=apps](https://shuffler.io/search?tab=apps). This is a repository for apps to be used in [Shuffle](https://github.com/shuffle/shuffle)
3
3
4
-
**PS:** These apps should be valid with WALKOFF (from NSA), but the SDK is different, meaning you have to change the FIRST line in each Dockerfile (FROM frikky/shuffle:app_sdk) to make it compatible with Shuffle.
4
+
**PS:** These apps should be valid with WALKOFF (from NSA), but the SDK is different, meaning you have to change the FIRST line in each Dockerfile (FROM shuffle/shuffle:app_sdk) to make it compatible with Shuffle.
5
5
6
6
## App Creation
7
7
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.
*[Apps in progress](https://github.com/frikky/Shuffle-apps/projects/1)
14
+
*[Apps in progress](https://github.com/shuffle/shuffle-apps/projects/1)
15
15
16
16
### Categories
17
17
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.
18
-
1.[Communication](https://github.com/frikky/Shuffle-apps/issues/26) - Any way to chat; WhatsApp, SMS, Email etc.
19
-
2.[Case Management](https://github.com/frikky/Shuffle-apps/issues/22) - The central hub for operation teams.
20
-
3.[SIEM](https://github.com/frikky/Shuffle-apps/issues/21) - Search engine for logs in an enterprise. Used to find evil.
21
-
4.[Assets](https://github.com/frikky/Shuffle-apps/issues/25) - Discover endpoint information. Vulnerabilities, owners, departments etc.
22
-
5.[IAM](https://github.com/frikky/Shuffle-apps/issues/86) - Access Management. Active Directory, Google Workspaces, Single Sign-on etc.
23
-
6.[Intelligence](https://github.com/frikky/Shuffle-apps/issues/24) - Typically a vendor explaining what you should be looking for.
24
-
7.[Network](https://github.com/frikky/Shuffle-apps/issues/27) - Anything BETWEEN your connected devices. Firewalls, WAF, Switches, Bluetooth...
25
-
8.[Eradication](https://github.com/frikky/Shuffle-apps/issues/23) - Control machines directly to eradicate evil. Hard and undefined (EDR & AV)
18
+
1.[Communication](https://github.com/shuffle/shuffle-apps/issues/26) - Any way to chat; WhatsApp, SMS, Email etc.
19
+
2.[Case Management](https://github.com/shuffle/shuffle-apps/issues/22) - The central hub for operation teams.
20
+
3.[SIEM](https://github.com/shuffle/shuffle-apps/issues/21) - Search engine for logs in an enterprise. Used to find evil.
21
+
4.[Assets](https://github.com/shuffle/shuffle-apps/issues/25) - Discover endpoint information. Vulnerabilities, owners, departments etc.
22
+
5.[IAM](https://github.com/shuffle/shuffle-apps/issues/86) - Access Management. Active Directory, Google Workspaces, Single Sign-on etc.
23
+
6.[Intelligence](https://github.com/shuffle/shuffle-apps/issues/24) - Typically a vendor explaining what you should be looking for.
24
+
7.[Network](https://github.com/shuffle/shuffle-apps/issues/27) - Anything BETWEEN your connected devices. Firewalls, WAF, Switches, Bluetooth...
25
+
8.[Eradication](https://github.com/shuffle/shuffle-apps/issues/23) - Control machines directly to eradicate evil. Hard and undefined (EDR & AV)
26
26
27
27
## OpenAPI
28
28
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.
@@ -32,23 +32,23 @@ Apps in this repository are mostly manually made. Shuffle is striving for standa
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.
52
52
53
53
# Contributing
54
-
Contributing guidelines for outlined [here](https://github.com/frikky/Shuffle/blob/master/.github/CONTRIBUTING.md).
54
+
Contributing guidelines for outlined [here](https://github.com/shuffle/shuffle/blob/master/.github/CONTRIBUTING.md).
0 commit comments