{"id":26654170,"url":"https://github.com/malice-plugins/bitdefender","last_synced_at":"2025-04-11T07:19:21.816Z","repository":{"id":85384080,"uuid":"73575599","full_name":"malice-plugins/bitdefender","owner":"malice-plugins","description":"Malice Bitdefender AntiVirus Plugin","archived":false,"fork":false,"pushed_at":"2020-03-22T15:43:23.000Z","size":3333,"stargazers_count":13,"open_issues_count":2,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-21T22:11:20.392Z","etag":null,"topics":["antivirus","bitdefender","docker","malice","malware-analysis","plugin"],"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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-12T20:07:14.000Z","updated_at":"2024-07-01T01:41:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"39a05c15-92ba-44df-b8e6-6c2bc464fa96","html_url":"https://github.com/malice-plugins/bitdefender","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malice-plugins%2Fbitdefender","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malice-plugins%2Fbitdefender/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malice-plugins%2Fbitdefender/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malice-plugins%2Fbitdefender/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malice-plugins","download_url":"https://codeload.github.com/malice-plugins/bitdefender/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245401369,"owners_count":20609167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["antivirus","bitdefender","docker","malice","malware-analysis","plugin"],"created_at":"2025-03-25T04:57:37.030Z","updated_at":"2025-03-25T04:57:37.658Z","avatar_url":"https://github.com/malice-plugins.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# malice-bitdefender\n\n[![Circle CI](https://circleci.com/gh/malice-plugins/bitdefender.png?style=shield)](https://circleci.com/gh/malice-plugins/bitdefender)\n[![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org)\n[![Docker Stars](https://img.shields.io/docker/stars/malice/bitdefender.svg)](https://hub.docker.com/r/malice/bitdefender/)\n[![Docker Pulls](https://img.shields.io/docker/pulls/malice/bitdefender.svg)](https://hub.docker.com/r/malice/bitdefender/)\n[![Docker Image](https://img.shields.io/badge/docker%20image-502MB-blue.svg)](https://hub.docker.com/r/malice/bitdefender/)\n\nMalice Bitdefender AntiVirus\n\n\u003e This repository contains a **Dockerfile** of [Bitdefender](http://www.bitdefender.com/business/antivirus-for-unices.html) for [Docker](https://www.docker.io/)'s [trusted build](https://hub.docker.com/r/malice/bitdefender/) published to the public [DockerHub](https://hub.docker.com).\n\n### Dependencies\n\n- [ubuntu:bionic (_84.1 MB_\\)](https://hub.docker.com/_/ubuntu/)\n\n## Installation\n\n1. Install [Docker](https://www.docker.io/).\n2. Download [trusted build](https://hub.docker.com/r/malice/bitdefender/) from public [DockerHub](https://hub.docker.com): `docker pull malice/bitdefender`\n\n## Usage\n\n```\ndocker run --rm malice/bitdefender EICAR\n```\n\n### Or link your own malware folder:\n\n```bash\n$ docker run --rm -v /path/to/malware:/malware:ro malice/bitdefender FILE\n\nUsage: bitdefender [OPTIONS] COMMAND [arg...]\n\nMalice Bitdefender AntiVirus Plugin\n\nVersion: v0.1.0, BuildTime: 20180903\n\nAuthor:\n  blacktop - \u003chttps://github.com/blacktop\u003e\n\nOptions:\n  --verbose, -V          verbose output\n  --table, -t            output as Markdown table\n  --callback, -c         POST results to Malice webhook [$MALICE_ENDPOINT]\n  --proxy, -x            proxy settings for Malice webhook endpoint [$MALICE_PROXY]\n  --elasticsearch value  elasticsearch url for Malice to store results [$MALICE_ELASTICSEARCH_URL]\n  --timeout value        malice plugin timeout (in seconds) (default: 60) [$MALICE_TIMEOUT]\n  --help, -h             show help\n  --version, -v          print the version\n\nCommands:\n  update  Update virus definitions\n  web     Create a Bitdefender scan web service\n  help    Shows a list of commands or help for one command\n\nRun 'bitdefender COMMAND --help' for more information on a command.\n```\n\nThis will output to stdout and POST to malice results API webhook endpoint.\n\n## Sample Output\n\n### [JSON](https://github.com/malice-plugins/bitdefender/blob/master/docs/results.json)\n\n```json\n{\n  \"bitdefender\": {\n    \"infected\": true,\n    \"result\": \"EICAR-Test-File (not a virus)\",\n    \"engine\": \"7.90123\",\n    \"updated\": \"20170122\"\n  }\n}\n```\n\n### [Markdown](https://github.com/malice-plugins/bitdefender/blob/master/docs/SAMPLE.md)\n\n---\n\n#### Bitdefender\n\n| Infected | Result                        | Engine  | Updated  |\n| -------- | ----------------------------- | ------- | -------- |\n| true     | EICAR-Test-File (not a virus) | 7.90123 | 20170122 |\n\n---\n\n## Documentation\n\n- [To write results to ElasticSearch](https://github.com/malice-plugins/bitdefender/blob/master/docs/elasticsearch.md)\n- [To create a Bitdefender scan micro-service](https://github.com/malice-plugins/bitdefender/blob/master/docs/web.md)\n- [To post results to a webhook](https://github.com/malice-plugins/bitdefender/blob/master/docs/callback.md)\n- [To update the AV definitions](https://github.com/malice-plugins/bitdefender/blob/master/docs/update.md)\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/bitdefender/issues/new).\n\n## CHANGELOG\n\nSee [`CHANGELOG.md`](https://github.com/malice-plugins/bitdefender/blob/master/CHANGELOG.md)\n\n## Contributing\n\n[See all contributors on GitHub](https://github.com/malice-plugins/bitdefender/graphs/contributors).\n\nPlease update the [CHANGELOG.md](https://github.com/malice-plugins/bitdefender/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) 2016 **blacktop**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalice-plugins%2Fbitdefender","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalice-plugins%2Fbitdefender","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalice-plugins%2Fbitdefender/lists"}