{"id":26654163,"url":"https://github.com/malice-plugins/avira","last_synced_at":"2025-04-11T07:19:18.429Z","repository":{"id":85384070,"uuid":"96387863","full_name":"malice-plugins/avira","owner":"malice-plugins","description":"Malice Avira AntiVirus Plugin","archived":false,"fork":false,"pushed_at":"2023-08-18T18:54:59.000Z","size":8343,"stargazers_count":6,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T22:11:20.408Z","etag":null,"topics":["antivirus","avira","docker","malice","malware","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":null,"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":"2017-07-06T04:20:27.000Z","updated_at":"2024-08-12T19:31:07.000Z","dependencies_parsed_at":"2024-06-21T18:47:34.112Z","dependency_job_id":"e852ceaf-c813-4781-87cf-4a4a7cf74e38","html_url":"https://github.com/malice-plugins/avira","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%2Favira","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malice-plugins%2Favira/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malice-plugins%2Favira/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malice-plugins%2Favira/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malice-plugins","download_url":"https://codeload.github.com/malice-plugins/avira/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","avira","docker","malice","malware","malware-analysis","plugin"],"created_at":"2025-03-25T04:57:35.586Z","updated_at":"2025-03-25T04:57:36.151Z","avatar_url":"https://github.com/malice-plugins.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# malice-avira\n\n[![Circle CI](https://circleci.com/gh/malice-plugins/avira.png?style=shield)](https://circleci.com/gh/malice-plugins/avira)\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/avira.svg)](https://store.docker.com/community/images/malice/avira)\n[![Docker Pulls](https://img.shields.io/docker/pulls/malice/avira.svg)](https://store.docker.com/community/images/malice/avira)\n[![Docker Image](https://img.shields.io/badge/docker%20image-302MB-blue.svg)](https://store.docker.com/community/images/malice/avira)\n\nMalice [Avira](https://www.avira.com) AntiVirus Plugin\n\n\u003e This repository contains a **Dockerfile** of [avira](https://www.avira.com/).\n\n---\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://store.docker.com/community/images/malice/avira) from public [DockerHub](https://hub.docker.com): `docker pull malice/avira`\n\n## Usage\n\n```\ndocker run --rm -v `pwd`/hbedv.key:/opt/avira/hbedv.key malice/avira EICAR\n```\n\n\u003e **NOTE:** I am mounting my **license key** into the docker container at run time\n\n### Or link your own malware folder:\n\n```bash\n$ docker run --rm -v /path/to/malware:/malware:ro malice/avira FILE\n\nUsage: avira [OPTIONS] COMMAND [arg...]\n\nMalice Avira AntiVirus Plugin\n\nVersion: v0.1.0, BuildTime: 20180908\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 address 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 Avira scan web service\n  help    Shows a list of commands or help for one command\n\nRun 'avira 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/avira/blob/master/docs/results.json)\n\n```json\n{\n  \"avira\": {\n    \"infected\": true,\n    \"result\": \"Eicar-Test-Signature\",\n    \"engine\": \"8.3.44.100\",\n    \"updated\": \"20170709\"\n  }\n}\n```\n\n### [Markdown](https://github.com/malice-plugins/avira/blob/master/docs/SAMPLE.md)\n\n---\n\n#### Avira\n\n| Infected |        Result        |   Engine   | Updated  |\n| :------: | :------------------: | :--------: | :------: |\n|   true   | Eicar-Test-Signature | 8.3.44.100 | 20170709 |\n\n---\n\n## Documentation\n\n- [To use your own license key](https://github.com/malice-plugins/avira/blob/master/docs/license.md)\n- [To write results to ElasticSearch](https://github.com/malice-plugins/avira/blob/master/docs/elasticsearch.md)\n- [To create a Avira scan micro-service](https://github.com/malice-plugins/avira/blob/master/docs/web.md)\n- [To post results to a webhook](https://github.com/malice-plugins/avira/blob/master/docs/callback.md)\n- [To update the AV definitions](https://github.com/malice-plugins/avira/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/avira/issues/new).\n\n## TODO\n\n- [ ] add docs on how to get a license key [:wink:](https://github.com/malice-plugins/avira/blob/master/NOTES.md)\n\n## CHANGELOG\n\nSee [`CHANGELOG.md`](https://github.com/malice-plugins/avira/blob/master/CHANGELOG.md)\n\n## Contributing\n\n[See all contributors on GitHub](https://github.com/malice-plugins/avira/graphs/contributors).\n\nPlease update the [CHANGELOG.md](https://github.com/malice-plugins/avira/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%2Favira","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalice-plugins%2Favira","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalice-plugins%2Favira/lists"}