{"id":"5dfc1465-8f65-4fde-8eb5-6194380c6a62","title":"Windows Recall Feature Enabled - DisableAIDataAnalysis Value Deleted","description":"Detects the enabling of the Windows Recall feature via registry manipulation. Windows Recall can be enabled by deleting the existing \"DisableAIDataAnalysis\" registry value.\nAdversaries may enable Windows Recall as part of post-exploitation discovery and collection activities.\nThis rule assumes that Recall is already explicitly disabled on the host, and subsequently enabled by the adversary.\n","author":"Sajid Nawaz Khan","status":"test","level":"medium","date":"2024-06-02","modified":"","tags":["attack.collection","attack.t1113"],"technique_ids":["T1113"],"logsource":{"category":"registry_delete","product":"windows"},"falsepositives":["Legitimate use/activation of Windows Recall"],"references":["https://learn.microsoft.com/en-us/windows/client-management/manage-recall","https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-windowsai#disableaidataanalysis"],"source_path":"rules/windows/registry/registry_delete/registry_delete_enable_windows_recall.yml","source_sha256":"2b9500eb9229b84a8e5d079028779ec11cbd663e95201547b26a08e373411032","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/registry/registry_delete/registry_delete_enable_windows_recall.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: Windows Recall Feature Enabled - DisableAIDataAnalysis Value Deleted\nid: 5dfc1465-8f65-4fde-8eb5-6194380c6a62\nrelated:\n    - id: 75180c5f-4ea1-461a-a4f6-6e4700c065d4\n      type: similar\n    - id: 817f252c-5143-4dae-b418-48c3e9f63728\n      type: similar\nstatus: test\ndescription: |\n    Detects the enabling of the Windows Recall feature via registry manipulation. Windows Recall can be enabled by deleting the existing \"DisableAIDataAnalysis\" registry value.\n    Adversaries may enable Windows Recall as part of post-exploitation discovery and collection activities.\n    This rule assumes that Recall is already explicitly disabled on the host, and subsequently enabled by the adversary.\nreferences:\n    - https://learn.microsoft.com/en-us/windows/client-management/manage-recall\n    - https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-windowsai#disableaidataanalysis\nauthor: Sajid Nawaz Khan\ndate: 2024-06-02\ntags:\n    - attack.collection\n    - attack.t1113\nlogsource:\n    category: registry_delete\n    product: windows\ndetection:\n    selection:\n        # HKEY_CURRENT_USER\\Software\\Policies\\Microsoft\\Windows\\WindowsAI\\DisableAIDataAnalysis\n        # HKEY_LOCAL_MACHINE\\SOFTWARE\\Policies\\Microsoft\\Windows\\WindowsAI\\DisableAIDataAnalysis\n        EventType: DeleteValue\n        TargetObject|endswith: '\\Microsoft\\Windows\\WindowsAI\\DisableAIDataAnalysis'\n    condition: selection\nfalsepositives:\n    - Legitimate use/activation of Windows Recall\nlevel: medium\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1113","id":"T1113","name":"Screen Capture","page":"techniques/enterprise/T1113/"}],"data_path":"data/detection-rules/5dfc1465-8f65-4fde-8eb5-6194380c6a62.json","kind":"sigma"}
