You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ClamAV has become a very useful open source AV and general purpose scanner. I find it most useful in being able to parse Yara rules and the inclusion of sigtool to create your own Clam rule sets.
While I run this locally on many linux servers with my own script. I often have new samples that are not in my existing rules, I've wanted a way to be able to ingest my rules into TheHive, I was using the yara analyzer but it has had some hiccups with v2 of Cortex. This led me to build the following using the base code from other scanners:
Request Type
Analyzer
ClamAV has become a very useful open source AV and general purpose scanner. I find it most useful in being able to parse Yara rules and the inclusion of sigtool to create your own Clam rule sets.
While I run this locally on many linux servers with my own script. I often have new samples that are not in my existing rules, I've wanted a way to be able to ingest my rules into TheHive, I was using the yara analyzer but it has had some hiccups with v2 of Cortex. This led me to build the following using the base code from other scanners:
https://github.com/Hestat/ClamAV-CortexAnalyzer
I believe it it at a functional level now and wanted to share with the community.
The text was updated successfully, but these errors were encountered: