T1546.005: Trap

Adversaries may establish persistence by executing malicious content triggered by an interrupt signal. The trap command allows programs and shells to specify commands that will be executed upon receiving interrupt signals. A common situation is a script allowing for graceful termination and handling of common keyboard interrupts like ctrl+c and ctrl+d.

Adversaries can use this to register code to be executed when the shell encounters specific interrupts as a persistence mechanism. Trap commands are of the following format trap 'command list' signals where "command list" will be executed when "signals" are received.

Positive Technologies products that cover the technique

MaxPatrol SIEM knowledge base

unix_mitre_attck_execution: PT-CR-1021: Unix_Suspicious_Command: Suspicious commands were executed on a Unix host

Detection

IDDS0022Data source and componentFile: File CreationDescription

Monitor for newly constructed files that may establish persistence by executing malicious content triggered by an interrupt signal.

IDDS0009Data source and componentProcess: Process CreationDescription

Monitor newly executed processes that may establish persistence by executing malicious content triggered by an interrupt signal.

IDDS0017Data source and componentCommand: Command ExecutionDescription

Monitor executed commands and arguments that may establish persistence by executing malicious content triggered by an interrupt signal.

IDDS0022Data source and componentFile: File ModificationDescription

Monitor for changes made to files that may establish persistence by executing malicious content triggered by an interrupt signal.