{"id":26654154,"url":"https://github.com/malice-plugins/avg","last_synced_at":"2025-04-11T07:18:58.242Z","repository":{"id":85384064,"uuid":"73575670","full_name":"malice-plugins/avg","owner":"malice-plugins","description":"Malice AVG AntiVirus Plugin","archived":false,"fork":false,"pushed_at":"2019-09-08T23:44:47.000Z","size":3352,"stargazers_count":5,"open_issues_count":2,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T22:11:12.733Z","etag":null,"topics":["antivirus","avg","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}},"created_at":"2016-11-12T20:08:31.000Z","updated_at":"2022-11-21T03:24:24.000Z","dependencies_parsed_at":"2023-03-03T18:00:27.768Z","dependency_job_id":null,"html_url":"https://github.com/malice-plugins/avg","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%2Favg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malice-plugins%2Favg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malice-plugins%2Favg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malice-plugins%2Favg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malice-plugins","download_url":"https://codeload.github.com/malice-plugins/avg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248358603,"owners_count":21090405,"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","avg","docker","malice","malware-analysis","plugin"],"created_at":"2025-03-25T04:57:32.861Z","updated_at":"2025-04-11T07:18:58.205Z","avatar_url":"https://github.com/malice-plugins.png","language":"Go","readme":"# malice-avg\n\n[![Circle CI](https://circleci.com/gh/malice-plugins/avg.png?style=shield)](https://circleci.com/gh/malice-plugins/avg) [![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org) [![Docker Stars](https://img.shields.io/docker/stars/malice/avg.svg)](https://hub.docker.com/r/malice/avg/) [![Docker Pulls](https://img.shields.io/docker/pulls/malice/avg.svg)](https://hub.docker.com/r/malice/avg/) [![Docker Image](https://img.shields.io/badge/docker%20image-684MB-blue.svg)](https://hub.docker.com/r/malice/avg/)\n\nMalice AVG AntiVirus\n\n\u003e This repository contains a **Dockerfile** of [avg](http://www.avg.net/lang/en/).\n\n---\n\n## Dependencies\n\n- [debian:jessie (_125 MB_\\)](https://index.docker.io/_/debian/)\n\n## Installation\n\n1. Install [Docker](https://www.docker.io/).\n2. Download [trusted build](https://hub.docker.com/r/malice/avg/) from public [DockerHub](https://hub.docker.com): `docker pull malice/avg`\n\n## Usage\n\n```\ndocker run --rm malice/avg EICAR\n```\n\n### Or link your own malware folder:\n\n```bash\n$ docker run --rm -v /path/to/malware:/malware:ro malice/avg FILE\n\nUsage: avg [OPTIONS] COMMAND [arg...]\n\nMalice AVG 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  --elasticsearch value  elasticsearch url for Malice to store results [$MALICE_ELASTICSEARCH_URL]\n  --table, -t            output as Markdown table\n  --callback, -c         POST results back to Malice webhook [$MALICE_ENDPOINT]\n  --proxy, -x            proxy settings for Malice webhook endpoint [$MALICE_PROXY]\n  --timeout value        malice plugin timeout (in seconds) (default: 120) [$MALICE_TIMEOUT]\n  --help, -h             show help\n  --version, -v          print the version\n\nCommands:\n  update  Update virus definitions\n  web     Create a AVG scan web service\n  help    Shows a list of commands or help for one command\n\nRun 'avg COMMAND --help' for more information on a command.\n```\n\n## Sample Output\n\n### [JSON](https://github.com/malice-plugins/avg/blob/master/docs/results.json)\n\n```json\n{\n  \"avg\": {\n    \"infected\": true,\n    \"result\": \"Virus identified EICAR_Test\",\n    \"engine\": \"13.0.3114\",\n    \"database\": \"4477/13807\",\n    \"updated\": \"20170121\"\n  }\n}\n```\n\n### [Markdown](https://github.com/malice-plugins/avg/blob/master/docs/SAMPLE.md)\n\n---\n\n#### AVG\n\n| Infected | Result                      | Engine    | Updated  |\n| -------- | --------------------------- | --------- | -------- |\n| true     | Virus identified EICAR_Test | 13.0.3114 | 20170122 |\n\n---\n\n## Documentation\n\n- [To write results to ElasticSearch](https://github.com/malice-plugins/avg/blob/master/docs/elasticsearch.md)\n- [To create a AVG scan micro-service](https://github.com/malice-plugins/avg/blob/master/docs/web.md)\n- [To post results to a webhook](https://github.com/malice-plugins/avg/blob/master/docs/callback.md)\n- [To update the AV definitions](https://github.com/malice-plugins/avg/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/avg/issues/new).\n\n## TODO\n\n- [ ] add configurable re-try count (cuz this AV is weak sauce **YO!**)\n\n## CHANGELOG\n\nSee [`CHANGELOG.md`](https://github.com/malice-plugins/avg/blob/master/CHANGELOG.md)\n\n## Contributing\n\n[See all contributors on GitHub](https://github.com/malice-plugins/avg/graphs/contributors).\n\nPlease update the [CHANGELOG.md](https://github.com/malice-plugins/avg/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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalice-plugins%2Favg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalice-plugins%2Favg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalice-plugins%2Favg/lists"}