MISP / misp-objects

Definition, description and relationship types of MISP objects
https://www.misp-project.org/objects.html
Other
91 stars 125 forks source link

YARA object to include hashes of files that give both positive and negative results #156

Open geekscrapy opened 5 years ago

geekscrapy commented 5 years ago

Suggestion is to have hash values included in the YARA object. This would allow correlation between malware samples and YARA rules that return true positives (and also false positives).

This would allow:

adulau commented 5 years ago

It's a good idea. I'm just wondering what's the best way to do it:

geekscrapy commented 5 years ago

Would this new object be too much overlap with the existing file object?

Also, updating the relationships and objects would become quite messy when the YARA rule is updated.

I might say, an addition to the yara object might be best, with multiple hash types available (not just sha256).