用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/dandye/adk_runbooks --skill url-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 | url-get-secops-threat-intel |
| description | Use when querying SecOps threat intelligence indicators for a specific URL. |
| category | atomic |
| version | 1.0.0 |
| type | Skill |
| title | Skill: Atomic Runbook: Get URL Threat Intel via SecOps MCP |
| generated | {"by":"process:google-labs-jules","at":"2026-08-20T02:00:00Z"} |
ID: RB-ATOM-URL-002
Version: 1.0
Last_Updated: 2025-05-30
Purpose: To retrieve general threat intelligence about a URL using the Chronicle secops-mcp get_threat_intel tool. This is often used for broader context or as an alternative if specialized URL analysis tools are inconclusive.
Parent_Runbook(s)/Protocol(s): rules-bank/indicator_handling_protocols.md#url-indicator, rb_url_get_gti_report.md (as potential next step)
Trigger: When a URL requires external threat intelligence, possibly after a GTI check, or if narrative context is desired.
url: string - The URL 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 URL {url}"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., "phishing link", "malware download", "benign redirect").output_status: string - ["Success", "Failure"]output_message: string (if Failure).output_status is "Success":
secops_ti_summary contains "known malicious URL", "phishing page", "drive-by download" THEN
secops_ti_summary contains "suspicious redirect", "adware-related", "potential risk" OR (gti_confidence was "Unknown_Reputation_GTI" AND summary is not explicitly benign) THEN
rb_url_search_chronicle.md.rb_url_search_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.md (future URL section)rules-bank/ai_performance_logging_requirements.md