{{ $t('overall.remark') }}
{{ detection.victimIp }}
{{$t('detection.commandAndControl')}}
{{
detection.iocValue
}}
{{ detection.victimIp }}
{{$t('detection.payloadAndDelivery')}}
{{
detection.iocValue
}}
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('overall.appRisk') }}
{{ basicInfo.appRisk || '-' }}
{{ $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') }}
{{ $t('detections.goToOffender') }}
{{ $t('detections.viewDetailOf') }}
{{ basicInfo.offenderIp }}
{{ basicInfo.domain }}
{{ $t('detections.goToHunt') }}
{{ $t('detections.viewAllRelated') }}
{{ $t('detections.relatedDetections') }}
{{ formatT0(event) }}
{{ event.eventSeverity }}
{{ event.securityType }}
{{
dayJs
.tz(getMillisecond(event.startTime))
.format('YYYY-MM-DD HH:mm:ss')
}}