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

add Yara as a file scanner #148

Closed
mmguero opened this issue Aug 18, 2020 · 0 comments
Closed

add Yara as a file scanner #148

mmguero opened this issue Aug 18, 2020 · 0 comments
Assignees

Comments

@mmguero
Copy link
Collaborator

mmguero commented Aug 18, 2020

see issue #14

Add Yara as a file scanner, in addition to ClamAV and VirusTotal.

Also going to tweak those so that we can run more than just one scanner (e.g., both Yara and ClamAV, or all 3, or whatever).

@mmguero mmguero added enhancement New feature or request carving Relating to carving (extraction) of files from traffic and the scanning of those files external Depends on a bug or feature external to this project labels Aug 18, 2020
@mmguero mmguero self-assigned this Aug 18, 2020
mmguero added a commit that referenced this issue Aug 31, 2020
* Carved file scanning improvements
  * Multiple file scanners can now be enabled concurrently (previously only one at a time was allowed)
  * [Yara](https://github.com/VirusTotal/yara) [added](idaholab#148) as carved file scanner feeding signatures.log with [Florian Roth](https://github.com/Neo23x0)'s [Signature-Base](https://github.com/Neo23x0/signature-base) Yara ruleset enabled by default and the ability to provide other yara signatures under `yara/rules` under the Malcolm directory (see #148 and #14)

* Bumped versions
  * Moloch [v2.4.0](https://github.com/aol/moloch/blob/v2.4.0/CHANGELOG#L21-L42)

* Bug fixes
  * #150 docker-compose having issues with start and logs under macOS
  * Hedgehog was missing new environment variables for finer control of Zeek local policy behavior
  * miscellaneous tweaks to Docker and ISO images (mainly for file size)
@mmguero mmguero closed this as completed Aug 31, 2020
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