← 返回 Skills 市场
VirusTotal Hash Analyzer
作者
Bryan-Project
· GitHub ↗
· v1.0.2
380
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install vt-hash-intel
功能描述
Instantly check if a file, URL, domain, or IP is malicious using VirusTotal. Paste any MD5/SHA1/SHA256 hash, URL, domain name, or IP address into the chat an...
安全使用建议
This skill appears to do what it says: it calls VirusTotal v3 endpoints using the VT_API_KEY you provide and returns JSON reports for hashes/URLs/domains/IPs. Consider the following before installing/using: (1) Any IOC you submit is sent to VirusTotal and may be logged/shared per their policy — do not submit sensitive secrets or private data you cannot disclose. (2) Provide an API key with appropriate rate/quota limits; do not use broader credentials than needed. (3) The script can read IOCs from a file when you pass --file: only supply files you intend to query (don’t point it at arbitrary system files). (4) The SKILL.md command looks for the skill under /root/.openclaw — ensure the skill was installed from a trusted source and runs in an expected environment. If you need higher assurance, review the full vt_lookup.py source yourself (it is included) or run it in an isolated environment.
功能分析
Type: OpenClaw Skill
Name: vt-hash-intel
Version: 1.0.2
The OpenClaw AgentSkill 'vt-hash-intel' is designed for querying VirusTotal for threat intelligence on hashes, URLs, domains, and IP addresses. The `SKILL.md` provides clear, detailed instructions for the AI agent to perform comprehensive analysis and reporting, including contextual flags for suspicious indicators (e.g., newly registered domains, suspicious TLDs). The `vt_lookup.py` script correctly implements the VirusTotal API interaction, handles rate limiting, and includes defanging logic for IOCs. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's intended behavior. All network calls are directed to the legitimate VirusTotal API endpoint, and the code uses standard Python libraries without suspicious external dependencies.
能力评估
Purpose & Capability
Name/description ask to query VirusTotal for hashes/URLs/domains/IPs and the only required secret is VT_API_KEY. The included Python script and SKILL.md implement exactly those queries; no unrelated services, binaries, or credentials are requested.
Instruction Scope
Runtime instructions describe auto-detection of IOC types and invoking the local script. The only file-system access shown is locating the skill directory under /root/.openclaw to run the bundled script. The script supports reading IOCs from stdin or a user-specified file (normal for batch lookups) but the instructions do not direct reading arbitrary system files or other credentials.
Install Mechanism
No install spec; this is instruction + bundled script only. No downloads, package manager installs, or archive extraction are performed by the skill, minimizing install-time risk.
Credentials
Only VT_API_KEY is required, which is proportional to querying the VirusTotal API. The code reads that single env var and does not reference additional secrets or unrelated environment variables.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges. It does not modify other skills or system-wide configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vt-hash-intel - 安装完成后,直接呼叫该 Skill 的名称或使用
/vt-hash-intel触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Version 2.0.0 is a major update with improved analysis and reporting for all IOC types.
- Always provides full contextual intel for every IOC, regardless of threat level or VT verdict.
- Domain and IP reports now always include registrar/creation info, DNS records, popularity, ASN, and ownership to support advanced threat hunting.
- Adds enhanced contextual analysis and recommendations — e.g., flags newly-registered domains, suspicious hosters, or unranked sites even if undetected as malicious.
- Clearly states that "clean" on VirusTotal does not guarantee safety; suggests additional checks for better security confidence.
- Improves reporting for batch lookups: summary table first, then deep-dive on each flagged IOC.
- Error and help messages unchanged.
v1.0.1
vt-hash-intel 2.0.0 — Major upgrade: Now supports all IOC types (hash, URL, domain, IP).
- Lookup files, URLs, domains, and IP addresses in VirusTotal, including mixed and batch queries.
- Auto-detects input type and automatically handles defanged IOCs (e.g., hxxp, [.] notation) in user input.
- Returns enriched reports with threat verdict, detection ratio, family/category, community reputation, YARA/Sigma/sandbox results, DNS/WHOIS/ASN data (when available), and direct VirusTotal links.
- Enhanced formatting and sorting for batch/mixed-type summaries; updated actionable recommendations for all IOC types.
- Expanded error handling with more specific feedback for each IOC type and lookup scenario.
v1.0.0
- Initial release: Instantly check file hashes (MD5, SHA1, SHA256) against VirusTotal and get structured threat intelligence.
- Supports single or batch hash lookups and provides detection ratio, threat level, key engine verdicts, YARA matches, sandbox results, and a direct VT link.
- Clear, actionable recommendations based on threat severity for use in incident response and threat hunting.
- User-friendly error handling for invalid hashes, API issues, rate limiting, and unknown hashes.
- Multi-language triggers for keywords like "hash lookup," "malware check," "IOC," and corresponding Chinese terms.
元数据
常见问题
VirusTotal Hash Analyzer 是什么?
Instantly check if a file, URL, domain, or IP is malicious using VirusTotal. Paste any MD5/SHA1/SHA256 hash, URL, domain name, or IP address into the chat an... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 380 次。
如何安装 VirusTotal Hash Analyzer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vt-hash-intel」即可一键安装,无需额外配置。
VirusTotal Hash Analyzer 是免费的吗?
是的,VirusTotal Hash Analyzer 完全免费(开源免费),可自由下载、安装和使用。
VirusTotal Hash Analyzer 支持哪些平台?
VirusTotal Hash Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 VirusTotal Hash Analyzer?
由 Bryan-Project(@bryan-project)开发并维护,当前版本 v1.0.2。
推荐 Skills