CAPEv2/data/yara at master · kevoreilly/CAPEv2 · GitHub
Skip to content

Latest commit

 

History

History

yara

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Yara categories explained

  • Server side -> data/yara/<CATEGORY>

    • This yara is initialized in lib/cuckoo/core/startup.py

      • So if your yara doesn't work pay attention to output log of cape-processor.service or process.py if executed manually, might be autodisabled due to compilation problems
    • CAPE - Will scan EVERYTHING, binaries, memory, payloads, procdumps, procmemory, etc...

    • binaries - only applied to initial sample, that user submit

    • urls -

    • memory - used for Volatility's YaraScan module, if enabled

    • macro - office extracted macros

  • VM side -> analizer/windows/data/yara

    • Yaras for byppases or script monitor execution
    • It's not precompiled on server side due to that monitor and server side yara should use the same version