Detectionmediumtest

Mesh Agent Service Installation

Detects a Mesh Agent service installation. Mesh Agent is used to remotely manage computers

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Nasreddine Bencherchali (Nextron Systems)Created Mon Nov 28e0d1ad53-c7eb-48ec-a87a-72393cc6cedcwindows
Log Source
Windowssystem
ProductWindows← raw: windows
Servicesystem← raw: system
Detection Logic
Detection Logic2 selectors
detection:
    selection_root:
        Provider_Name: 'Service Control Manager'
        EventID: 7045
    selection_service:
        - ImagePath|contains: 'MeshAgent.exe'
        - ServiceName|contains: 'Mesh Agent'
    condition: all of selection_*
False Positives

Legitimate use of the tool

MITRE ATT&CK

Other

attack.t1219.002
Rule Metadata
Rule ID
e0d1ad53-c7eb-48ec-a87a-72393cc6cedc
Status
test
Level
medium
Type
Detection
Created
Mon Nov 28
Path
rules/windows/builtin/system/service_control_manager/win_system_service_install_mesh_agent.yml
Raw Tags
attack.command-and-controlattack.t1219.002
View on GitHub