https://github.com/malice-plugins/mcafee
Malice McAfee AntiVirus Plugin
https://github.com/malice-plugins/mcafee
antivirus malice malice-plugin malware-analysis malware-research malware-samples mcafee
Last synced: 9 months ago
JSON representation
Malice McAfee AntiVirus Plugin
- Host: GitHub
- URL: https://github.com/malice-plugins/mcafee
- Owner: malice-plugins
- License: mit
- Created: 2017-11-12T16:58:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T11:46:02.000Z (almost 3 years ago)
- Last Synced: 2025-03-21T22:11:20.443Z (10 months ago)
- Topics: antivirus, malice, malice-plugin, malware-analysis, malware-research, malware-samples, mcafee
- Language: Go
- Size: 3.21 MB
- Stars: 9
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# malice-mcafee
[](https://circleci.com/gh/malice-plugins/mcafee) [](http://doge.mit-license.org) [](https://store.docker.com/community/images/malice/mcafee) [](https://store.docker.com/community/images/malice/mcafee) [](https://store.docker.com/community/images/malice/mcafee)
Malice McAfee AntiVirus Plugin
> This repository contains a **Dockerfile** of [mcafee](https://www.mcafee.com/enterprise/en-us/products/virusscan-enterprise-for-linux.html).
---
### Dependencies
- [ubuntu:bionic (_84.1 MB_\)](https://hub.docker.com/_/ubuntu/)
## Installation
1. Install [Docker](https://www.docker.com/).
2. Download [trusted build](https://store.docker.com/community/images/malice/mcafee) from public [docker store](https://store.docker.com): `docker pull malice/mcafee`
## Usage
```
docker run --rm malice/mcafee EICAR
```
### Or link your own malware folder:
```bash
$ docker run --rm -v /path/to/malware:/malware:ro malice/mcafee FILE
Usage: mcafee [OPTIONS] COMMAND [arg...]
Malice McAfee 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: 120) [$MALICE_TIMEOUT]
--help, -h show help
--version, -v print the version
Commands:
update Update virus definitions
web Create a McAfee scan web service
help Shows a list of commands or help for one command
Run 'mcafee COMMAND --help' for more information on a command.
```
## Sample Output
### [JSON](https://github.com/malice-plugins/mcafee/blob/master/docs/results.json)
```json
{
"mcafee": {
"infected": true,
"result": "EICAR test file",
"engine": "5600.1067",
"database": "9005",
"updated": "20180903"
}
}
```
### [Markdown](https://github.com/malice-plugins/mcafee/blob/master/docs/SAMPLE.md)
---
#### McAfee
| Infected | Result | Engine | Updated |
| :------: | :-------------: | :-------: | :------: |
| true | EICAR test file | 5600.1067 | 20180903 |
---
## Documentation
- [To write results to ElasticSearch](https://github.com/malice-plugins/mcafee/blob/master/docs/elasticsearch.md)
- [To create a McAfee scan micro-service](https://github.com/malice-plugins/mcafee/blob/master/docs/web.md)
- [To post results to a webhook](https://github.com/malice-plugins/mcafee/blob/master/docs/callback.md)
- [To update the AV definitions](https://github.com/malice-plugins/mcafee/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/mcafee/issues/new).
## TODO
- [ ] add licence expiration detection
## CHANGELOG
See [`CHANGELOG.md`](https://github.com/malice-plugins/mcafee/blob/master/CHANGELOG.md)
## Contributing
[See all contributors on GitHub](https://github.com/malice-plugins/mcafee/graphs/contributors).
Please update the [CHANGELOG.md](https://github.com/malice-plugins/mcafee/blob/master/CHANGELOG.md) and submit a [Pull Request on GitHub](https://help.github.com/articles/using-pull-requests/).
## License
MIT Copyright (c) 2017 **blacktop**