{"id":"8344c0e5-5783-47cc-9cf9-a0f7fd03e6cf","title":"Potential Discovery Activity Using Find - Linux","description":"Detects usage of \"find\" binary in a suspicious manner to perform discovery","author":"Nasreddine Bencherchali (Nextron Systems)","status":"test","level":"medium","date":"2022-12-28","modified":"","tags":["attack.discovery","attack.t1083"],"technique_ids":["T1083"],"logsource":{"category":"process_creation","product":"linux"},"falsepositives":["Unknown"],"references":["https://github.com/SaiSathvik1/Linux-Privilege-Escalation-Notes"],"source_path":"rules/linux/process_creation/proc_creation_lnx_susp_find_execution.yml","source_sha256":"507cdcdbab8ae4a151bccf2c2e4a69c72c6d27ddae062a567497e9b0a5276484","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/linux/process_creation/proc_creation_lnx_susp_find_execution.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: Potential Discovery Activity Using Find - Linux\nid: 8344c0e5-5783-47cc-9cf9-a0f7fd03e6cf\nrelated:\n    - id: 85de3a19-b675-4a51-bfc6-b11a5186c971\n      type: similar\nstatus: test\ndescription: Detects usage of \"find\" binary in a suspicious manner to perform discovery\nreferences:\n    - https://github.com/SaiSathvik1/Linux-Privilege-Escalation-Notes\nauthor: Nasreddine Bencherchali (Nextron Systems)\ndate: 2022-12-28\ntags:\n    - attack.discovery\n    - attack.t1083\nlogsource:\n    category: process_creation\n    product: linux\ndetection:\n    selection:\n        Image|endswith: '/find'\n        CommandLine|contains:\n            - '-perm -4000'\n            - '-perm -2000'\n            - '-perm 0777'\n            - '-perm -222'\n            - '-perm -o w'\n            - '-perm -o x'\n            - '-perm -u=s'\n            - '-perm -g=s'\n    condition: selection\nfalsepositives:\n    - Unknown\nlevel: medium\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1083","id":"T1083","name":"File and Directory Discovery","page":"techniques/enterprise/T1083/"}],"data_path":"data/detection-rules/8344c0e5-5783-47cc-9cf9-a0f7fd03e6cf.json","kind":"sigma"}
