{"id":"cc4e02ba-9c06-48e2-b09e-2500cace9ae0","title":"Tasks Folder Evasion","description":"The Tasks folder in system32 and syswow64 are globally writable paths.\nAdversaries can take advantage of this and load or influence any script hosts or ANY .NET Application\nin Tasks to load and execute a custom assembly into cscript, wscript, regsvr32, mshta, eventvwr\n","author":"Sreeman","status":"test","level":"high","date":"2020-01-13","modified":"2022-12-25","tags":["attack.privilege-escalation","attack.persistence","attack.execution","attack.stealth","attack.t1574.001"],"technique_ids":["T1574.001"],"logsource":{"product":"windows","category":"process_creation"},"falsepositives":["Unknown"],"references":["https://twitter.com/subTee/status/1216465628946563073","https://gist.github.com/am0nsec/8378da08f848424e4ab0cc5b317fdd26"],"source_path":"rules/windows/process_creation/proc_creation_win_susp_task_folder_evasion.yml","source_sha256":"b330c1458c4813c9d0c8ddb90d48c65730feaaa66d5abeb5ade60c4f9eae52b0","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/process_creation/proc_creation_win_susp_task_folder_evasion.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: Tasks Folder Evasion\nid: cc4e02ba-9c06-48e2-b09e-2500cace9ae0\nstatus: test\ndescription: |\n    The Tasks folder in system32 and syswow64 are globally writable paths.\n    Adversaries can take advantage of this and load or influence any script hosts or ANY .NET Application\n    in Tasks to load and execute a custom assembly into cscript, wscript, regsvr32, mshta, eventvwr\nreferences:\n    - https://twitter.com/subTee/status/1216465628946563073\n    - https://gist.github.com/am0nsec/8378da08f848424e4ab0cc5b317fdd26\nauthor: Sreeman\ndate: 2020-01-13\nmodified: 2022-12-25\ntags:\n    - attack.privilege-escalation\n    - attack.persistence\n    - attack.execution\n    - attack.stealth\n    - attack.t1574.001\nlogsource:\n    product: windows\n    category: process_creation\ndetection:\n    selection1:\n        CommandLine|contains:\n            - 'echo '\n            - 'copy '\n            - 'type '\n            - 'file createnew'\n    selection2:\n        CommandLine|contains:\n            - ' C:\\Windows\\System32\\Tasks\\'\n            - ' C:\\Windows\\SysWow64\\Tasks\\'\n    condition: all of selection*\nfalsepositives:\n    - Unknown\nlevel: high\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1574.001","id":"T1574.001","name":"DLL","page":"techniques/enterprise/T1574.001/"}],"data_path":"data/detection-rules/cc4e02ba-9c06-48e2-b09e-2500cace9ae0.json","kind":"sigma"}
