diff --git a/src/views/detections/overview/DetectionPerformanceEventDomainOverview.vue b/src/views/detections/overview/DetectionPerformanceEventDomainOverview.vue
index 45d9ceb4..4a499d6b 100644
--- a/src/views/detections/overview/DetectionPerformanceEventDomainOverview.vue
+++ b/src/views/detections/overview/DetectionPerformanceEventDomainOverview.vue
@@ -6,9 +6,8 @@
{{ detection.domain }}
+ @click="goDetail('domain', computeSecondaryDomain(detection.domain))"
+ >{{ computeSecondaryDomain(detection.domain) }}
{{$t('detections.dnsQueryError')}}
diff --git a/src/views/detections/overview/DetectionSecurityEventOverview.vue b/src/views/detections/overview/DetectionSecurityEventOverview.vue
index 6271c90d..68df03a3 100644
--- a/src/views/detections/overview/DetectionSecurityEventOverview.vue
+++ b/src/views/detections/overview/DetectionSecurityEventOverview.vue
@@ -173,7 +173,7 @@
{{ $t('detections.viewDetailOf') }}
+ @click="goDetail('ip', basicInfo.victimIp)">{{ basicInfo.victimIp }}
{{ $t('detections.goToOffender') }}