Initial commit - 611 cybersecurity skills across all subdomains

This commit is contained in:
mukul975
2026-02-25 10:47:44 +01:00
commit 22a7ab1462
1765 changed files with 280648 additions and 0 deletions
@@ -0,0 +1,12 @@
# Standards — Cloud Infrastructure Penetration Testing
## Cloud Provider Policies
- AWS: https://aws.amazon.com/security/penetration-testing/
- Azure: https://learn.microsoft.com/en-us/azure/security/fundamentals/pen-testing
- GCP: https://cloud.google.com/terms/aup
## Frameworks
- CIS Benchmarks for AWS/Azure/GCP
- NIST SP 800-144: Guidelines on Security and Privacy in Public Cloud Computing
- CSA Cloud Controls Matrix (CCM)
- MITRE ATT&CK Cloud Matrix: https://attack.mitre.org/matrices/enterprise/cloud/
@@ -0,0 +1,13 @@
# Workflows — Cloud Infrastructure Penetration Testing
## Attack Flow
```
Cloud Credentials / Unauthenticated
├── IAM Enumeration (permissions, roles, policies)
├── Resource Discovery (compute, storage, serverless)
├── Privilege Escalation (IAM chaining, role assumption)
├── Data Access (storage buckets, databases, secrets)
├── Lateral Movement (cross-account, cross-service)
└── Impact Demonstration (data exfiltration proof)
```