{"id":"8f88e3f6-2a49-48f5-a5c4-2f7eedf78710","title":"Java Running with Remote Debugging","description":"Detects a JAVA process running with remote debugging allowing more than just localhost to connect","author":"Florian Roth (Nextron Systems)","status":"test","level":"medium","date":"2019-01-16","modified":"2023-02-01","tags":["attack.t1203","attack.execution"],"technique_ids":["T1203"],"logsource":{"category":"process_creation","product":"windows"},"falsepositives":["Unknown"],"references":["https://dzone.com/articles/remote-debugging-java-applications-with-jdwp"],"source_path":"rules/windows/process_creation/proc_creation_win_java_remote_debugging.yml","source_sha256":"dc11acf38995e63241252cdf24968516b9ecf04e579bbbb26bd6b95d0c1cfcf9","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/process_creation/proc_creation_win_java_remote_debugging.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: Java Running with Remote Debugging\nid: 8f88e3f6-2a49-48f5-a5c4-2f7eedf78710\nstatus: test\ndescription: Detects a JAVA process running with remote debugging allowing more than just localhost to connect\nreferences:\n    - https://dzone.com/articles/remote-debugging-java-applications-with-jdwp\nauthor: Florian Roth (Nextron Systems)\ndate: 2019-01-16\nmodified: 2023-02-01\ntags:\n    - attack.t1203\n    - attack.execution\nlogsource:\n    category: process_creation\n    product: windows\ndetection:\n    selection_jdwp_transport:\n        CommandLine|contains: 'transport=dt_socket,address='\n    selection_old_jvm_version:\n        CommandLine|contains:\n            - 'jre1.'\n            - 'jdk1.'\n    exclusion:\n        CommandLine|contains:\n            - 'address=127.0.0.1'\n            - 'address=localhost'\n    condition: all of selection_* and not exclusion\nfalsepositives:\n    - Unknown\nlevel: medium\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1203","id":"T1203","name":"Exploitation for Client Execution","page":"techniques/enterprise/T1203/"}],"data_path":"data/detection-rules/8f88e3f6-2a49-48f5-a5c4-2f7eedf78710.json","kind":"sigma"}
