TheHive-Project / TheHive

TheHive: a Scalable, Open Source and Free Security Incident Response Platform
https://thehive-project.org
GNU Affero General Public License v3.0
3.42k stars 623 forks source link

PhishTank Cortex Tag is transparent #535

Closed syloktools closed 6 years ago

syloktools commented 6 years ago

Request Type

Bug

Problem Description

Phishtank Cortex Tag is transparent

image

Had to drag over it to see it:

image

nadouani commented 6 years ago

Hello, what's the content of summary field of that job report in Cortex UI? Looks like the taxonomy has no level

3c7 commented 6 years ago

Problem:

if 'in_database' in raw and raw['in_database'] is True:
    ....
else:
    level = "unknown"
    value = "\"False\""
nadouani commented 6 years ago

Well, this needs to be fixed in both the analyzer and thehive (set a default color even if the level is unknown)