用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/dandye/adk_runbooks --skill ip-get-gti-report命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | ip-get-gti-report |
| description | Use when fetching GTI reputation, ASN, and geolocation details for an IP address. |
| category | atomic |
| version | 1.0.0 |
| type | Skill |
| title | Skill: Atomic Runbook: Get IP Address Reputation from GTI |
| generated | {"by":"process:google-labs-jules","at":"2026-08-20T02:00:00Z"} |
ID: RB-ATOM-IP-001
Version: 1.0
Last_Updated: 2025-05-30
Purpose: To retrieve a comprehensive IP address analysis report from Google Threat Intelligence (GTI) to assess its reputation.
Parent_Runbook(s)/Protocol(s): rules-bank/indicator_handling_protocols.md#1-atomic-indicator-ip-address
Trigger: When an IP address requires an external reputation check as part of an investigation or triage process.
ip_address: string - The IP address to query.
source.ip, destination.ip, principal.ip, target.ip; Output from another runbook.Google Threat Intelligence MCPget_ip_address_reportip_address (Input) to MCP Tool parameter ip_address.get_ip_address_report tool with the mapped ip_address.
rules-bank/mcp_tool_best_practices.md for specific guidance on GTI tools.data.attributes.last_analysis_stats (especially malicious), data.attributes.categories, data.attributes.as_owner, and data.attributes.country.gti_ip_report: JSON - The full JSON report from the GTI get_ip_address_report tool.malicious_score: integer - The number of engines reporting the IP as malicious (extracted from gti_ip_report.data.attributes.last_analysis_stats.malicious).harmless_score: integer - The number of engines reporting the IP as harmless (extracted from gti_ip_report.data.attributes.last_analysis_stats.harmless).suspicious_score: integer - The number of engines reporting the IP as suspicious (extracted from gti_ip_report.data.attributes.last_analysis_stats.suspicious).categories: list - List of categories assigned to the IP by GTI (e.g., "malware", "phishing").as_owner: string - The AS owner of the IP.country: string - The country associated with the IP.output_status: string - ["Success", "Failure"]output_message: string (if Failure) - Details of the issue (e.g., "API error", "Invalid IP format").output_status is "Success":
malicious_score > 5 OR "malware" IN categories OR "phishing" IN categories THEN
malicious_score > 0 OR suspicious_score > 0 THEN
rb_ip_lookup_entity_chronicle.md).output_status is "Failure"):
output_message.rb_ip_get_secops_threat_intel.md as an alternative.ip_address is a valid IPv4 or IPv6 address.gti_ip_report to extract the specific output parameters listed above.output_status, malicious_score, harmless_score, suspicious_score.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