{"id":26654147,"url":"https://github.com/malice-plugins/mcafee","last_synced_at":"2025-04-11T07:18:55.142Z","repository":{"id":31870192,"uuid":"110451146","full_name":"malice-plugins/mcafee","owner":"malice-plugins","description":"Malice McAfee AntiVirus Plugin","archived":false,"fork":false,"pushed_at":"2023-02-16T11:46:02.000Z","size":3365,"stargazers_count":9,"open_issues_count":2,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-21T22:11:20.443Z","etag":null,"topics":["antivirus","malice","malice-plugin","malware-analysis","malware-research","malware-samples","mcafee"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/malice-plugins.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-12T16:58:21.000Z","updated_at":"2024-11-20T06:03:00.000Z","dependencies_parsed_at":"2024-06-21T16:28:11.320Z","dependency_job_id":"503f9b0f-61cb-417e-b748-a80abb297b11","html_url":"https://github.com/malice-plugins/mcafee","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malice-plugins%2Fmcafee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malice-plugins%2Fmcafee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malice-plugins%2Fmcafee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malice-plugins%2Fmcafee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malice-plugins","download_url":"https://codeload.github.com/malice-plugins/mcafee/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245401369,"owners_count":20609167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["antivirus","malice","malice-plugin","malware-analysis","malware-research","malware-samples","mcafee"],"created_at":"2025-03-25T04:57:31.646Z","updated_at":"2025-03-25T04:57:32.223Z","avatar_url":"https://github.com/malice-plugins.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# malice-mcafee\n\n[![Circle CI](https://circleci.com/gh/malice-plugins/mcafee.png?style=shield)](https://circleci.com/gh/malice-plugins/mcafee) [![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org) [![Docker Stars](https://img.shields.io/docker/stars/malice/mcafee.svg)](https://store.docker.com/community/images/malice/mcafee) [![Docker Pulls](https://img.shields.io/docker/pulls/malice/mcafee.svg)](https://store.docker.com/community/images/malice/mcafee) [![Docker Image](https://img.shields.io/badge/docker%20image-433MB-blue.svg)](https://store.docker.com/community/images/malice/mcafee)\n\nMalice McAfee AntiVirus Plugin\n\n\u003e This repository contains a **Dockerfile** of [mcafee](https://www.mcafee.com/enterprise/en-us/products/virusscan-enterprise-for-linux.html).\n\n---\n\n### Dependencies\n\n- [ubuntu:bionic (_84.1 MB_\\)](https://hub.docker.com/_/ubuntu/)\n\n## Installation\n\n1. Install [Docker](https://www.docker.com/).\n2. Download [trusted build](https://store.docker.com/community/images/malice/mcafee) from public [docker store](https://store.docker.com): `docker pull malice/mcafee`\n\n## Usage\n\n```\ndocker run --rm malice/mcafee EICAR\n```\n\n### Or link your own malware folder:\n\n```bash\n$ docker run --rm -v /path/to/malware:/malware:ro malice/mcafee FILE\n\nUsage: mcafee [OPTIONS] COMMAND [arg...]\n\nMalice McAfee AntiVirus Plugin\n\nVersion: v0.1.0, BuildTime: 20180903\n\nAuthor:\n  blacktop - \u003chttps://github.com/blacktop\u003e\n\nOptions:\n  --verbose, -V          verbose output\n  --elasticsearch value  elasticsearch url for Malice to store results [$MALICE_ELASTICSEARCH_URL]\n  --table, -t            output as Markdown table\n  --callback, -c         POST results back to Malice webhook [$MALICE_ENDPOINT]\n  --proxy, -x            proxy settings for Malice webhook endpoint [$MALICE_PROXY]\n  --timeout value        malice plugin timeout (in seconds) (default: 120) [$MALICE_TIMEOUT]\n  --help, -h             show help\n  --version, -v          print the version\n\nCommands:\n  update  Update virus definitions\n  web     Create a McAfee scan web service\n  help    Shows a list of commands or help for one command\n\nRun 'mcafee COMMAND --help' for more information on a command.\n```\n\n## Sample Output\n\n### [JSON](https://github.com/malice-plugins/mcafee/blob/master/docs/results.json)\n\n```json\n{\n  \"mcafee\": {\n    \"infected\": true,\n    \"result\": \"EICAR test file\",\n    \"engine\": \"5600.1067\",\n    \"database\": \"9005\",\n    \"updated\": \"20180903\"\n  }\n}\n```\n\n### [Markdown](https://github.com/malice-plugins/mcafee/blob/master/docs/SAMPLE.md)\n\n---\n\n#### McAfee\n\n| Infected |     Result      |  Engine   | Updated  |\n| :------: | :-------------: | :-------: | :------: |\n|   true   | EICAR test file | 5600.1067 | 20180903 |\n\n---\n\n## Documentation\n\n- [To write results to ElasticSearch](https://github.com/malice-plugins/mcafee/blob/master/docs/elasticsearch.md)\n- [To create a McAfee scan micro-service](https://github.com/malice-plugins/mcafee/blob/master/docs/web.md)\n- [To post results to a webhook](https://github.com/malice-plugins/mcafee/blob/master/docs/callback.md)\n- [To update the AV definitions](https://github.com/malice-plugins/mcafee/blob/master/docs/update.md)\n\n## Issues\n\nFind 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).\n\n## TODO\n\n- [ ] add licence expiration detection\n\n## CHANGELOG\n\nSee [`CHANGELOG.md`](https://github.com/malice-plugins/mcafee/blob/master/CHANGELOG.md)\n\n## Contributing\n\n[See all contributors on GitHub](https://github.com/malice-plugins/mcafee/graphs/contributors).\n\nPlease 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/).\n\n## License\n\nMIT Copyright (c) 2017 **blacktop**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalice-plugins%2Fmcafee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalice-plugins%2Fmcafee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalice-plugins%2Fmcafee/lists"}