-
{{$t('overall.remark')}}
+
{{ $t('overall.remark') }}
-
Description
+
+
+ {{ detection.victimIp }}
+
+ attempted to access a command&control server (C&C) indicated by
+
+ {{
+ detection.iocValue
+ }}
+
+ {{ detection.victimIp }}
+
+ attempted to access a malware distribution server (payload
+ delivery) indicated by
+
+ {{
+ 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')}}
+
{{ $t('detection.list.startTime') }}
-
{{basicInfo.domainReputationLevel || '-'}}
+ {{
+ 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 || '-'}}
+
{{ basicInfo.appName || '-' }}
-
APP {{$t('entities.category')}}
-
{{basicInfo.appCategory || '-'}}
+
APP {{ $t('entities.category') }}
+
{{ basicInfo.appCategory || '-' }}
-
APP {{$t('entities.subcategory')}}
-
{{basicInfo.appSubcategory || '-'}}
+
APP {{ $t('entities.subcategory') }}
+
{{ basicInfo.appSubcategory || '-' }}
-
{{$t('overall.appRisk')}}
+
{{ $t('overall.appRisk') }}
-
{{basicInfo.appRisk || '-'}}
+
+ {{ basicInfo.appRisk || '-' }}
+
-
{{$t('detections.malware')}}
-
{{basicInfo.malwareName || '-'}}
+
{{ $t('detections.malware') }}
+
{{ basicInfo.malwareName || '-' }}
-
{{$t('detections.malwareAlias')}}
-
{{basicInfo.malwareAlias || '-'}}
+
{{ $t('detections.malwareAlias') }}
+
{{ basicInfo.malwareAlias || '-' }}
-
{{$t('detections.malwareDescription')}}
-
{{basicInfo.malwareDescription || '-'}}
+
{{ $t('detections.malwareDescription') }}
+
+ {{ basicInfo.malwareDescription || '-' }}
+
-
{{$t('detections.malwarePlatforms')}}
-
{{basicInfo.malwarePlatforms || '-'}}
+
{{ $t('detections.malwarePlatforms') }}
+
{{ basicInfo.malwarePlatforms || '-' }}
-
{{$t('detections.malwareTechniques')}}
-
{{basicInfo.malwareTechniques || '-'}}
+
{{ $t('detections.malwareTechniques') }}
+
+ {{ basicInfo.malwareTechniques || '-' }}
+
-
{{$t('detections.malwareGroups')}}
-
{{basicInfo.malwareGroups || '-'}}
+
{{ $t('detections.malwareGroups') }}
+
+ {{ basicInfo.malwareGroups || '-' }}
+
-
{{$t('detections.reference')}}
-
{{reference || '-'}}
+
{{ $t('detections.reference') }}
+
+ {{ reference || '-' }}
+
-