Global "normalized" field does not correspond to the same field per VT vendor
So-Cool opened this issue · 4 comments
So-Cool commented
Global "normalized" field has to be updated with corresponding fields per VT vendor which has been updated to provide better labelling.
hgascon commented
What do you mean exactly here? Can you give an example?
So-Cool commented
The structure of the JSON at the moment has one normalized field per VT vendor:
virustotal -> scans -> *vendor name* -> normalized
;
additionally there is a global normalized field here:
virustotal -> normalized
which pulls together all of the *vendor name* -> normalized
fields.
The latter one is not getting all the new normalized tokens that I've just implemented.