{"id":"d292e0af-9a18-420c-9525-ec0ac3936892","title":"Suspicious Java Children Processes","description":"Detects java process spawning suspicious children","author":"Nasreddine Bencherchali (Nextron Systems)","status":"test","level":"high","date":"2022-06-03","modified":"","tags":["attack.execution","attack.t1059"],"technique_ids":["T1059"],"logsource":{"category":"process_creation","product":"linux"},"falsepositives":["Unknown"],"references":["https://www.tecmint.com/different-types-of-linux-shells/"],"source_path":"rules/linux/process_creation/proc_creation_lnx_susp_java_children.yml","source_sha256":"0c4b2328ff576866aa33df227b368e3fd477e3bfafdd07fb48e844a6fefb3a95","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/linux/process_creation/proc_creation_lnx_susp_java_children.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 Java Children Processes\nid: d292e0af-9a18-420c-9525-ec0ac3936892\nstatus: test\ndescription: Detects java process spawning suspicious children\nreferences:\n    - https://www.tecmint.com/different-types-of-linux-shells/\nauthor: Nasreddine Bencherchali (Nextron Systems)\ndate: 2022-06-03\ntags:\n    - attack.execution\n    - attack.t1059\nlogsource:\n    category: process_creation\n    product: linux\ndetection:\n    selection:\n        ParentImage|endswith: '/java'\n        CommandLine|contains:\n            - '/bin/sh'\n            - 'bash'\n            - 'dash'\n            - 'ksh'\n            - 'zsh'\n            - 'csh'\n            - 'fish'\n            - 'curl'\n            - 'wget'\n            - 'python'\n    condition: selection\nfalsepositives:\n    - Unknown\nlevel: high\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1059","id":"T1059","name":"Command and Scripting Interpreter","page":"techniques/enterprise/T1059/"}],"data_path":"data/detection-rules/d292e0af-9a18-420c-9525-ec0ac3936892.json","kind":"sigma"}
