cscli scenarios install sigmahq/proc_creation_win_lolbin_tttracer_mod_load
1type: trigger2name: sigmahq/proc_creation_win_lolbin_tttracer_mod_load3description: |4 Detects usage of Time Travel Debugging Utility. Adversaries can execute malicious processes and dump processes, such as lsass.exe, via tttracer.exe.5filter: |6 (evt.Meta.service == 'sysmon' && evt.Parsed.EventID == '1') && (evt.Parsed.ParentImage endsWith '\\tttracer.exe')7blackhole: 2m8#status: test9labels:10 service: windows11 confidence: 112 spoofable: 013 classification:14 - attack.t121815 - attack.t1003.0011617 label: "Time Travel Debugging Utility Usage"18 behavior : "windows:audit"19 remediation: false2021scope:22 type: ParentProcessId23 expression: evt.Parsed.ParentProcessId2425