idaholab / Malcolm

Malcolm is a powerful, easily deployable network traffic analysis tool suite for full packet capture artifacts (PCAP files), Zeek logs and Suricata alerts.
https://idaholab.github.io/Malcolm/
Other
353 stars 58 forks source link

investigate magika as an alternative to libmagic #422

Open mmguero opened 7 months ago

mmguero commented 7 months ago

There are some place in Malcolm where we do file identification (you can grep the code for magic). This project from google, magika might offer some benefit or improvement? As in maybe we use magika as a first step and then fall back to libmagic otherwise? Worth checking out.