kojibhy / cuckoo-yara-auto

simple python script to add yara rules in cuckoo sandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • complete guide to cuckoo sandbox guide:

    complete-guide-cuckoo.md
  • simple python script to add yara rules in cuckoo sandbox:

     # default dir is ~.cuckoo/yara/
     # default url: 'https://github.com/Yara-Rules/rules/archive/master.zip'
     example with default config:  python3 yara-rules.py
  • available options: -d, --dir change default dir for yara rules -l, --list setup another url for yara rules repository, can be multi-urls

      python3 yara-rules.py --dir MYDIR/.cuckoo/yara/ --list https://github.com/Yara-Rules/rules/archive/master.zip any-other-URL

About

simple python script to add yara rules in cuckoo sandbox

License:MIT License


Languages

Language:Python 100.0%