{"id":"75180c5f-4ea1-461a-a4f6-6e4700c065d4","title":"Windows Recall Feature Enabled - Registry","description":"Detects the enabling of the Windows Recall feature via registry manipulation. Windows Recall can be enabled by setting the value of \"DisableAIDataAnalysis\" to \"0\".\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_set","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_set/registry_set_enable_windows_recall.yml","source_sha256":"02482065aaf611d850ed9ff00b357db2b22fd49573d6e16de2cc4f382209dd83","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/registry/registry_set/registry_set_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 - Registry\nid: 75180c5f-4ea1-461a-a4f6-6e4700c065d4\nrelated:\n    - id: 5dfc1465-8f65-4fde-8eb5-6194380c6a62\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 setting the value of \"DisableAIDataAnalysis\" to \"0\".\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_set\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        TargetObject|endswith: '\\Software\\Policies\\Microsoft\\Windows\\WindowsAI\\DisableAIDataAnalysis'\n        Details: 'DWORD (0x00000000)'\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/75180c5f-4ea1-461a-a4f6-6e4700c065d4.json","kind":"sigma"}
