{"id":"424273ea-7cf8-43a6-b712-375f925e481f","title":"Scheduled Task Executed From A Suspicious Location","description":"Detects the execution of Scheduled Tasks where the Program being run is located in a suspicious location or it's an unusale program to be run from a Scheduled Task","author":"Nasreddine Bencherchali (Nextron Systems)","status":"test","level":"medium","date":"2022-12-05","modified":"2023-02-07","tags":["attack.privilege-escalation","attack.execution","attack.persistence","attack.t1053.005"],"technique_ids":["T1053.005"],"logsource":{"product":"windows","service":"taskscheduler","definition":"Requirements: The \"Microsoft-Windows-TaskScheduler/Operational\" is disabled by default and needs to be enabled in order for this detection to trigger"},"falsepositives":["Unknown"],"references":["Internal Research"],"source_path":"rules/windows/builtin/taskscheduler/win_taskscheduler_execution_from_susp_locations.yml","source_sha256":"eb34bbe48a99831f5dd950436de7a29df7a264323c0e2bbb1ecd0edfee749fc2","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/builtin/taskscheduler/win_taskscheduler_execution_from_susp_locations.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: Scheduled Task Executed From A Suspicious Location\nid: 424273ea-7cf8-43a6-b712-375f925e481f\nstatus: test\ndescription: Detects the execution of Scheduled Tasks where the Program being run is located in a suspicious location or it's an unusale program to be run from a Scheduled Task\nreferences:\n    - Internal Research\nauthor: Nasreddine Bencherchali (Nextron Systems)\ndate: 2022-12-05\nmodified: 2023-02-07\ntags:\n    - attack.privilege-escalation\n    - attack.execution\n    - attack.persistence\n    - attack.t1053.005\nlogsource:\n    product: windows\n    service: taskscheduler\n    definition: 'Requirements: The \"Microsoft-Windows-TaskScheduler/Operational\" is disabled by default and needs to be enabled in order for this detection to trigger'\ndetection:\n    selection:\n        EventID: 129 # Created Task Process\n        Path|contains:\n            - 'C:\\Windows\\Temp\\'\n            - '\\AppData\\Local\\Temp\\'\n            - '\\Desktop\\'\n            - '\\Downloads\\'\n            - '\\Users\\Public\\'\n            - 'C:\\Temp\\'\n    # If you experience FP. Uncomment the filter below and add the specific TaskName with the Program to it\n    # filter:\n    #     TaskName: '\\Exact\\Task\\Name'\n    #     Path: 'Exact\\Path'\n    condition: selection\nfalsepositives:\n    - Unknown\nlevel: medium\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1053.005","id":"T1053.005","name":"Scheduled Task","page":"techniques/enterprise/T1053.005/"}],"data_path":"data/detection-rules/424273ea-7cf8-43a6-b712-375f925e481f.json","kind":"sigma"}
