{"id":"90dcf730-1b71-4ae7-9ffc-6fcf62bd0132","title":"Suspicious ZipExec Execution","description":"ZipExec is a Proof-of-Concept (POC) tool to wrap binary-based tools into a password-protected zip file.","author":"frack113","status":"test","level":"medium","date":"2021-11-07","modified":"2022-12-25","tags":["attack.execution","attack.stealth","attack.t1218","attack.t1202"],"technique_ids":["T1202","T1218"],"logsource":{"category":"process_creation","product":"windows"},"falsepositives":["Unknown"],"references":["https://twitter.com/SBousseaden/status/1451237393017839616","https://github.com/Tylous/ZipExec"],"source_path":"rules/windows/process_creation/proc_creation_win_hktl_zipexec.yml","source_sha256":"04561cbd16121c0a57747648aa0194609c512c286940a5fd49d8dc007a010e47","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/process_creation/proc_creation_win_hktl_zipexec.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: Suspicious ZipExec Execution\nid: 90dcf730-1b71-4ae7-9ffc-6fcf62bd0132\nstatus: test\ndescription: ZipExec is a Proof-of-Concept (POC) tool to wrap binary-based tools into a password-protected zip file.\nreferences:\n    - https://twitter.com/SBousseaden/status/1451237393017839616\n    - https://github.com/Tylous/ZipExec\nauthor: frack113\ndate: 2021-11-07\nmodified: 2022-12-25\ntags:\n    - attack.execution\n    - attack.stealth\n    - attack.t1218\n    - attack.t1202\nlogsource:\n    category: process_creation\n    product: windows\ndetection:\n    run:\n        CommandLine|contains|all:\n            - '/generic:Microsoft_Windows_Shell_ZipFolder:filename='\n            - '.zip'\n            - '/pass:'\n            - '/user:'\n    delete:\n        CommandLine|contains|all:\n            - '/delete'\n            - 'Microsoft_Windows_Shell_ZipFolder:filename='\n            - '.zip'\n    condition: run or delete\nfalsepositives:\n    - Unknown\nlevel: medium\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1202","id":"T1202","name":"Indirect Command Execution","page":"techniques/enterprise/T1202/"},{"key":"enterprise/T1218","id":"T1218","name":"System Binary Proxy Execution","page":"techniques/enterprise/T1218/"}],"data_path":"data/detection-rules/90dcf730-1b71-4ae7-9ffc-6fcf62bd0132.json","kind":"sigma"}
