{"id":26384347,"url":"https://github.com/malice-plugins/fprot","last_synced_at":"2025-03-17T07:23:05.694Z","repository":{"id":57605159,"uuid":"73532581","full_name":"malice-plugins/fprot","owner":"malice-plugins","description":"Malice F-PROT AntiVirus Plugin","archived":false,"fork":false,"pushed_at":"2019-02-09T23:50:44.000Z","size":3349,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T07:58:49.348Z","etag":null,"topics":["antivirus","docker","f-prot","malice","malware","plugin"],"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}},"created_at":"2016-11-12T05:02:09.000Z","updated_at":"2024-06-20T07:58:49.350Z","dependencies_parsed_at":"2022-08-27T22:03:53.482Z","dependency_job_id":null,"html_url":"https://github.com/malice-plugins/fprot","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%2Ffprot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malice-plugins%2Ffprot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malice-plugins%2Ffprot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malice-plugins%2Ffprot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malice-plugins","download_url":"https://codeload.github.com/malice-plugins/fprot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243989726,"owners_count":20379649,"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","docker","f-prot","malice","malware","plugin"],"created_at":"2025-03-17T07:23:05.072Z","updated_at":"2025-03-17T07:23:05.668Z","avatar_url":"https://github.com/malice-plugins.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# malice-fprot\n\n[![Circle CI](https://circleci.com/gh/malice-plugins/fprot.png?style=shield)](https://circleci.com/gh/malice-plugins/fprot) [![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org) [![Docker Stars](https://img.shields.io/docker/stars/malice/fprot.svg)](https://hub.docker.com/r/malice/fprot/) [![Docker Pulls](https://img.shields.io/docker/pulls/malice/fprot.svg)](https://hub.docker.com/r/malice/fprot/) [![Docker Image](https://img.shields.io/badge/docker%20image-271MB-blue.svg)](https://hub.docker.com/r/malice/fprot/)\n\nMalice F-PROT AntiVirus Plugin\n\n\u003e This repository contains a **Dockerfile** of [fprot](http://www.fprot.net/lang/en/) for [Docker](https://www.docker.io/)'s [trusted build](https://index.docker.io/u/malice/fprot/) published to the public [DockerHub](https://index.docker.io/).\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.io/).\n2. Download [trusted build](https://hub.docker.com/r/malice/fprot/) from public [DockerHub](https://hub.docker.com): `docker pull malice/fprot`\n\n## Usage\n\n```\ndocker run --rm malice/fprot EICAR\n```\n\n### Or link your own malware folder:\n\n```bash\n$ docker run --rm -v /path/to/malware:/malware:ro malice/fprot FILE\n\nUsage: fprot [OPTIONS] COMMAND [arg...]\n\nMalice F-PROT 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  --table, -t            output as Markdown table\n  --callback, -c         POST results to Malice webhook [$MALICE_ENDPOINT]\n  --proxy, -x            proxy settings for Malice webhook endpoint [$MALICE_PROXY]\n  --elasticsearch value  elasticsearch url for Malice to store results [$MALICE_ELASTICSEARCH_URL]\n  --timeout value        malice plugin timeout (in seconds) (default: 60) [$MALICE_TIMEOUT]\n  --help, -h             show help\n  --version, -v          print the version\n\nCommands:\n  update  Update virus definitions\n  web     Create a F-PROT scan web service\n  help    Shows a list of commands or help for one command\n\nRun 'fprot COMMAND --help' for more information on a command.\n```\n\n## Sample Output\n\n### [JSON](https://github.com/malice-plugins/fprot/blob/master/docs/results.json)\n\n```json\n{\n  \"f-prot\": {\n    \"infected\": true,\n    \"result\": \"EICAR_Test_File (exact)\",\n    \"engine\": \"4.6.5.141\",\n    \"updated\": \"20170122\"\n  }\n}\n```\n\n### [Markdown](https://github.com/malice-plugins/fprot/blob/master/docs/SAMPLE.md)\n\n---\n\n#### F-PROT\n\n| Infected | Result                  | Engine    | Updated  |\n| -------- | ----------------------- | --------- | -------- |\n| true     | EICAR_Test_File (exact) | 4.6.5.141 | 20170122 |\n\n---\n\n## Documentation\n\n- [To write results to ElasticSearch](https://github.com/malice-plugins/fprot/blob/master/docs/elasticsearch.md)\n- [To create a F-PROT scan micro-service](https://github.com/malice-plugins/fprot/blob/master/docs/web.md)\n- [To post results to a webhook](https://github.com/malice-plugins/fprot/blob/master/docs/callback.md)\n- [To update the AV definitions](https://github.com/malice-plugins/fprot/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/fprot/issues/new).\n\n## CHANGELOG\n\nSee [`CHANGELOG.md`](https://github.com/malice-plugins/fprot/blob/master/CHANGELOG.md)\n\n## Contributing\n\n[See all contributors on GitHub](https://github.com/malice-plugins/fprot/graphs/contributors).\n\nPlease update the [CHANGELOG.md](https://github.com/malice-plugins/fprot/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) 2016 **blacktop**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalice-plugins%2Ffprot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalice-plugins%2Ffprot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalice-plugins%2Ffprot/lists"}