Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
main
Anthropic-Cybersecurity-Skills
/
skills
/
analyzing-powershell-script-block-logging
下载当前目录
C
claude[bot]
fix: replace word-split tags with domain-specific cybersecurity tags
fbc47b7a
创建于
4月21日
历史提交
文件
最后提交记录
最后更新时间
references
Add folder anatomy (scripts/agent.py + references/api-reference.md) for 648 cybersecurity skills Complete skill folder anatomy across all cybersecurity skills: - scripts/agent.py: 80-150 line Python agents using real libraries (impacket, boto3, azure-mgmt-*, kubernetes, pefile, yara, scapy, shodan, stix2, etc.) - references/api-reference.md: real API documentation with method signatures - LICENSE: MIT license for all skill folders
2 个月前
scripts
Add folder anatomy (scripts/agent.py + references/api-reference.md) for 648 cybersecurity skills Complete skill folder anatomy across all cybersecurity skills: - scripts/agent.py: 80-150 line Python agents using real libraries (impacket, boto3, azure-mgmt-*, kubernetes, pefile, yara, scapy, shodan, stix2, etc.) - references/api-reference.md: real API documentation with method signatures - LICENSE: MIT license for all skill folders
2 个月前
LICENSE
chore: fix license, add disclaimer, quick start, GitHub topics, issue templates
2 个月前
SKILL.md
fix: replace word-split tags with domain-specific cybersecurity tags Three SKILL.md files had tags that were simply words split from the skill name (e.g., "analyzing", "block", "with", "logs") rather than meaningful discovery keywords. Replace with domain-specific terms that agents and search tools can actually use for routing. - analyzing-powershell-script-block-logging: [powershell, script-block-logging, event-id-4104, obfuscation-detection, windows-forensics, endpoint-security] - analyzing-azure-activity-logs-for-threats: [azure, cloud-security, azure-monitor, kql, threat-hunting, activity-logs] - analyzing-memory-forensics-with-lime-and-volatility: [memory-forensics, linux-forensics, lime, volatility, incident-response, kernel-modules] Co-Authored-By: Claude Code <noreply@anthropic.com>
1 个月前