1 min to read
How to Install Kali Purple SOC Tools on Existing Kali Linux (Step-by-Step 2026)
Full NIST framework tool installation on any existing Kali Linux machine
When Kali org announced Kali-purple on the occassion of 10th anniversary,it was move from offensive security to defensive security. It announced with couple of interesting features viz:-
- SOC out of the box
- Security control design and testing
- Protection of small & Medium size environment
Refer official docs for more Kali Purple Official
Main interesting feature of Kali-purple is Tools are structured upon NIST Framework viz
- Identify
- Protect
- Detect
- Respond
- Recover
Suppose you already have Kali machine like me and wanna try kali purple specific tools or all SOC OOTB tools here comes commands :-
step 1: Update repository
sudo apt update
step 2: Upgrade system
sudo apt full-upgrade -y
step 3: To remove unnecessary lib installed during upgradation
sudo apt autoremove
suppose you want to install specific tool, then run single command viz
step 4: specific tool
sudo apt install kali-tools-identify -y
Or else if you want to install all 5 framework tools together then run following command
step 5: All 5 together
sudo apt install kali-tools-identify kali-tools-protect kali-tools-detect kali-tools-respond kali-tools-recover -y
After all these tools installation your kali menu will be same like previous
If you want to add those framework tools into kali menu then reinstall kali menu running this command
sudo apt install --reinstall kali-menu
Then restart your system using command or GUI method
sudo systemctl restart
Afterwards those framework tools will be added
Thanks for reading blog
Now keep learning,keep troubleshooting #troubleshooterclub
Work with me
Got a security challenge, architecture review, or just want to talk through something? Book a free 30-min call.
Comments