用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/dandye/adk_runbooks --skill domain-get-gti-report命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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 | domain-get-gti-report |
| description | Use when fetching GTI threat reputation and WHOIS intelligence for a specific domain name. |
| category | atomic |
| version | 1.0.0 |
| type | Skill |
| title | Skill: Atomic Runbook: Get Domain Reputation from GTI |
| generated | {"by":"process:google-labs-jules","at":"2026-08-20T02:00:00Z"} |
ID: RB-ATOM-DOMAIN-001
Version: 1.0
Last_Updated: 2025-05-30
Purpose: To retrieve a comprehensive domain analysis report from Google Threat Intelligence (GTI) to assess its reputation, resolution history, and categorization.
Parent_Runbook(s)/Protocol(s): rules-bank/indicator_handling_protocols.md#2-atomic-indicator-domain-name--fqdn
Trigger: When a domain name or FQDN requires an external reputation check as part of an investigation or triage process.
domain_name: string - The domain name or FQDN to query.
target.hostname, network.dns.question.name; IOC lists; Output from another runbook.Google Threat Intelligence MCPget_domain_reportdomain_name (Input) to MCP Tool parameter domain.get_domain_report tool with the mapped domain_name.
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.whois, and data.attributes.resolutions.gti_domain_report: JSON - The full JSON report from the GTI get_domain_report tool.malicious_score: integer - The number of engines reporting the domain as malicious (extracted from gti_domain_report.data.attributes.last_analysis_stats.malicious).harmless_score: integer - The number of engines reporting the domain as harmless.suspicious_score: integer - The number of engines reporting the domain as suspicious.categories: list - List of categories assigned to the domain by GTI (e.g., "malware", "phishing", "benign").resolutions: list - List of IP addresses the domain has resolved to historically.whois_registrar: string (optional) - Registrar from WHOIS data.whois_creation_date: string/timestamp (optional) - Creation date from WHOIS.output_status: string - ["Success", "Failure"]output_message: string (if Failure) - Details of the issue (e.g., "API error", "Invalid domain format").output_status is "Success":
malicious_score > 5 OR "malware" IN categories OR "phishing" IN categories THEN
resolutions, consider initiating RB-ATOM-IP-001 (Get IP Reputation From GTI).malicious_score > 0 OR suspicious_score > 0 THEN
rb_domain_lookup_entity_chronicle.md and for each IP in resolutions, consider RB-ATOM-IP-001.rb_domain_lookup_entity_chronicle.md.output_status is "Failure"):
output_message.rb_domain_get_secops_threat_intel.md as an alternative.domain_name is a valid domain/FQDN.gti_domain_report to extract the specific output parameters.whois_creation_date) combined with malicious indicators, as this can be a sign of a new threat campaign.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