Detectionmediumtest

Removal Of SD Value to Hide Schedule Task - Registry

Remove SD (Security Descriptor) value in \Schedule\TaskCache\Tree registry hive to hide schedule task. This technique is used by Tarrask malware

Convert In Phoenix Studio

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

Launch
Sittikorn SCreated Fri Apr 15Updated Sat Oct 25acd74772-5f88-45c7-956b-6a7b36c294d2windows
Log Source
WindowsRegistry Delete
ProductWindows← raw: windows
CategoryRegistry Delete← raw: registry_delete
Detection Logic
Detection Logic1 selector
detection:
    selection:
        TargetObject|contains|all:
            - '\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\'
            - 'SD'
    condition: selection
False Positives
Unknown

False positive likelihood has not been assessed. Additional context may be needed during triage.

Testing & Validation

Regression Tests

by SigmaHQ Team
Positive Detection Test1 matchevtx

Microsoft-Windows-Sysmon

Rule Metadata
Rule ID
acd74772-5f88-45c7-956b-6a7b36c294d2
Status
test
Level
medium
Type
Detection
Created
Fri Apr 15
Modified
Sat Oct 25
Path
rules/windows/registry/registry_delete/registry_delete_schtasks_hide_task_via_sd_value_removal.yml
Raw Tags
attack.defense-evasionattack.t1562
View on GitHub