{{$t('overall.remark')}}
{{basicInfo.malwareDescription || '-'}}
Fields
{{$t('detection.list.startTime')}}
{{basicInfo.startTime ? dayJs.tz(getMillisecond(basicInfo.startTime)).format('YYYY-MM-DD HH:mm:ss') : '-'}}
{{$t('detections.victimIp')}}
{{basicInfo.victimIp || '-'}}
{{$t('detections.victimLocation')}}
{{basicInfo.victimLocationCountry || '-'}}
{{$t('detections.victimAsn')}}
{{basicInfo.victimAsn || '-'}}
{{$t('detections.offenderIp')}}
{{basicInfo.offenderIp || '-'}}
{{$t('detections.offenderLocation')}}
{{basicInfo.offenderLocationCountry || '-'}}
{{$t('detections.offenderAsn')}}
{{basicInfo.offenderAsn || '-'}}
{{$t('overall.domain')}}
{{basicInfo.domain || '-'}}
{{$t('entities.domainCategory')}}
{{basicInfo.domainCategoryName || '-'}}
{{$t('entities.domainDetail.categoryGroup')}}
{{basicInfo.domainCategoryGroup || '-'}}
{{$t('entities.reputationLevel')}}
{{basicInfo.domainReputationLevel || '-'}}
APP
{{basicInfo.appName || '-'}}
APP {{$t('entities.category')}}
{{basicInfo.appCategory || '-'}}
APP {{$t('entities.subcategory')}}
{{basicInfo.appSubcategory || '-'}}
{{$t('detections.malware')}}
{{basicInfo.malwareName || '-'}}
{{$t('detections.malwareAlias')}}
{{basicInfo.malwareAlias || '-'}}
{{$t('detections.malwareDescription')}}
{{basicInfo.malwareDescription || '-'}}
{{$t('detections.malwarePlatforms')}}
{{basicInfo.malwarePlatforms || '-'}}
{{$t('detections.malwareTechniques')}}
{{basicInfo.malwareTechniques || '-'}}
{{$t('detections.malwareGroups')}}
{{basicInfo.malwareGroups || '-'}}
{{$t('detections.reference')}}
{{reference || '-'}}
{{$t('detections.goToVictim')}}
{{$t('detections.viewDetailOf', {ip: basicInfo.victimIp})}}
{{$t('detections.goToOffender')}}
{{$t('detections.viewDetailOf', {ip: basicInfo.offenderIp})}}
{{$t('detections.goToHunt')}}
{{$t('detections.viewAllRelated')}}
{{$t('detections.relatedDetections')}}
{{formatT0(event.startTime)}}
{{event.eventSeverity}}
{{event.securityType}}
{{dayJs.tz(getMillisecond(event.startTime)).format('YYYY-MM-DD HH:mm:ss')}}