用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/dandye/adk_runbooks --skill ip-get-secops-threat-intel命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
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.
| name | ip-get-secops-threat-intel |
| description | Use when querying Chronicle SecOps threat intelligence feeds for an IP address. |
| category | atomic |
| version | 1.0.0 |
| type | Skill |
| title | Skill: Atomic Runbook: Get IP Address Threat Intel via SecOps MCP |
| generated | {"by":"process:google-labs-jules","at":"2026-08-20T02:00:00Z"} |
ID: RB-ATOM-IP-002
Version: 1.0
Last_Updated: 2025-05-30
Purpose: To retrieve general threat intelligence about an IP address using the Chronicle secops-mcp get_threat_intel tool, often as a secondary check or when more narrative context is needed.
Parent_Runbook(s)/Protocol(s): rules-bank/indicator_handling_protocols.md#1-atomic-indicator-ip-address, rb_ip_get_gti_report.md (as potential next step)
Trigger: When an IP address requires external reputation/threat intelligence, potentially after an initial check with a more specialized tool like GTI, or if broader textual context is desired.
ip_address: string - The IP address to query.
rb_ip_get_gti_report.md if further context is needed.gti_confidence (optional): string - Confidence level from a preceding GTI check (e.g., "Low_Risk_GTI", "Medium_Risk_GTI_Needs_Correlation"). Used for context.secops-mcpget_threat_intelip_address (Input) to the query for the MCP Tool. Construct a query string.
query: "Provide threat intelligence summary for IP address {ip_address}"get_threat_intel tool with the constructed query.
rules-bank/mcp_tool_best_practices.md for specific guidance on get_threat_intel.secops_ti_summary: string - The textual threat intelligence summary provided by the get_threat_intel tool.identified_keywords: list (optional) - List of keywords extracted by AI from the summary (e.g., "malware", "C2", "benign", "scanning activity").output_status: string - ["Success", "Failure"]output_message: string (if Failure) - Details of the issue.output_status is "Success":
secops_ti_summary contains keywords like "known malicious", "C2 server", "high confidence threat" THEN
secops_ti_summary contains keywords like "potentially unwanted", "suspicious activity", "mixed reputation" OR (gti_confidence was "Medium_Risk_GTI_Needs_Correlation" AND summary is not explicitly benign) THEN
rb_ip_lookup_entity_chronicle.md).output_status is "Failure"):
output_message.secops_ti_summary to extract identified_keywords if this output is to be used for further automated branching.rb_ip_get_gti_report.md, that context should be logged.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