AgentSecOps / AgentSecOps/SecOpsAgentKit

skill request: cloud security posture management — Prowler (AWS/GCP/Azure)

未关闭
#17 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
cloud-security compliance enhancement new-skill
主要语言
Python
星标
209
派生
39
PR 合并指标
30 天内没有已合并 PR

描述

## Summary

The repository has no cloud security skills. Cloud infrastructure is the dominant deployment target for modern applications, and misconfigurations in IAM policies, S3 buckets, security groups, and logging settings are consistently among the most exploited attack vectors (per Verizon DBIR and CISA advisories). [Prowler](https://github.com/prowler-cloud/prowler) is the leading open-source CSPM tool covering AWS, GCP, and Azure with 500+ checks.

## Requested Skill: `compliance/cspm-prowler`

### What to Cover

**Core workflows**:
1. Run a full posture assessment against AWS/GCP/Azure
2. Run scoped checks by compliance framework (CIS, PCI-DSS, SOC2, HIPAA, NIST)
3. Export findings as JSON/CSV/SARIF for DefectDojo ingestion
4. Filter by severity to surface critical misconfigs first

**Key check categories**:
- IAM: overly permissive policies, unused credentials, MFA enforcement, root account usage
- Storage: S3 public access, unencrypted buckets, logging disabled
- Networking: unrestricted security groups (0.0.0.0/0 on 22/3389), VPC flow logs disabled
- Logging: CloudTrail disabled, CloudWatch alarms not configured, Config rules missing
- Compute: IMDSv1 enabled, public AMIs, unencrypted EBS volumes

**Example commands**:
```bash
# Full AWS scan
prowler aws --output-formats json-asff html

# Scoped to PCI-DSS
prowler aws --compliance pci_dss_3.2.1

# Send to DefectDojo
prowler aws -M json | python3 skills/devsecops/vuln-defectdojo/scripts/import_findings.py \
--product "AWS Production" --engagement "Q2 Posture Review" --file -
```

### Frameworks to Map

| Framework | Prowler Compliance Key |
|---|---|
| CIS AWS Foundations Benchmark v2.0 | `cis_2.0_aws` |
| PCI-DSS v3.2.1 | `pci_dss_3.2.1` |
| SOC 2 | `soc2` |
| HIPAA | `hipaa` |
| NIST 800-53 | `nist_800_53_revision_5` |
| GDPR | `gdpr` |
| ISO 27001 | `iso27001_2013` |

### Integration with Existing Skills

- Pairs with `compliance/policy-opa` for preventative policy enforcement
- Findings can feed into `devsecops/vuln-defectdojo` for tracking over time
- Runtime detections can trigger `incident-response/ir-velociraptor`

## Why Prowler Over Alternatives

- Supports all 3 major cloud providers with a single CLI
- 100% open source (no SaaS required)
- Native output for all major compliance frameworks
- Active community (10k+ GitHub stars, weekly releases)

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。