{"id":"055fb54c-a8f4-4aee-bd44-f74cf30a0d9d","title":"HackTool - SharpMove Tool Execution","description":"Detects the execution of SharpMove, a .NET utility performing multiple tasks such as \"Task Creation\", \"SCM\" query, VBScript execution using WMI via its PE metadata and command line options.\n","author":"Luca Di Bartolomeo (CrimpSec)","status":"test","level":"high","date":"2024-01-29","modified":"","tags":["attack.lateral-movement","attack.t1021.002"],"technique_ids":["T1021.002"],"logsource":{"category":"process_creation","product":"windows"},"falsepositives":["Unknown"],"references":["https://github.com/0xthirteen/SharpMove/","https://pentestlab.blog/tag/sharpmove/"],"source_path":"rules/windows/process_creation/proc_creation_win_hktl_sharpmove.yml","source_sha256":"cb447c0f6a7a56471af79a26ad864da49d78e21e6acffb80a332bb557867f697","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/process_creation/proc_creation_win_hktl_sharpmove.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: HackTool - SharpMove Tool Execution\nid: 055fb54c-a8f4-4aee-bd44-f74cf30a0d9d\nstatus: test\ndescription: |\n    Detects the execution of SharpMove, a .NET utility performing multiple tasks such as \"Task Creation\", \"SCM\" query, VBScript execution using WMI via its PE metadata and command line options.\nreferences:\n    - https://github.com/0xthirteen/SharpMove/\n    - https://pentestlab.blog/tag/sharpmove/\nauthor: Luca Di Bartolomeo (CrimpSec)\ndate: 2024-01-29\ntags:\n    - attack.lateral-movement\n    - attack.t1021.002\nlogsource:\n    category: process_creation\n    product: windows\ndetection:\n    selection_img:\n        - Image|endswith: '\\SharpMove.exe'\n        - OriginalFileName: SharpMove.exe\n    selection_cli_computer:\n        # In its current implementation the \"computername\" flag is required in all actions\n        CommandLine|contains: 'computername='\n    selection_cli_actions:\n        CommandLine|contains:\n            - 'action=create'\n            - 'action=dcom'\n            - 'action=executevbs'\n            - 'action=hijackdcom'\n            - 'action=modschtask'\n            - 'action=modsvc'\n            - 'action=query'\n            - 'action=scm'\n            - 'action=startservice'\n            - 'action=taskscheduler'\n    condition: selection_img or all of selection_cli_*\nfalsepositives:\n    - Unknown\nlevel: high\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1021.002","id":"T1021.002","name":"SMB/Windows Admin Shares","page":"techniques/enterprise/T1021.002/"}],"data_path":"data/detection-rules/055fb54c-a8f4-4aee-bd44-f74cf30a0d9d.json","kind":"sigma"}
