{"id":26654120,"url":"https://github.com/malice-plugins/virustotal","last_synced_at":"2026-01-11T22:43:30.752Z","repository":{"id":57605153,"uuid":"48824867","full_name":"malice-plugins/virustotal","owner":"malice-plugins","description":"Malice VirusTotal Plugin","archived":false,"fork":false,"pushed_at":"2019-02-24T22:22:22.000Z","size":3366,"stargazers_count":12,"open_issues_count":1,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-20T15:07:44.731Z","etag":null,"topics":["docker","intel","malice","malware","plugin","threat-intelligence","virustotal"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/malice-plugins.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-31T00:14:42.000Z","updated_at":"2024-07-01T07:42:09.000Z","dependencies_parsed_at":"2022-08-27T22:40:20.016Z","dependency_job_id":null,"html_url":"https://github.com/malice-plugins/virustotal","commit_stats":null,"previous_names":["maliceio/malice-virustotal"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/malice-plugins/virustotal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malice-plugins%2Fvirustotal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malice-plugins%2Fvirustotal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malice-plugins%2Fvirustotal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malice-plugins%2Fvirustotal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malice-plugins","download_url":"https://codeload.github.com/malice-plugins/virustotal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malice-plugins%2Fvirustotal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28326144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T22:11:01.104Z","status":"ssl_error","status_checked_at":"2026-01-11T22:10:58.990Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","intel","malice","malware","plugin","threat-intelligence","virustotal"],"created_at":"2025-03-25T04:57:22.071Z","updated_at":"2026-01-11T22:43:30.739Z","avatar_url":"https://github.com/malice-plugins.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![VT logo](https://raw.githubusercontent.com/malice-plugins/virustotal/master/logo.png)\n\n# malice-virustotal\n\n[![Circle CI](https://circleci.com/gh/malice-plugins/virustotal.png?style=shield)](https://circleci.com/gh/malice-plugins/virustotal) [![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org) [![Docker Stars](https://img.shields.io/docker/stars/malice/virustotal.svg)](https://hub.docker.com/r/malice/virustotal/) [![Docker Pulls](https://img.shields.io/docker/pulls/malice/virustotal.svg)](https://hub.docker.com/r/malice/virustotal/) [![Docker Image](https://img.shields.io/badge/docker%20image-36.6MB-blue.svg)](https://hub.docker.com/r/malice/virustotal/)\n\nMalice VirusTotal Plugin\n\n\u003e This repository contains a **Dockerfile** of the [VirusTotal](https://virustotal.com) malice plugin **malice/virustotal**.\n\n---\n\n## Dependencies\n\n- [malice/alpine](https://hub.docker.com/r/malice/alpine/)\n\n## Installation\n\n1. Install [Docker](https://www.docker.io/).\n2. Download [trusted build](https://hub.docker.com/r/malice/virustotal/) from public [DockerHub](https://hub.docker.com): `docker pull malice/virustotal`\n\n## Usage\n\n```bash\n$ docker run --rm malice/virustotal --help\n\nUsage: virustotal [OPTIONS] COMMAND [arg...]\n\nMalice VirusTotal Plugin\n\nVersion: v0.1.1, BuildTime: 20190211\n\nAuthor:\n  blacktop - \u003chttps://github.com/blacktop\u003e\n\nOptions:\n  --verbose, -V  verbose output\n  --api value    VirusTotal API key [$MALICE_VT_API]\n  --help, -h     show help\n  --version, -v  print the version\n\nCommands:\n  scan    Upload binary to VirusTotal for scanning\n  lookup  Get file hash scan report\n  web     Create a VirusTotal scan web service\n  help    Shows a list of commands or help for one command\n\nRun 'virustotal COMMAND --help' for more information on a command.\n```\n\n### Lookup\n\n```bash\n$ docker run --rm malice/virustotal --api APIKEY lookup --help\n\nNAME:\n   virustotal lookup - Get file hash scan report\n\nUSAGE:\n   virustotal lookup [command options] MD5/SHA1/SHA256 hash of file\n\nOPTIONS:\n   --post, -p             POST results to Malice webhook [$MALICE_ENDPOINT]\n   --proxy, -x            proxy settings for Malice webhook endpoint [$MALICE_PROXY]\n   --table, -t            output as Markdown table\n   --elasticsearch value  elasticsearch url for Malice to storeresults [$MALICE_ELASTICSEARCH_URL]\n```\n\n## Sample Output\n\n### [JSON](https://github.com/malice-plugins/virustotal/blob/master/docs/results.json)\n\n```json\n{\n  \"scans\": {\n    \"McAfee\": {\n      \"detected\": true,\n      \"version\": \"6.0.6.653\",\n      \"result\": \"BackDoor-CSB\",\n      \"update\": \"20160214\"\n    },\n    \"F-Prot\": {\n      \"detected\": true,\n      \"version\": \"4.7.1.166\",\n      \"result\": \"W32/Trojan.AAWD\",\n      \"update\": \"20160214\"\n    },\n    \"Symantec\": {\n      \"detected\": true,\n      \"version\": \"20151.1.0.32\",\n      \"result\": \"W32.Lecna.D\",\n      \"update\": \"20160214\"\n    },\n    \"ESET-NOD32\": {\n      \"detected\": true,\n      \"version\": \"13027\",\n      \"result\": \"a variant of Win32/Lecna.W\",\n      \"update\": \"20160214\"\n    },\n    \"ClamAV\": {\n      \"detected\": true,\n      \"version\": \"0.98.5.0\",\n      \"result\": \"Win.Trojan.Backspace\",\n      \"update\": \"20160214\"\n    },\n    \"Kaspersky\": {\n      \"detected\": true,\n      \"version\": \"15.0.1.13\",\n      \"result\": \"Backdoor.Win32.Lecna.ab\",\n      \"update\": \"20160214\"\n    },\n    \"BitDefender\": {\n      \"detected\": true,\n      \"version\": \"7.2\",\n      \"result\": \"Backdoor.Lecna.AB\",\n      \"update\": \"20160214\"\n    },\n    \"Comodo\": {\n      \"detected\": true,\n      \"version\": \"24205\",\n      \"result\": \"Backdoor.Win32.Lecna.AB\",\n      \"update\": \"20160214\"\n    },\n    \u003cSNIP...\u003e\n    \"F-Secure\": {\n      \"detected\": true,\n      \"version\": \"11.0.19100.45\",\n      \"result\": \"Backdoor.Lecna.AB\",\n      \"update\": \"20160213\"\n    },\n    \"DrWeb\": {\n      \"detected\": true,\n      \"version\": \"7.0.17.11230\",\n      \"result\": \"BackDoor.Dizhi\",\n      \"update\": \"20160214\"\n    },\n    \"Sophos\": {\n      \"detected\": true,\n      \"version\": \"4.98.0\",\n      \"result\": \"Troj/Lecna-Q\",\n      \"update\": \"20160214\"\n    },\n    \"Avira\": {\n      \"detected\": true,\n      \"version\": \"8.3.3.2\",\n      \"result\": \"WORM/Rbot.Gen\",\n      \"update\": \"20160214\"\n    },\n    \"AVG\": {\n      \"detected\": true,\n      \"version\": \"16.0.0.4522\",\n      \"result\": \"Win32/DH{YQMT?}\",\n      \"update\": \"20160214\"\n    }\n  },\n  \"scan_id\": \"befb88b89c2eb401900a68e9f5b78764203f2b48264fcc3f7121bf04a57fd408-1455475165\",\n  \"sha1\": \"6b82f126555e7644816df5d4e4614677ee0bda5c\",\n  \"resource\": \"befb88b89c2eb401900a68e9f5b78764203f2b48264fcc3f7121bf04a57fd408\",\n  \"response_code\": 1,\n  \"scan_date\": \"2016-02-14 18:39:25\",\n  \"permalink\": \"https://www.virustotal.com/file/befb88b89c2eb401900a68e9f5b78764203f2b48264fcc3f7121bf04a57fd408/analysis/1455475165/\",\n  \"verbose_msg\": \"Scan finished, information embedded\",\n  \"total\": 54,\n  \"positives\": 46,\n  \"sha256\": \"befb88b89c2eb401900a68e9f5b78764203f2b48264fcc3f7121bf04a57fd408\",\n  \"md5\": \"669f87f2ec48dce3a76386eec94d7e3b\"\n}\n```\n\n### [Markdown](https://github.com/malice-plugins/virustotal/blob/master/docs/SAMPLE.md)\n\n---\n\n#### virustotal\n\n| Ratio | Link                          | API    | Scanned                |\n| ----- | ----------------------------- | ------ | ---------------------- |\n| 85%   | [link](http://bit.ly/1ThieJ6) | Public | Sun 2016Feb14 14:00:50 |\n\n---\n\n## Documentation\n\n- [To write results to ElasticSearch](https://github.com/malice-plugins/virustotal/blob/master/docs/elasticsearch.md)\n- [To create a VirusTotal scan / lookup micro-service](https://github.com/malice-plugins/virustotal/blob/master/docs/web.md)\n- [To post results to a webhook](https://github.com/malice-plugins/virustotal/blob/master/docs/callback.md)\n\n## TODO\n\n- [x] create `web` subcommand (with POST to URL callback) allows sharing of API\n\n## Issues\n\nFind a bug? Want more features? Find something missing in the documentation? Let me know! Please don't hesitate to [file an issue](https://github.com/malice-plugins/virustotal/issues/new) and I'll get right on it.\n\n## CHANGELOG\n\nSee [`CHANGELOG.md`](https://github.com/malice-plugins/virustotal/blob/master/CHANGELOG.md)\n\n## Contributing\n\n[See all contributors on GitHub](https://github.com/malice-plugins/virustotal/graphs/contributors).\n\nPlease update the [CHANGELOG.md](https://github.com/malice-plugins/virustotal/blob/master/CHANGELOG.md) and submit a [Pull Request on GitHub](https://help.github.com/articles/using-pull-requests/).\n\n## License\n\nMIT Copyright (c) 2015 **blacktop**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalice-plugins%2Fvirustotal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalice-plugins%2Fvirustotal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalice-plugins%2Fvirustotal/lists"}