From 15a86efb8011b5c19ce717da12fb4600a1438dd5 Mon Sep 17 00:00:00 2001 From: mhaag-spl <5632822+MHaggis@users.noreply.github.com> Date: Tue, 22 Jun 2021 14:24:22 -0600 Subject: [PATCH] Update suspicious_event_log_service_behavior.yml --- .../endpoint/suspicious_event_log_service_behavior.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/detections/endpoint/suspicious_event_log_service_behavior.yml b/detections/endpoint/suspicious_event_log_service_behavior.yml index 09ff3c6d59..383a298709 100644 --- a/detections/endpoint/suspicious_event_log_service_behavior.yml +++ b/detections/endpoint/suspicious_event_log_service_behavior.yml @@ -9,7 +9,7 @@ description: The following analytic utilizes Windows Event ID 1100 to identify w This event generates every time Windows Event Log service has shut down. It also generates during normal system shutdown. During triage, based on time of day and user, determine if this was planned. If not planned, follow through with reviewing parallel alerts and other data sources to determine what else may have occurred. search: '(`wineventlog_security` EventCode=1100) - | stats count min(_time) as firstTime max(_time) as lastTime by EventCode dest + | stats count min(_time) as firstTime max(_time) as lastTime by ComputerName Message EventCode | `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)` | `suspicious_event_log_service_behavior_filter`' @@ -31,9 +31,7 @@ tags: - CIS 3 - CIS 5 - CIS 6 - dataset: - - https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1070.001/atomic_red_team/windows-security.log - - https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1070.001/atomic_red_team/windows-system.log + dataset: [] kill_chain_phases: - Actions on Objectives mitre_attack_id: