EXPLORE
← Back to Explore
sigmalowHunting

Windows Service Terminated With Error

Detects Windows services that got terminated for whatever reason

Detection Query

selection:
  Provider_Name: Service Control Manager
  EventID: 7023
condition: selection

Author

Nasreddine Bencherchali (Nextron Systems)

Created

2023-04-14

Data Sources

windowssystem

Platforms

windows

Tags

attack.stealth
Raw Content
title: Windows Service Terminated With Error
id: acfa2210-0d71-4eeb-b477-afab494d596c
related:
    - id: d6b5520d-3934-48b4-928c-2aa3f92d6963
      type: similar
status: test
description: Detects Windows services that got terminated for whatever reason
references:
    - https://www.microsoft.com/en-us/security/blog/2023/04/11/guidance-for-investigating-attacks-using-cve-2022-21894-the-blacklotus-campaign/
author: Nasreddine Bencherchali (Nextron Systems)
date: 2023-04-14
tags:
    - attack.stealth
logsource:
    product: windows
    service: system
detection:
    selection:
        Provider_Name: 'Service Control Manager'
        EventID: 7023 # The X Service service terminated with the following error
    condition: selection
falsepositives:
    - False positives could occur since service termination could happen due to multiple reasons
level: low