# Trap

Adversaries may establish persistence by executing malicious content triggered by an interrupt signal. The trap command allows programs and shell to specify commands that will be executed upon receiving interrupt signals. A common situation is a script allowing for a graceful termination and handling of common keyboard interrupts like CTRL+C and CTR+D.&#x20;

The trap command allows us to change what happens when certain signals are received. A demonstration on how we can call the calculator when a user utilizes the CTRL-C keyboard interruption.

<figure><img src="/files/D17J8JIiyFGP9Lusex8t" alt=""><figcaption></figcaption></figure>

&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dmcxblue.gitbook.io/red-team-notes-2-0/red-team-techniques/persistence/t1546-event-triggered-execution/trap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
