Sign inSign up

blacktop/avira

By blacktop

•Updated about 9 years ago

Avira Antivirus

Image
3

2.6K

blacktop/avira repository overview

⁠malice-avira [DEAD]

License Docker Stars Docker Pulls

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:

⁠Dependencies
⁠Installation
  1. Install Docker⁠.
  2. Download trusted build⁠ from public DockerHub⁠: docker pull malice/avira
⁠Usage
docker 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.

⁠Sample Output JSON:
{
  "avira": {
    "infected": true,
    "result": "EICAR-Test-File (not a virus)",
    "engine": "7.90123",
    "updated": "20160227"
  }
}
⁠Sample Output STDOUT (Markdown Table):

⁠Avira
InfectedResultEngineUpdated
trueEICAR-Test-File (not a virus)7.9012320160227

⁠To Run on OSX
$ 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)
⁠Documentation

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
⁠Issues

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.

⁠Credits
⁠License

MIT Copyright (c) 2016 blacktop

Tag summary

Content type

Image

Digest

sha256:85e36d7f9…

Size

277.9 MB

Last updated

about 9 years ago

docker pull blacktop/avira