Skip to content

Commit e96348c

Browse files
authored
frikky -> shuffle changes
1 parent 0a2dee4 commit e96348c

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
# Shuffle Apps
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/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)
33

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.
55

66
## App Creation
77
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.
88

9-
![Shuffle-workflow-categories](https://github.com/frikky/shuffle-workflows/blob/master/images/categories_circle_dark.png)
9+
![Shuffle-workflow-categories](https://github.com/shuffle/shuffle-workflows/blob/master/images/categories_circle_dark.png)
1010

1111
### References
12-
* [App Development Process](https://github.com/frikky/shuffle-docs/blob/master/handbook/engineering/app_development.md)
12+
* [App Development Process](https://github.com/shuffle/shuffle-docs/blob/master/handbook/engineering/app_development.md)
1313
* [Python app documentation](https://shuffler.io/docs/app_creation)
14-
* [Apps in progress](https://github.com/frikky/Shuffle-apps/projects/1)
14+
* [Apps in progress](https://github.com/shuffle/shuffle-apps/projects/1)
1515

1616
### Categories
1717
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)
2626

2727
## OpenAPI
2828
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
3232
## Support
3333
* [Discord](https://discord.gg/B2CBzUm)
3434
* [Twitter](https://twitter.com/shuffleio)
35-
* [Email](mailto:frikky@shuffler.io)
36-
* [Open issue](https://github.com/frikky/Shuffle/issues/new)
35+
* [Email](mailto:support@shuffler.io)
36+
* [Open issue](https://github.com/shuffle/shuffle/issues/new)
3737
* [Shuffler.io](https://shuffler.io/contact)
3838

3939
## External contributions
40-
[**App magicians**](https://github.com/frikky/shuffle-apps)
41-
<a href="https://github.com/frikky/shuffle-apps/graphs/contributors">
42-
<img src="https://contrib.rocks/image?repo=frikky/shuffle-apps" />
40+
[**App magicians**](https://github.com/shuffle/shuffle-apps)
41+
<a href="https://github.com/shuffle/shuffle-apps/graphs/contributors">
42+
<img src="https://contrib.rocks/image?repo=shuffle/shuffle-apps" />
4343
</a>
4444

4545
[**OpenAPI creators**](https://github.com/frikky/security-openapis)
46-
<a href="https://github.com/frikky/shuffle-apps/graphs/contributors">
46+
<a href="https://github.com/shuffle/shuffle-apps/graphs/contributors">
4747
<img src="https://contrib.rocks/image?repo=frikky/security-openapis" />
4848
</a>
4949

5050
# License
5151
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.
5252

5353
# 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

Comments
 (0)