Ostorlab/agent_virustotal

GitHub: Ostorlab/agent_virustotal

这是一个基于 VirusTotal 公共 API 的 Ostorlab 代理,用于对文件进行自动化病毒扫描和恶意软件检测。

Stars: 6 | Forks: 1

Agent VirusTotal

_VirusTotal 是一个使用 VirusTotal 公共 API 在文件中扫描病毒的代理._

agent_virus_total

此仓库是 VirusTotal 代理的实现。 ## 快速开始 要执行您的第一次扫描,只需运行以下命令。 ``` oxo scan run --install --agent agent/ostorlab/virustotal file malware.exe ``` 此命令将下载并安装 `agent/ostorlab/virustotal`,并针对文件 `malware.exe`。 更多信息,请参阅 [OXO 文档](https://oxo.ostorlab.co/docs) ## 使用 Agent VirusTotal 可以直接从 oxo agent store 安装,或从此仓库构建。 ### 直接从 oxo agent store 安装 ``` oxo agent install agent/ostorlab/virustotal ``` 然后,您可以使用以下命令运行该代理: ``` oxo scan run --agent agent/ostorlab/virustotal file malware.exe ``` ### 直接从仓库构建 1. 要构建 virustotal 代理,您需要在机器上安装 [oxo](https://pypi.org/project/ostorlab/)。如果您已经安装了 oxo,可以跳过此步骤。 ``` pip3 install ostorlab ``` 2. 克隆此仓库。 ``` git clone https://github.com/Ostorlab/agent_virus_total.git && cd agent_virus_total ``` 3. 使用 oxo cli 构建代理镜像。 ``` ostortlab agent build --file=ostorlab.yaml ``` 您可以传递可选标志 `--organization` 来指定您的组织。默认情况下,组织为空。 4. 使用以下命令之一运行代理: * 如果在构建镜像时未指定组织: oxo scan run --agent agent//virustotal file malware.exe * 如果在构建镜像时指定了组织: oxo scan run --agent agent/[ORGANIZATION]/virustotal file malware.exe ## 许可证 [Apache](./LICENSE)
标签:Agent, API集成, Ask搜索, Ostorlab, OXO, VirusTotal, 可观测性, 威胁情报, 开发者工具, 开源安全工具, 文件安全, 病毒扫描, 网络安全, 请求拦截, 逆向工具, 逆向工程平台, 隐私保护