{{ $t('overall.country') }} :
{{ entityData.location ? entityData.location.country : '-' }}
{{ $t('overall.region') }} :
{{ entityData.location ? ipLocationRegion(entityData.location) : '-' }}
{{ $t('entities.asn') }} :
{{ entityData.asn ? entityData.asn.asn : '-' }}
{{ $t('entities.category') }} :
{{ entityData.category ? entityData.category.name : '-' }}
{{ $t('entities.subcategory') }} :
{{ entityData.category ? entityData.category.group : '-' }}
{{ $t('entities.reputationLevel') }} :
{{ entityData.category ? entityData.category.reputationLevel : '-' }}
{{ $t('entities.category') }} :
{{ entityData.category ? entityData.category.appCategory : '-' }}
{{ $t('entities.subcategory') }} :
{{ entityData.category ? entityData.category.appSubcategory : '-' }}
{{ $t('entities.risk') }} :
{{ entityData.category ? appRisk(entityData.category.appRisk) : '-' }}
{{ $t('entities.sentThroughput') }} :
{{
unitConvert(entityData.bytesSentRate, unitTypes.byte).join(' ') !=='- ' ? unitConvert(entityData.bytesSentRate, unitTypes.byte).join(' ') + 'ps' : '-'
}}
{{ $t('entities.receivedThroughput') }} :
{{ unitConvert(entityData.bytesReceivedRate, unitTypes.byte).join(' ') !== '- ' ? unitConvert(entityData.bytesReceivedRate, unitTypes.byte).join(' ') + 'ps' : '-' }}