diff --git a/README.md b/README.md index 928ebc0655..5bb96eaca5 100644 --- a/README.md +++ b/README.md @@ -104,16 +104,17 @@ Every AWS provider scan will enqueue an Attack Paths ingestion job automatically | Provider | Checks | Services | [Compliance Frameworks](https://docs.prowler.com/projects/prowler-open-source/en/latest/tutorials/compliance/) | [Categories](https://docs.prowler.com/projects/prowler-open-source/en/latest/tutorials/misc/#categories) | Support | Interface | |---|---|---|---|---|---|---| -| AWS | 584 | 85 | 40 | 17 | Official | UI, API, CLI | -| GCP | 89 | 17 | 14 | 5 | Official | UI, API, CLI | -| Azure | 169 | 22 | 15 | 8 | Official | UI, API, CLI | -| Kubernetes | 84 | 7 | 6 | 9 | Official | UI, API, CLI | +| AWS | 584 | 84 | 40 | 17 | Official | UI, API, CLI | +| Azure | 169 | 22 | 16 | 12 | Official | UI, API, CLI | +| GCP | 100 | 17 | 14 | 7 | Official | UI, API, CLI | +| Kubernetes | 84 | 7 | 7 | 9 | Official | UI, API, CLI | | GitHub | 20 | 2 | 1 | 2 | Official | UI, API, CLI | -| M365 | 70 | 7 | 3 | 2 | Official | UI, API, CLI | -| OCI | 52 | 15 | 1 | 12 | Official | UI, API, CLI | -| Alibaba Cloud | 63 | 10 | 1 | 9 | Official | CLI | +| M365 | 71 | 7 | 4 | 3 | Official | UI, API, CLI | +| OCI | 52 | 14 | 1 | 12 | Official | UI, API, CLI | +| Alibaba Cloud | 64 | 9 | 2 | 9 | Official | UI, API, CLI | +| Cloudflare | 23 | 2 | 0 | 5 | Official | CLI | | IaC | [See `trivy` docs.](https://trivy.dev/latest/docs/coverage/iac/) | N/A | N/A | N/A | Official | UI, API, CLI | -| MongoDB Atlas | 10 | 4 | 0 | 3 | Official | UI, API, CLI | +| MongoDB Atlas | 10 | 3 | 0 | 3 | Official | UI, API, CLI | | LLM | [See `promptfoo` docs.](https://www.promptfoo.dev/docs/red-team/plugins/) | N/A | N/A | N/A | Official | CLI | | NHN | 6 | 2 | 1 | 0 | Unofficial | CLI | diff --git a/docs/introduction.mdx b/docs/introduction.mdx index 6d62c07e5b..eee557b4fc 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -31,12 +31,13 @@ The supported providers right now are: | [Kubernetes](/user-guide/providers/kubernetes/getting-started-k8s) | Official | Clusters | UI, API, CLI | | [M365](/user-guide/providers/microsoft365/getting-started-m365) | Official | Tenants | UI, API, CLI | | [Github](/user-guide/providers/github/getting-started-github) | Official | Organizations / Repositories | UI, API, CLI | -| [Oracle Cloud](/user-guide/providers/oci/getting-started-oci) | Official | Tenancies / Compartments | UI, API, CLI | -| [Cloudflare](/user-guide/providers/cloudflare/getting-started-cloudflare) | Official | Accounts | CLI | -| [Infra as Code](/user-guide/providers/iac/getting-started-iac) | Official | Repositories | UI, API, CLI | -| [MongoDB Atlas](/user-guide/providers/mongodbatlas/getting-started-mongodbatlas) | Official | Organizations | UI, API, CLI | -| [LLM](/user-guide/providers/llm/getting-started-llm) | Official | Models | CLI | -| **NHN** | Unofficial | Tenants | CLI | +| [Oracle Cloud](/user-guide/providers/oci/getting-started-oci) | Official | Tenancies / Compartments | UI, API, CLI | +| [Alibaba Cloud](/user-guide/providers/alibabacloud/getting-started-alibabacloud) | Official | Accounts | UI, API, CLI | +| [Cloudflare](/user-guide/providers/cloudflare/getting-started-cloudflare) | Official | Accounts | CLI | +| [Infra as Code](/user-guide/providers/iac/getting-started-iac) | Official | Repositories | UI, API, CLI | +| [MongoDB Atlas](/user-guide/providers/mongodbatlas/getting-started-mongodbatlas) | Official | Organizations | UI, API, CLI | +| [LLM](/user-guide/providers/llm/getting-started-llm) | Official | Models | CLI | +| **NHN** | Unofficial | Tenants | CLI | For more information about the checks and compliance of each provider visit [Prowler Hub](https://hub.prowler.com). diff --git a/prowler/AGENTS.md b/prowler/AGENTS.md index 961b5fd1bd..4667ba8a28 100644 --- a/prowler/AGENTS.md +++ b/prowler/AGENTS.md @@ -32,7 +32,7 @@ When performing these actions, ALWAYS invoke the corresponding skill FIRST: ## Project Overview -The Prowler SDK is the core Python engine powering cloud security assessments across AWS, Azure, GCP, Kubernetes, GitHub, M365, and more. It includes 1000+ security checks and 30+ compliance frameworks. +The Prowler SDK is the core Python engine powering cloud security assessments across AWS, Azure, GCP, Kubernetes, GitHub, M365, and more. It includes 1100+ security checks and 85+ compliance frameworks. --- diff --git a/skills/prowler-compliance/SKILL.md b/skills/prowler-compliance/SKILL.md index 0a1a14541d..1853d23d8b 100644 --- a/skills/prowler-compliance/SKILL.md +++ b/skills/prowler-compliance/SKILL.md @@ -34,6 +34,7 @@ Frameworks are JSON files located in: `prowler/compliance/{provider}/{framework_ - `github` - GitHub - `m365` - Microsoft 365 - `alibabacloud` - Alibaba Cloud +- `cloudflare` - Cloudflare - `oraclecloud` - Oracle Cloud - `oci` - Oracle Cloud Infrastructure - `nhn` - NHN Cloud diff --git a/skills/prowler-provider/SKILL.md b/skills/prowler-provider/SKILL.md index 3c8a0f5433..994d134776 100644 --- a/skills/prowler-provider/SKILL.md +++ b/skills/prowler-provider/SKILL.md @@ -117,6 +117,7 @@ Current providers: - M365 (Microsoft 365) - OracleCloud (Oracle Cloud Infrastructure) - AlibabaCloud +- Cloudflare - MongoDB Atlas - NHN (NHN Cloud) - LLM (Language Model providers) diff --git a/skills/prowler/SKILL.md b/skills/prowler/SKILL.md index a9294708fb..2ef6f2fb4d 100644 --- a/skills/prowler/SKILL.md +++ b/skills/prowler/SKILL.md @@ -46,7 +46,7 @@ docker-compose up -d ## Providers -AWS, Azure, GCP, Kubernetes, GitHub, M365, OCI, AlibabaCloud, MongoDB Atlas, IaC +AWS, Azure, GCP, Kubernetes, GitHub, M365, OCI, AlibabaCloud, Cloudflare, MongoDB Atlas, NHN, LLM, IaC ## Commit Style