clong / DetectionLab

Automate the creation of a lab environment complete with security tooling and logging best practices
MIT License
4.57k stars 978 forks source link

"As of 2023-01-01, DetectionLab is no longer being actively maintained". What is an alternative? #885

Open SurinameClubcard opened 1 year ago

SurinameClubcard commented 1 year ago

I am searching for an equivalent of DetectionLab, now that it is no longer being maintained.

What alternatives are recommended?

pr0b3r7 commented 1 year ago

Hi @SurinameClubcard - Though they're not the same, you can find a comparison available in the README.md of AzAD. AzAD project will enable you to deploy an AD environment (https://github.com/christophetd/Adaz) in Azure and it is very well documented in this blogpost: https://blog.christophetd.fr/automating-the-provisioning-of-active-directory-labs-in-azure/ The fact that is well documented could enable you (with some work on your part) also, to learn how to write Infrastructure as code and potentially maintain a fork of either AzAD or DetectionLab. I know this is not a full solution to your issue, but figured to provide the idea :)

dagar741 commented 1 year ago

Splunk Attack Range is pretty similar: https://github.com/splunk/attack_range/ I wish that it had support for vmware, but hopefully soon.

security-companion commented 1 year ago

Hi, I created a fork to work on future maintenance for detectionlab, https://github.com/DetectionLab/DetectionLab

dagar741 commented 1 year ago

Did you remove that repo? I can't get to it now.

security-companion commented 1 year ago

Hey, yes I removed it, please see issue #891 https://github.com/security-companion/DetectionLab is for pull request 875 Greetings