aurora icon indicating copy to clipboard operation
aurora copied to clipboard

Malware similarity platform with modularity in mind.

Results 16 aurora issues
Sort by recently updated
recently updated
newest added

Directories in https://github.com/W3ndige/aurora/tree/master/kartons are subprojects. To get them, user may clone project by command `git clone --recursive https://github.com/W3ndige/aurora`. However, subproject path in https://github.com/W3ndige/aurora/blob/master/.gitmodules was set as `ssh@`, which causes normal...

Hello. I tried creating docker-compose with commands from readme. I got error message `Unsupported config version `. The problem is similar to this topic https://stackoverflow.com/questions/36724948/docker-compose-unsupported-config-option-for-services-service-web. Solution: Add `version: "3.0"` to...

bug

This can yield better results than minhashing whole disassembly by comparing if some of the functions are similar to the others in database.

enhancement
priority:medium
aurora

Malware similarity profile should be standardized into a clean and understandable summary of a malware sample. Something like this. ```json { "profile": { "filename": "filename", "md5": "md5", "sha1": "sha1", "sha256":...

enhancement
aurora

References: * https://neo4j.com/developer/graph-database/

priority:low
aurora

* https://mwdb.readthedocs.io/en/latest/integration-guide.html

enhancement
priority:low

Add maldoc similarity karton based on the embedded images and (or) other characteristics of a document. References: https://github.com/jstrosch/graph-maldoc-similar-images

enhancement
priority:low
kartons

Add single karton for communicating with aurora. Allows for unit tests for other kartons.

enhancement
priority:medium
kartons

Add karton for adding relationship with similar strings. Optimization ideas: * Store string length in db and choose only strings with length different by only a small factor. References: https://github.com/seatgeek/fuzzywuzzy

enhancement
priority:medium
kartons

* Minhashing functions instead of whole code.

enhancement
priority:medium
kartons
aurora