Cuckoo is able to report scores greater than 10
2.0.7 on Linux (Ubuntu 18.04.3 LTS)
Uploading a file (I cannot provide)
##### The log, error, files etc can be found at:
-
It might be worth max-ing the value before returning it

its alpha ;) and we are aware of that
Hi @jens1o,
You also can modify it with another number like 100/100 in core.
Find the core and fix it.
Should be changed to self.results["info"]["score"] = min(score / 5.0, 10)
PR it ;)
@jens1o
@ryanbekabe
Should be changed to
self.results["info"]["score"] = min(score / 5.0, 10)
Right. File 'cuckoo/cuckoo/core/plugins.py'.
For 'min(score / 5.0, 10)', Im not yet to try. Let's try!
Not sure If you should just do the minimum, as more flags are more suspicious... but regardless of that, I got files with scores over 25 as well
I thought of fixing it, but lets be serious, I love seeing 25,4 out of 10 VERY SUSPICIOUS
Most helpful comment
I thought of fixing it, but lets be serious, I love seeing 25,4 out of 10 VERY SUSPICIOUS