├── LICENSE ├── README.md ├── code └── readme.md ├── images ├── KULQlzAg.png ├── Logo-Transparent for Black BG.png ├── Mode-changer.gif ├── Part3.png ├── SIEM-3.png ├── hive-cortex.PNG ├── hive-misp.PNG ├── image ├── shuffle-workflow.PNG └── simpler-soc.png ├── installation ├── Shuffle-install.md ├── beats.md ├── elastic-edr.md ├── install1.md └── install2.md ├── integration └── integration.md └── modifed └── test.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackPerl-DFIR/SOC-OpenSource/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackPerl-DFIR/SOC-OpenSource/HEAD/README.md -------------------------------------------------------------------------------- /code/readme.md: -------------------------------------------------------------------------------- 1 | This is a test 2 | -------------------------------------------------------------------------------- /images/KULQlzAg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackPerl-DFIR/SOC-OpenSource/HEAD/images/KULQlzAg.png -------------------------------------------------------------------------------- /images/Logo-Transparent for Black BG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackPerl-DFIR/SOC-OpenSource/HEAD/images/Logo-Transparent for Black BG.png -------------------------------------------------------------------------------- /images/Mode-changer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackPerl-DFIR/SOC-OpenSource/HEAD/images/Mode-changer.gif -------------------------------------------------------------------------------- /images/Part3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackPerl-DFIR/SOC-OpenSource/HEAD/images/Part3.png -------------------------------------------------------------------------------- /images/SIEM-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackPerl-DFIR/SOC-OpenSource/HEAD/images/SIEM-3.png -------------------------------------------------------------------------------- /images/hive-cortex.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackPerl-DFIR/SOC-OpenSource/HEAD/images/hive-cortex.PNG -------------------------------------------------------------------------------- /images/hive-misp.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackPerl-DFIR/SOC-OpenSource/HEAD/images/hive-misp.PNG -------------------------------------------------------------------------------- /images/image: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /images/shuffle-workflow.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackPerl-DFIR/SOC-OpenSource/HEAD/images/shuffle-workflow.PNG -------------------------------------------------------------------------------- /images/simpler-soc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackPerl-DFIR/SOC-OpenSource/HEAD/images/simpler-soc.png -------------------------------------------------------------------------------- /installation/Shuffle-install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackPerl-DFIR/SOC-OpenSource/HEAD/installation/Shuffle-install.md -------------------------------------------------------------------------------- /installation/beats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackPerl-DFIR/SOC-OpenSource/HEAD/installation/beats.md -------------------------------------------------------------------------------- /installation/elastic-edr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackPerl-DFIR/SOC-OpenSource/HEAD/installation/elastic-edr.md -------------------------------------------------------------------------------- /installation/install1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackPerl-DFIR/SOC-OpenSource/HEAD/installation/install1.md -------------------------------------------------------------------------------- /installation/install2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackPerl-DFIR/SOC-OpenSource/HEAD/installation/install2.md -------------------------------------------------------------------------------- /integration/integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackPerl-DFIR/SOC-OpenSource/HEAD/integration/integration.md -------------------------------------------------------------------------------- /modifed/test.md: -------------------------------------------------------------------------------- 1 | This is a test file 2 | --------------------------------------------------------------------------------