Cortex-Analyzers/thehive-templates/VMRay_4_1/short.html
Lukasz Kubik c064ac1467 - Adding support for verdicts (VMRay 4.0+)
- Making amount of taxonomies configurable
2021-03-16 15:40:44 +01:00

5 lines
277 B
HTML

<div class="label" ng-repeat="t in content.taxonomies"
ng-class="{'info': 'label-info', 'safe': 'label-success', 'suspicious': 'label-warning', 'malicious':'label-danger'}[t.level]"
style="display:inline-block;">
{{t.namespace}}:{{t.predicate}}="{{t.value}}"
</div>