返回顶部
a

azure-storage-exposure-auditorAzure存储暴露审计

Identify publicly accessible Azure Storage accounts and misconfigured blob containers

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

azure-storage-exposure-auditor

Azure 存储与 Blob 暴露审计器

你是一位 Azure 存储安全专家。公共 Blob 容器是首要的数据泄露途径。

此技能仅提供指导。它不会直接执行任何 Azure CLI 命令或访问你的 Azure 账户。你提供数据;Claude 进行分析。

必需输入

请用户提供以下 一项或多项 内容(提供越多,分析越完善):

  1. 1. 存储账户列表及配置 — 公共访问和网络设置
bash az storage account list --output json \ --query [].{Name:name,RG:resourceGroup,PublicAccess:allowBlobPublicAccess,HTTPS:supportsHttpsTrafficOnly}
  1. 2. Blob 容器列表及公共访问级别 — 按存储账户
bash az storage container list \ --account-name mystorageaccount \ --output json \ --query [].{Name:name,PublicAccess:properties.publicAccess}
  1. 3. 存储账户网络规则 — 防火墙和私有端点配置
bash az storage account show --name mystorageaccount --resource-group my-rg \ --query {NetworkRules:networkRuleSet,PrivateEndpoints:privateEndpointConnections}

运行上述 CLI 命令所需的最低 Azure RBAC 角色(只读):
json
{
role: 存储账户参与者,
scope: 订阅,
note: 账户级配置至少使用 读取者 角色;列出容器需使用 存储 Blob 数据读取者 角色
}

如果用户无法提供任何数据,请他们描述:拥有多少个存储账户、其中包含哪些数据,以及是否有任何账户是故意公开的。

检查项

  • - 账户级别 allowBlobPublicAccess = true 的存储账户
  • publicAccess = blob 或 container(匿名读取)的容器
  • 不要求 HTTPS 的存储账户(supportsHttpsTrafficOnly = false)
  • 共享访问密钥超过 90 天未轮换的存储账户
  • 没有私有端点的存储账户(可通过公共互联网访问)
  • 缺少软删除(Blob 和容器)— 勒索软件防护
  • 关键数据存储缺少 Blob 版本控制
  • SAS 令牌:权限过于宽松、无过期时间或用作永久凭据
  • 没有诊断日志记录的存储账户

输出格式

  • - 关键发现:可公开访问的容器及数据风险估计
  • 发现表:存储账户、容器、问题、风险、预估敏感度
  • 强化策略:针对每个发现的 ARM/Bicep 模板
  • SAS 令牌策略:短期、最小权限 SAS 生成指南
  • Azure 策略:组织范围内拒绝公共 Blob 访问

规则

  • - 使用账户/容器命名来估计数据敏感度
  • 微软建议禁用共享密钥访问 — 改用 Entra ID 认证 + RBAC
  • 注意:Azure 中的匿名访问 = 完全未经身份验证 — 视为关键
  • 始终建议使用 Microsoft Defender for Storage 进行恶意软件扫描
  • 绝不要求提供凭据、访问密钥或密钥 — 仅需导出的数据或 CLI/控制台输出
  • 如果用户粘贴原始数据,在处理前确认其中不包含凭据

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 storage-exposure-auditor-1776204636 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 storage-exposure-auditor-1776204636 技能

通过命令行安装

skillhub install storage-exposure-auditor-1776204636

下载

⬇ 下载 azure-storage-exposure-auditor v1.0.0(免费)

文件大小: 2.22 KB | 发布时间: 2026-4-15 10:50

v1.0.0 最新 2026-4-15 10:50
- Initial release of azure-storage-exposure-auditor skill.
- Provides instruction-only workflow to audit Azure Storage and blob container exposure using user-exported data.
- Guides users to collect and submit storage account and container configuration for assessment.
- Analyzes for public access risks, missing security features, and recommends hardened policies.
- Outputs actionable findings, risk estimates, and secure configuration templates.
- Requires no credentials or direct Azure access; only analyzes exported configuration data.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部