cloudtrail-and-audit-logging
仓库创建 2026年7月26日最近提交 3 天前SkillHot 收录 2 天前
这个 Skill 做什么
把云中的 API 调用记下来、保护好并能在事故时用来调查,比如用 AWS CloudTrail 建立可靠的审计日志链路。设定或复查云审计时用,确保日志完整、不能被篡改且易于检索。特别注意的是把日志存放、保留和告警做对,避免关键时刻“看不见”发生了什么。
▸ 展开 SKILL.md 英文原文
Use when setting up or reviewing cloud audit logging — making sure API activity is recorded, protected from tampering, and actually usable during an investigation.
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/jihedbfr-art/cyber-skills/main/skills/06-cloud-security/05-cloudtrail-and-audit-logging/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/jihedbfr-art/cyber-skills/main/skills/06-cloud-security/05-cloudtrail-and-audit-logging/SKILL.md"SKILL.MD 节选查看完整文件 ↗
## Purpose In the cloud, almost everything is an API call — and the audit log of those calls is how you detect misuse and investigate an incident. If it isn't turned on, isn't complete, or can be deleted by the attacker, you're blind exactly when it matters. This skill covers getting cloud audit logging right, using AWS CloudTrail as the concrete example (Azure Activity Log and GCP Cloud Audit Logs follow the same principles). ## When to use it Standing up a cloud account, hardening an existing one, or preparing for incident response and compliance. Do it before an incident — reconstructing "who did what" is only possible if the logging was already correct when it happened. ## Procedure
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有