diff --git a/src/views/detections/Index.vue b/src/views/detections/Index.vue index 9d01ded7..2c19371f 100644 --- a/src/views/detections/Index.vue +++ b/src/views/detections/Index.vue @@ -734,7 +734,7 @@ export default { const newUrl = urlParamsHandler(window.location.href, this.$route.query, { startTime: this.timeFilter.startTime, endTime: this.timeFilter.endTime, - range: this.dateRangeValue, + range: this.timeFilter.dateRangeValue, q: urlQ, mode: mode }) diff --git a/src/views/detections/overview/DetectionSecurityEventOverview.vue b/src/views/detections/overview/DetectionSecurityEventOverview.vue index fd75926c..3053c063 100644 --- a/src/views/detections/overview/DetectionSecurityEventOverview.vue +++ b/src/views/detections/overview/DetectionSecurityEventOverview.vue @@ -3,14 +3,11 @@
{{ $t('overall.remark') }}
-
- {{detection.victimIp}}  communicated with {{detection.offenderIp}}  that was associated with the indicator of Cobalt Strike activity, {{$_.get(detection, 'eventInfoObj.ioc_value', '') || ''}}. +
+ {{detection.victimIp}}  communicated with {{detection.offenderIp}}  that was associated with the indicator of {{detection.eventName}} activity, {{$_.get(detection, 'eventInfoObj.ioc_value', '') || ''}}.
-
- {{detection.victimIp}}  communicated with {{detection.offenderIp}}  that was associated with the indicator of Mirai attacks, {{$_.get(detection, 'eventInfoObj.ioc_value', '') || ''}}. -
-
- {{detection.victimIp}}  communicated with {{detection.offenderIp}}  that was associated with the indicator of Tor/I2P/MTProxy/Obfs4/Snowflake/GeneralBridge, {{$_.get(detection, 'eventInfoObj.ioc_value', '') || ''}}. +
+ {{detection.victimIp}}  communicated with {{detection.offenderIp}}  that was associated with the indicator of {{detection.eventName}}.
{{basicInfo.ruleDescription || '-'}}