Emerging Threathightest

StoneDrill Service Install

This method detects a service install of the malicious Microsoft Network Realtime Inspection Service service described in StoneDrill report by Kaspersky

Convert In Phoenix Studio

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

Launch
Florian Roth (Nextron Systems)Created Tue Mar 07Updated Tue Nov 309e987c6c-4c1e-40d8-bd85-dd26fba8fdd62017
Emerging Threat
Active Threat

Developed to detect an active or emerging threat. Prioritize investigation of any alerts and correlate with threat intelligence.

Log Source
Windowssystem
ProductWindows← raw: windows
Servicesystem← raw: system
Detection Logic
Detection Logic1 selector
detection:
    selection:
        Provider_Name: 'Service Control Manager'
        EventID: 7045
        ServiceName: NtsSrv
        ImagePath|endswith: ' LocalService'
    condition: selection
False Positives
Unlikely

False positives are unlikely for most environments. High confidence detection.

MITRE ATT&CK
Rule Metadata
Rule ID
9e987c6c-4c1e-40d8-bd85-dd26fba8fdd6
Status
test
Level
high
Type
Emerging Threat
Created
Tue Mar 07
Modified
Tue Nov 30
Path
rules-emerging-threats/2017/Malware/StoneDrill/win_system_apt_stonedrill.yml
Raw Tags
attack.privilege-escalationattack.persistenceattack.g0064attack.t1543.003detection.emerging-threats
View on GitHub