{{ $t('overall.country') }} :
{{ $_.get(entityData, 'location.country', '-') || '-' }}
{{ $t('overall.city') }} :
{{ entityData.location ? ipLocationRegion(entityData.location) : '-' }}
{{ $t('entities.asn') }} :
{{ $_.get(entityData, 'asn.asn', '-') || '-' }}
{{ $t('entities.category') }} :
{{ $_.get(entityData, 'category.categoryGroup', '-') || '-' }}
{{ $t('entities.subcategory') }} :
{{ $_.get(entityData, 'category.categoryName', '-') || '-' }}
{{ $t('entities.reputationLevel') }} :
{{ $_.get(entityData, 'category.reputationLevel', '-') || '-' }}
{{ $t('entities.category') }} :
{{ $_.get(entityData, 'category.appCategory', '-') || '-' }}
{{ $t('entities.subcategory') }} :
{{ $_.get(entityData, 'category.appSubcategory', '-') || '-' }}
{{ $t('entities.risk') }} :
{{ entityData.category ? appRisk(entityData.category.appRisk) : '-' }}
{{ $t('entities.sentThroughput') }} :
{{
valueToRangeValue(entityData.bytesSentRate, unitTypes.bps).join(' ') !=='- ' ? valueToRangeValue(entityData.bytesSentRate, unitTypes.bps).join(' ') : '-'
}}
{{ $t('entities.receivedThroughput') }} :
{{ valueToRangeValue(entityData.bytesReceivedRate, unitTypes.bps).join(' ') !== '- ' ? valueToRangeValue(entityData.bytesReceivedRate, unitTypes.bps).join(' ') : '-' }}
{{ $t('network.score') }} :
{{score}}
{{ $t('dnsInsight.event') }} :
{{ eventNum }}