Recommended RAM - Use along with blue lab #14
-
Hey there! Awesome work, thanks for your contribution! I have two quick questions.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey, sorry for the delay in the response here, been busy with the holidays and end of year stuff. To answer your first question, I ran everything on a host with 16gigs of RAM... I'm not sure what the minimal RAM would be, but you can always change how much each host uses if you think it's too much! To answer the second, this was actually based on AttackRange. If you look back in the commits it was the attack range, then I slowly converted it into its completely own project. I felt like there were already great blue-team tools like DetectionLab & AttackRange, and I needed something Red Team centric. I pulled all the AttackRange stuff out because I didn't want to have extra dependencies and bloat, and also didn't want to steal their work or have licensing issues, but you could probably add it back in pretty easily since their work is just Vagrant & Ansible scripts. |
Beta Was this translation helpful? Give feedback.
Hey, sorry for the delay in the response here, been busy with the holidays and end of year stuff.
To answer your first question, I ran everything on a host with 16gigs of RAM... I'm not sure what the minimal RAM would be, but you can always change how much each host uses if you think it's too much!
To answer the second, this was actually based on AttackRange. If you look back in the commits it was the attack range, then I slowly converted it into its completely own project. I felt like there were already great blue-team tools like DetectionLab & AttackRange, and I needed something Red Team centric. I pulled all the AttackRange stuff out because I didn't want to have extra dependencies and…