{{ $t('overall.remark') }}
{{ detection.victimIp }}
{{$t('detection.commandAndControl')}}
{{ detection.eventInfoObj.ioc_value || '-' }}
{{ detection.victimIp }}
{{$t('detection.payloadAndDelivery')}}
{{ detection.eventInfoObj.ioc_value }}
Fields
{{ $t('detection.list.startTime') }}
{{ detection.startTime ? dateFormatByAppearance(detection.startTime) : '-' }}
{{ $t('detections.victimIp') }}
{{ detection.victimIp || '-' }}
{{ $t('detections.victimLocation') }}
{{ $_.get(basicInfo, 'victimInfo.location.country', '-') || '-' }}
{{ $t('detections.victimAsn') }}
{{ $_.get(basicInfo, 'victimInfo.asn.asn', '-') || '-' }}
{{ $t('detections.offenderIp') }}
{{ detection.offenderIp || '-' }}
{{ $t('detections.offenderLocation') }}
{{ $_.get(basicInfo, 'offenderInfo.location.country', '-') || '-' }}
{{ $t('detections.offenderAsn') }}
{{ $_.get(basicInfo, 'offenderInfo.asn.asn', '-') || '-' }}
{{ $t('overall.domain') }}
{{ detection.domain || '-' }}
{{ $t('entities.domainCategory') }}
{{ $_.get(basicInfo, 'domainInfo.category.categoryName', '-') || '-' }}
{{ $t('entities.domainDetail.categoryGroup') }}
{{ $_.get(basicInfo, 'domainInfo.category.categoryGroup', '-') || '-' }}
{{ $t('entities.reputationLevel') }}
{{ basicInfo.domainInfo.category.reputationLevel }}
-
APP
{{ $_.get(basicInfo, 'appInfo.category.appName', '-') || '-' }}
APP {{ $t('entities.category') }}
{{ $_.get(basicInfo, 'appInfo.category.appCategory', '-') || '-' }}
APP {{ $t('entities.subcategory') }}
{{ $_.get(basicInfo, 'appInfo.category.appSubcategory', '-') || '-' }}
{{ $t('overall.appRisk') }}
{{ basicInfo.appInfo.category.appRisk }}
-
{{ $t('detections.malware') }}
{{ $_.get(basicInfo, 'malwareInfo.malwareName', '-') || '-' }}
{{ $t('detections.malwareAlias') }}
{{ $_.get(basicInfo, 'malwareInfo.malwareAlias', '-') || '-' }}
{{ $t('detections.malwareDescription') }}
{{ $_.get(basicInfo, 'malwareInfo.mitreAttackDescription', '-') || '-' }}
{{ $t('detections.malwarePlatforms') }}
{{ basicInfo.malwareInfo.mitreAttackPlatforms }}
-
{{ $t('detections.malwareTechniques') }}
{{ $_.get(basicInfo, 'malwareInfo.mitreAttackTechniques', '-') || '-' }}
{{ $t('detections.malwareGroups') }}
{{ $_.get(basicInfo, 'malwareInfo.mitreAttackGroups', '-') || '-' }}
{{ $t('detections.reference') }}
{{ basicInfo.malwareInfo.reference }}
-
{{ $t('detections.goToVictim') }}
{{ $t('detections.viewDetailOf') }}
{{ detection.victimIp }}
{{ $t('detections.goToOffender') }}
{{ $t('detections.viewDetailOf') }}
{{ detection.offenderIp }}
{{ detection.domain }}
{{ $t('detections.relatedDetections') }}
{{ formatT0(event) }}
{{ event.severity }}
{{ event.eventType }}
{{ dateFormatByAppearance(event.startTime) }}