https://github.com/malice-plugins/avira
Malice Avira AntiVirus Plugin
https://github.com/malice-plugins/avira
antivirus avira docker malice malware malware-analysis plugin
Last synced: about 1 month ago
JSON representation
Malice Avira AntiVirus Plugin
- Host: GitHub
- URL: https://github.com/malice-plugins/avira
- Owner: malice-plugins
- License: mit
- Created: 2017-07-06T04:20:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T18:54:59.000Z (almost 2 years ago)
- Last Synced: 2025-03-21T22:11:20.408Z (2 months ago)
- Topics: antivirus, avira, docker, malice, malware, malware-analysis, plugin
- Language: Go
- Size: 7.96 MB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# malice-avira
[](https://circleci.com/gh/malice-plugins/avira)
[](http://doge.mit-license.org)
[](https://store.docker.com/community/images/malice/avira)
[](https://store.docker.com/community/images/malice/avira)
[](https://store.docker.com/community/images/malice/avira)Malice [Avira](https://www.avira.com) AntiVirus Plugin
> This repository contains a **Dockerfile** of [avira](https://www.avira.com/).
---
### Dependencies
- [ubuntu:bionic (_84.1 MB_\)](https://hub.docker.com/_/ubuntu/)
## Installation
1. Install [Docker](https://www.docker.io/).
2. Download [trusted build](https://store.docker.com/community/images/malice/avira) from public [DockerHub](https://hub.docker.com): `docker pull malice/avira`## Usage
```
docker run --rm -v `pwd`/hbedv.key:/opt/avira/hbedv.key malice/avira EICAR
```> **NOTE:** I am mounting my **license key** into the docker container at run time
### Or link your own malware folder:
```bash
$ docker run --rm -v /path/to/malware:/malware:ro malice/avira FILEUsage: avira [OPTIONS] COMMAND [arg...]
Malice Avira AntiVirus Plugin
Version: v0.1.0, BuildTime: 20180908
Author:
blacktop -Options:
--verbose, -V verbose output
--table, -t output as Markdown table
--callback, -c POST results to Malice webhook [$MALICE_ENDPOINT]
--proxy, -x proxy settings for Malice webhook endpoint [$MALICE_PROXY]
--elasticsearch value elasticsearch address for Malice to store results [$MALICE_ELASTICSEARCH_URL]
--timeout value malice plugin timeout (in seconds) (default: 60) [$MALICE_TIMEOUT]
--help, -h show help
--version, -v print the versionCommands:
update Update virus definitions
web Create a Avira scan web service
help Shows a list of commands or help for one commandRun 'avira COMMAND --help' for more information on a command.
```This will output to stdout and POST to malice results API webhook endpoint.
## Sample Output
### [JSON](https://github.com/malice-plugins/avira/blob/master/docs/results.json)
```json
{
"avira": {
"infected": true,
"result": "Eicar-Test-Signature",
"engine": "8.3.44.100",
"updated": "20170709"
}
}
```### [Markdown](https://github.com/malice-plugins/avira/blob/master/docs/SAMPLE.md)
---
#### Avira
| Infected | Result | Engine | Updated |
| :------: | :------------------: | :--------: | :------: |
| true | Eicar-Test-Signature | 8.3.44.100 | 20170709 |---
## Documentation
- [To use your own license key](https://github.com/malice-plugins/avira/blob/master/docs/license.md)
- [To write results to ElasticSearch](https://github.com/malice-plugins/avira/blob/master/docs/elasticsearch.md)
- [To create a Avira scan micro-service](https://github.com/malice-plugins/avira/blob/master/docs/web.md)
- [To post results to a webhook](https://github.com/malice-plugins/avira/blob/master/docs/callback.md)
- [To update the AV definitions](https://github.com/malice-plugins/avira/blob/master/docs/update.md)## Issues
Find 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).
## TODO
- [ ] add docs on how to get a license key [:wink:](https://github.com/malice-plugins/avira/blob/master/NOTES.md)
## CHANGELOG
See [`CHANGELOG.md`](https://github.com/malice-plugins/avira/blob/master/CHANGELOG.md)
## Contributing
[See all contributors on GitHub](https://github.com/malice-plugins/avira/graphs/contributors).
Please 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/).
## License
MIT Copyright (c) 2016 **blacktop**