用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/dandye/adk_runbooks --skill hash-get-secops-threat-intel命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when evaluating threat detection opportunities (TDOs), generating synthetic UDM events, evaluating Chronicle rule coverage, and drafting YARA-L 2.0 rules.
Use when hunting for advanced persistent threat (APT) actor activity, tools, and infrastructure.
Use when hunting for lateral movement via PsExec, WMI, remote scheduled tasks, or WinRM.
正在显示 SKILL.md
| name | hash-get-secops-threat-intel |
| description | Use when retrieving SecOps threat intelligence matches for a SHA256, SHA1, or MD5 hash. |
| category | atomic |
| version | 1.0.0 |
| type | Skill |
| title | Skill: Atomic Runbook: Get File Hash Threat Intel via SecOps MCP |
| generated | {"by":"process:google-labs-jules","at":"2026-08-20T02:00:00Z"} |
ID: RB-ATOM-HASH-002
Version: 1.0
Last_Updated: 2025-05-30
Purpose: To retrieve general threat intelligence about a file hash using the Chronicle secops-mcp get_threat_intel tool. This serves as a supplementary check for narrative context or an alternative if specialized tools yield no results.
Parent_Runbook(s)/Protocol(s): rules-bank/indicator_handling_protocols.md#3-atomic-indicator-file-hash, rb_hash_get_gti_report.md (as potential next step)
Trigger: When a file hash requires external threat intelligence, possibly after a GTI check, or if broader textual context is needed.
file_hash: string - The file hash (MD5, SHA1, or SHA256) to query.
gti_confidence (optional): string - Confidence from a preceding GTI check (e.g., "Unknown_Reputation_GTI").secops-mcpget_threat_intelquery: "Provide threat intelligence summary for file hash {file_hash}"get_threat_intel with the query.
rules-bank/mcp_tool_best_practices.md.secops_ti_summary: string - Textual threat intelligence summary.identified_keywords: list (optional) - Keywords extracted by AI (e.g., "malware", "dropper", "benign utility").output_status: string - ["Success", "Failure"]output_message: string (if Failure).output_status is "Success":
secops_ti_summary contains "known malicious", "malware family", "trojan" THEN
rb_hash_lookup_entity_chronicle.md.secops_ti_summary contains "suspicious", "hacktool", "PUA" OR (gti_confidence was "Unknown_Reputation_GTI" AND summary is not explicitly benign) THEN
rb_hash_lookup_entity_chronicle.md.rb_hash_lookup_entity_chronicle.md.output_status is "Failure"):
output_message.secops_ti_summary for identified_keywords.gti_confidence should inform interpretation.output_status.rules-bank/ai_performance_logging_requirements.md)rules-bank/mcp_tool_best_practices.mdrules-bank/indicator_handling_protocols.mdrules-bank/ai_performance_logging_requirements.md