This repository contains a Dockerfile of Avira for Docker's trusted build published to the public DockerHub.
The license expired at 2014-03-01. (Appears that FREE avira is dead) :cry:
docker pull malice/aviradocker run --rm malice/avira EICAR
$ docker run --rm -v /path/to/file/:/malware:ro malice/avira
Usage: avira [OPTIONS] COMMAND [arg...]
Malice Avira AntiVirus Plugin
Version: v0.1.0, BuildTime: 20160227
Author:
blacktop - <https://github.com/blacktop>
Options:
--table, -t output as Markdown table
--post, -p POST results to Malice webhook [$MALICE_ENDPOINT]
--proxy, -x proxy settings for Malice webhook endpoint [$MALICE_PROXY]
--help, -h show help
--version, -v print the version
Commands:
update Update virus definitions
help Shows a list of commands or help for one command
Run 'avira COMMAND --help' for more information on a command.
This will output to stdout and POST to malice results API webhook endpoint.
{
"avira": {
"infected": true,
"result": "EICAR-Test-File (not a virus)",
"engine": "7.90123",
"updated": "20160227"
}
}
| Infected | Result | Engine | Updated |
|---|---|---|---|
| true | EICAR-Test-File (not a virus) | 7.90123 | 20160227 |
$ brew install caskroom/cask/brew-cask
$ brew cask install virtualbox
$ brew install docker
$ brew install docker-machine
$ docker-machine create --driver virtualbox malice
$ eval $(docker-machine env malice)
To update the AV run the following:
$ docker run --name=avira malice/avira update
Then to used the updated Avira container:
$ docker restart avira > /dev/null && docker exec avira scan --table EICAR
Find a bug? Want more features? Find something missing in the documentation? Let me know! Please don't hesitate to file an issue and I'll get right on it.
MIT Copyright (c) 2016 blacktop
Content type
Image
Digest
sha256:85e36d7f9…
Size
277.9 MB
Last updated
about 9 years ago
docker pull blacktop/avira