Skip to content

raw-data/karton-die-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Detect-It-Easy classifier for the Karton framework

A file type classifier based on Detect-It-East DIE.

Module's only goal is to attach DIE signatures, as tags, to samples submitted to mwdb-core

Consumes

{ "type": "sample", "kind": "raw" }, { "type": "sample", "stage": "recognized" }

Produces

{ "type": "sample", "stage": "analyzed" }

Event tags examples

Setup and configuration

Dependencies

$ curl -s https://api.github.com/repos/horsicq/DIE-engine/releases/latest | grep browser_download_url | awk -F"\":" '{print $2}' | tr -d "\"" | grep deb | wget -q --show-progress -i - # e.g. die_3.02-20210605_amd64.deb $ sudo dpkg -i die_3.02-20210605_amd64.deb

Modules install

$ git clone https://github.com/raw-data/karton-die-classifier/ $ cd karton-die-classifier/ $ python3 -m venv .venv $ source .venv/bin/active $ pip install . $ karton-die-classifier

About

Detect-It-Easy classifier for the Karton framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages