{"id":"9257c05b-4a4a-48e5-a670-b7b073cf401b","title":"Binary Proxy Execution Via Dotnet-Trace.EXE","description":"Detects commandline arguments for executing a child process via dotnet-trace.exe","author":"Jimmy Bayne (@bohops)","status":"test","level":"medium","date":"2024-01-02","modified":"","tags":["attack.execution","attack.stealth","attack.t1218"],"technique_ids":["T1218"],"logsource":{"category":"process_creation","product":"windows"},"falsepositives":["Legitimate usage of the utility in order to debug and trace a program."],"references":["https://twitter.com/bohops/status/1740022869198037480"],"source_path":"rules/windows/process_creation/proc_creation_win_dotnet_trace_lolbin_execution.yml","source_sha256":"c91d967d5a6af39bfb82838df293b7f154eaa3ce79deecd9962021fd279368e4","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/process_creation/proc_creation_win_dotnet_trace_lolbin_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: Binary Proxy Execution Via Dotnet-Trace.EXE\nid: 9257c05b-4a4a-48e5-a670-b7b073cf401b\nstatus: test\ndescription: Detects commandline arguments for executing a child process via dotnet-trace.exe\nreferences:\n    - https://twitter.com/bohops/status/1740022869198037480\nauthor: Jimmy Bayne (@bohops)\ndate: 2024-01-02\ntags:\n    - attack.execution\n    - attack.stealth\n    - attack.t1218\nlogsource:\n    category: process_creation\n    product: windows\ndetection:\n    selection_img:\n        - Image|endswith: '\\dotnet-trace.exe'\n        - OriginalFileName: 'dotnet-trace.dll'\n    selection_cli:\n        CommandLine|contains|all:\n            - '-- '\n            - 'collect'\n    condition: all of selection_*\nfalsepositives:\n    - Legitimate usage of the utility in order to debug and trace a program.\nlevel: medium\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1218","id":"T1218","name":"System Binary Proxy Execution","page":"techniques/enterprise/T1218/"}],"data_path":"data/detection-rules/9257c05b-4a4a-48e5-a670-b7b073cf401b.json","kind":"sigma"}
