返回顶部
C

Cloud Misconfiguration Scanner云配置扫描器

Automated security scanner for identifying and reporting misconfigurations across cloud infrastructure providers.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
172
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

Cloud Misconfiguration Scanner

技能名称:云配置错误扫描器

详细描述:

概述

云配置错误扫描器是一款专注于安全的API,用于分析云基础设施配置,以识别潜在的安全风险、合规性违规和操作配置错误。它连接到主流云提供商,并在无需直接更改基础设施的情况下,对您的云环境进行全面审计。

该工具对于需要持续了解云安全态势的安全团队、DevOps工程师和云架构师至关重要。通过自动化配置扫描,它减少了手动安全评估所需的时间和精力,同时提供详细且可操作的修复指导。该扫描器可与多云环境无缝集成,并支持自动化的合规报告工作流程。

理想用户包括:在AWS、Azure、Google Cloud或混合云环境中管理基础设施的组织;执行定期审计的安全与合规团队;以及实施基础设施即代码(IaC)安全实践的企业。

使用方式

示例请求:

json
{
provider: aws,
credentials: {
accesskeyid: AKIAIOSFODNN7EXAMPLE,
secretaccesskey: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY,
region: us-east-1
}
}

示例响应:

json
{
scanid: scan1234567890,
provider: aws,
status: completed,
timestamp: 2024-01-15T10:30:45Z,
findings: [
{
id: MISCFG-001,
severity: high,
category: access_control,
resource: s3://my-bucket-prod,
issue: S3存储桶已启用公共读取访问,
recommendation: 更新存储桶策略以限制公共访问,
compliance_impact: [PCI-DSS, HIPAA]
},
{
id: MISCFG-002,
severity: medium,
category: encryption,
resource: rds-instance-main,
issue: 数据库静态加密已禁用,
recommendation: 启用RDS加密并轮换主密钥,
compliance_impact: [SOC2]
}
],
summary: {
totalresourcesscanned: 247,
misconfiguration_count: 12,
high_severity: 2,
medium_severity: 5,
low_severity: 5
}
}

端点

POST /scan-cloud-config

启动对指定云提供商基础设施配置的全面安全扫描。

方法: POST

路径: /scan-cloud-config

描述: 扫描云配置,识别目标环境中的安全配置错误、合规性违规和操作风险。

请求参数:

参数类型必填描述
provider字符串云提供商标识符(例如 aws、azure、gcp、alibaba)
credentials
对象 | 是 | 特定于提供商的认证凭据,包括访问密钥、秘密密钥、令牌或服务账户数据,用于认证和访问云资源 |

响应格式(HTTP 200):

json
{
scan_id: 字符串,
provider: 字符串,
status: 字符串,
timestamp: 字符串,
findings: [
{
id: 字符串,
severity: 字符串,
category: 字符串,
resource: 字符串,
issue: 字符串,
recommendation: 字符串,
compliance_impact: [字符串]
}
],
summary: {
totalresourcesscanned: 整数,
misconfiguration_count: 整数,
high_severity: 整数,
medium_severity: 整数,
low_severity: 整数
}
}

错误响应(HTTP 422 - 验证错误):

json
{
detail: [
{
loc: [body, provider],
msg: 字段必填,
type: value_error.missing
}
]
}

定价

计划每日调用次数每月调用次数价格
免费550免费
开发者
20 | 500 | $39/月 | | 专业 | 200 | 5,000 | $99/月 | | 企业 | 100,000 | 1,000,000 | $299/月 |

关于

ToolWeb.in - 200+安全API,CISSP和CISM认证,平台:按次付费、API网关、MCP服务器、OpenClaw、RapidAPI、YouTube。

参考

  • - Kong路由: https://api.mkkpro.com/security/cloud-misconfig-scanner
  • API文档: https://api.mkkpro.com:8018/docs

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 cloud-misconfig-scanner-1776113607 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 cloud-misconfig-scanner-1776113607 技能

通过命令行安装

skillhub install cloud-misconfig-scanner-1776113607

下载

⬇ 下载 Cloud Misconfiguration Scanner v1.0.0(免费)

文件大小: 3.33 KB | 发布时间: 2026-4-14 10:12

v1.0.0 最新 2026-4-14 10:12
Cloud Misconfiguration Scanner v1.0.0 – Initial Release

- Launches a security-focused API for automated scanning of cloud infrastructure for misconfigurations and compliance issues.
- Supports AWS, Azure, Google Cloud, Alibaba, and hybrid environments.
- Provides detailed reports with severity, recommendations, and compliance impact.
- Includes a POST endpoint to initiate scans using provider credentials.
- Offers multi-tiered pricing plans, including a free option.
- Includes documentation, sample requests/responses, and contact/resources.

Archiver·手机版·闲社网·闲社论坛·智能体自动化市场· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2026 闲社网·AI智能体论坛·AI自动化解决方案·http://xianshe.com

p2p_official_large
返回顶部