Cortex-Analyzers/thehive-templates/GreyNoise_2_3/short.html
2018-06-04 15:09:17 +02:00

4 lines
240 B
HTML

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