mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Update suspicious_event_log_service_behavior.yml
updating filter name
This commit is contained in:
@@ -8,7 +8,7 @@ datamodel: []
|
||||
description: This search looks for Windows events that indicate the event logging service has been shut down.
|
||||
search: (`wineventlog_security` EventCode=1100) | stats count min(_time) as firstTime max(_time) as lastTime by EventCode
|
||||
dest | `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)`
|
||||
| `windows_event_log_cleared_filter`
|
||||
| `suspicious_event_log_service_behavior`
|
||||
how_to_implement: To successfully implement this search, you need to be ingesting
|
||||
Windows event logs from your hosts.
|
||||
known_false_positives: It is possible the Event Logging service gets shut down due to system errors or legitimately administration tasks.
|
||||
|
||||
Reference in New Issue
Block a user