{"id":"cfec9d29-64ec-4a0f-9ffe-0fdb856d5446","title":"Suspicious Git Clone - Linux","description":"Detects execution of \"git\" in order to clone a remote repository that contain suspicious keywords which might be suspicious","author":"Nasreddine Bencherchali (Nextron Systems)","status":"test","level":"medium","date":"2023-01-03","modified":"2023-01-05","tags":["attack.reconnaissance","attack.t1593.003"],"technique_ids":["T1593.003"],"logsource":{"category":"process_creation","product":"linux"},"falsepositives":["Unknown"],"references":["https://gist.githubusercontent.com/MichaelKoczwara/12faba9c061c12b5814b711166de8c2f/raw/e2068486692897b620c25fde1ea258c8218fe3d3/history.txt"],"source_path":"rules/linux/process_creation/proc_creation_lnx_susp_git_clone.yml","source_sha256":"70b61cf27495f1488638cedaddbb854ac8911b4230f7115808c6f8124b4e024f","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/linux/process_creation/proc_creation_lnx_susp_git_clone.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 Git Clone - Linux\nid: cfec9d29-64ec-4a0f-9ffe-0fdb856d5446\nstatus: test\ndescription: Detects execution of \"git\" in order to clone a remote repository that contain suspicious keywords which might be suspicious\nreferences:\n    - https://gist.githubusercontent.com/MichaelKoczwara/12faba9c061c12b5814b711166de8c2f/raw/e2068486692897b620c25fde1ea258c8218fe3d3/history.txt\nauthor: Nasreddine Bencherchali (Nextron Systems)\ndate: 2023-01-03\nmodified: 2023-01-05\ntags:\n    - attack.reconnaissance\n    - attack.t1593.003\nlogsource:\n    category: process_creation\n    product: linux\ndetection:\n    selection_img:\n        Image|endswith: '/git'\n        CommandLine|contains: ' clone '\n    selection_keyword:\n        CommandLine|contains:\n            # Add more suspicious keywords\n            - 'exploit'\n            - 'Vulns'\n            - 'vulnerability'\n            - 'RCE'\n            - 'RemoteCodeExecution'\n            - 'Invoke-'\n            - 'CVE-'\n            - 'poc-'\n            - 'ProofOfConcept'\n            # Add more vuln names\n            - 'proxyshell'\n            - 'log4shell'\n            - 'eternalblue'\n            - 'eternal-blue'\n            - 'MS17-'\n    condition: all of selection_*\nfalsepositives:\n    - Unknown\nlevel: medium\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1593.003","id":"T1593.003","name":"Code Repositories","page":"techniques/enterprise/T1593.003/"}],"data_path":"data/detection-rules/cfec9d29-64ec-4a0f-9ffe-0fdb856d5446.json","kind":"sigma"}
