Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClamAV worker #36

Open
6 of 8 tasks
ehrenb opened this issue Mar 5, 2023 · 0 comments
Open
6 of 8 tasks

ClamAV worker #36

ehrenb opened this issue Mar 5, 2023 · 0 comments
Milestone

Comments

@ehrenb
Copy link
Owner

ehrenb commented Mar 5, 2023

Create a ClamAV worker module that fires on (all?) types:

In Dockerfile:

At runtime

  • run 'clamdandfreshclam -d` to background clamd and db updates

  • communicate with clamd via Python over the socket interface described here: https://manpages.debian.org/unstable/clamav-daemon/clamd.8.en.html

    • clamscan is slow, switch to clamav-daemon (clamd) in background so the service is always ready to respond
    • volume for clam_db to speed up start times when freshclam runs?
    • validate using known malicious sample
  • add to csv in docs

@ehrenb ehrenb added this to the v1.2 milestone Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant