%if behavior["summary"]:

Summary

Files

%if behavior["summary"]["files"]: %else: Nothing to display. %endif

Mutexes

%if behavior["summary"]["mutexes"]: %else: Nothing to display. %endif

Registry Keys

%if behavior["summary"]["keys"]: %else: Nothing to display. %endif
%endif

Processes

%if behavior["processes"]: %for process in behavior["processes"]:

${process["process_name"]} PID: ${process["process_id"]}, Parent PID: ${process["parent_id"]}

%endfor %else: Nothing to display. %endif