{"id":"f44800ac-38ec-471f-936e-3fa7d9c53100","title":"PUA - CleanWipe Execution","description":"Detects the use of CleanWipe a tool usually used to delete Symantec antivirus.","author":"Nasreddine Bencherchali (Nextron Systems)","status":"test","level":"high","date":"2021-12-18","modified":"2023-02-14","tags":["attack.defense-impairment","attack.t1685"],"technique_ids":["T1685"],"logsource":{"category":"process_creation","product":"windows"},"falsepositives":["Legitimate administrative use (Should be investigated either way)"],"references":["https://github.com/3CORESec/MAL-CL/tree/master/Descriptors/Other/CleanWipe"],"source_path":"rules/windows/process_creation/proc_creation_win_pua_cleanwipe.yml","source_sha256":"6b388ae8755c42a22936632813aa1a8d8c9741cdc8b96360143a0eb1637bc34b","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/process_creation/proc_creation_win_pua_cleanwipe.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: PUA - CleanWipe Execution\nid: f44800ac-38ec-471f-936e-3fa7d9c53100\nstatus: test\ndescription: Detects the use of CleanWipe a tool usually used to delete Symantec antivirus.\nreferences:\n    - https://github.com/3CORESec/MAL-CL/tree/master/Descriptors/Other/CleanWipe\nauthor: Nasreddine Bencherchali (Nextron Systems)\ndate: 2021-12-18\nmodified: 2023-02-14\ntags:\n    - attack.defense-impairment\n    - attack.t1685\nlogsource:\n    category: process_creation\n    product: windows\ndetection:\n    selection1:\n        Image|endswith: '\\SepRemovalToolNative_x64.exe'\n    selection2:\n        Image|endswith: '\\CATClean.exe'\n        CommandLine|contains: '--uninstall'\n    selection3:\n        Image|endswith: '\\NetInstaller.exe'\n        CommandLine|contains: '-r'\n    selection4:\n        Image|endswith: '\\WFPUnins.exe'\n        CommandLine|contains|all:\n            - '/uninstall'\n            - '/enterprise'\n    condition: 1 of selection*\nfalsepositives:\n    - Legitimate administrative use (Should be investigated either way)\nlevel: high\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1685","id":"T1685","name":"Disable or Modify Tools","page":"techniques/enterprise/T1685/"}],"data_path":"data/detection-rules/f44800ac-38ec-471f-936e-3fa7d9c53100.json","kind":"sigma"}
