https://github.com/malice-plugins/comodo
Malice Comodo AntiVirus Plugin
https://github.com/malice-plugins/comodo
antivirus comodo docker malice malware plugin
Last synced: about 1 month ago
JSON representation
Malice Comodo AntiVirus Plugin
- Host: GitHub
- URL: https://github.com/malice-plugins/comodo
- Owner: malice-plugins
- License: mit
- Created: 2016-11-12T20:04:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T07:46:02.000Z (almost 4 years ago)
- Last Synced: 2025-03-21T22:11:20.442Z (2 months ago)
- Topics: antivirus, comodo, docker, malice, malware, plugin
- Language: Go
- Size: 3.16 MB
- Stars: 7
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# malice-comodo
[](https://circleci.com/gh/malice-plugins/comodo) [](http://doge.mit-license.org) [](https://hub.docker.com/r/malice/comodo/) [](https://hub.docker.com/r/malice/comodo/) [](https://hub.docker.com/r/malice/comodo/)
Malice Comodo AntiVirus Plugin
> This repository contains a **Dockerfile** of [comodo](https://www.comodo.com) for [Docker](https://www.docker.io/)'s [trusted build](https://index.docker.io/u/malice/comodo/) published to the public [DockerHub](https://index.docker.io/).
---
### Dependencies
- [ubuntu:precise (_104 MB_\)](https://store.docker.com/images/ubuntu)
## Installation
1. Install [Docker](https://www.docker.io/).
2. Download [trusted build](https://hub.docker.com/r/malice/comodo/) from public [DockerHub](https://hub.docker.com): `docker pull malice/comodo`## Usage
```
docker run --rm malice/comodo EICAR
```### Or link your own malware folder:
```bash
$ docker run --rm -v /path/to/malware:/malware:ro malice/comodo FILEUsage: comodo [OPTIONS] COMMAND [arg...]
Malice AVG AntiVirus Plugin
Version: v0.1.0, BuildTime: 20180903
Author:
blacktop -Options:
--verbose, -V verbose output
--elasticsearch value elasticsearch url for Malice to store results [$MALICE_ELASTICSEARCH_URL]
--table, -t output as Markdown table
--callback, -c POST results back to Malice webhook [$MALICE_ENDPOINT]
--proxy, -x proxy settings for Malice webhook endpoint [$MALICE_PROXY]
--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 Comodo scan web service
help Shows a list of commands or help for one commandRun 'comodo COMMAND --help' for more information on a command.
```## Sample Output
### [JSON](https://github.com/malice-plugins/comodo/blob/master/docs/results.json)
```json
{
"comodo": {
"infected": true,
"result": "Malware",
"engine": "1.1",
"updated": "20170122"
}
}
```### [Markdown](https://github.com/malice-plugins/comodo/blob/master/docs/SAMPLE.md)
---
#### Comodo
| Infected | Result | Engine | Updated |
| -------- | ------- | --------- | -------- |
| true | Malware | 13.0.3114 | 20170122 |---
## Documentation
- [To write results to ElasticSearch](https://github.com/malice-plugins/comodo/blob/master/docs/elasticsearch.md)
- [To create a Comodo scan micro-service](https://github.com/malice-plugins/comodo/blob/master/docs/web.md)
- [To post results to a webhook](https://github.com/malice-plugins/comodo/blob/master/docs/callback.md)
- [To update the AV definitions](https://github.com/malice-plugins/comodo/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/comodo/issues/new).
## CHANGELOG
See [`CHANGELOG.md`](https://github.com/malice-plugins/comodo/blob/master/CHANGELOG.md)
## Contributing
[See all contributors on GitHub](https://github.com/malice-plugins/comodo/graphs/contributors).
Please update the [CHANGELOG.md](https://github.com/malice-plugins/comodo/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**