This project performs a cybersecurity risk assessment using the ISO 27001 framework.
It evaluates risks based on Impact, Likelihood, and Mitigation Strategies.
- ✅ Automated Risk Calculation
- ✅ ISO 27001 Compliant Risk Matrix
- ✅ Python Script for Risk Analysis
- ✅ CSV Export of Risk Assessment Results
git clone https://github.com/lucrece456/iso-27001-risk-assessment.git
cd iso-27001-risk-assessment
2️⃣ Install Dependencies
python3 -m venv venv
source venv/bin/activate
pip install pandas openpyxl
3️⃣ Run the Risk Assessment
python risk_assessment.py
Risk assessment completed! Check risk_results.csv
🔗 Contributions
• Open for additional risk scenarios, automation improvements, and compliance integrations! 🚀
1. **Save the file in nano**:
- Press `CTRL + X`, then `Y`, then `Enter`.
---
## **🔹 Step 4: Add & Commit README.md**
Now that README.md is created, add it to Git:
```bash
git add README.md