{{$t('detection.list.eventSecurity')}} :
{{detection.eventSecurity || '-'}}
{{$t('detections.eventSeverity')}} :
{{detection.eventSeverity || '-'}}
{{$t('detections.eventType')}} :
{{detection.eventType || '-'}}
{{$t('detection.list.malwareName')}} :
{{detection.malwareName || '-'}}
{{$t('detection.list.cryptominingPool')}} :
{{detection.cryptominingPool || '-'}}
{{$t('detection.list.startTime')}} :
{{dateFormatByAppearance(detection.startTime) || '-'}}
{{$t('overall.duration')}} :
{{unitConvert(detection.durationMs, 'time', null, null, 0).join(' ') || '-'}}