# Mitigações — Proteção de Endpoint
> **9 mitigações** · Controles no endpoint — antivírus, sandbox, code signing, execução, boot.
%%
```dataview
TABLE WITHOUT ID link(file.link, title) AS "Nome"
FROM "defenses/mitigations/endpoint"
WHERE !contains(file.name, "_")
SORT title ASC
```
%%
<!-- QueryToSerialize: TABLE WITHOUT ID link(file.link, title) AS "Nome" FROM "defenses/mitigations/endpoint" WHERE !contains(file.name, "_") SORT title ASC -->
<!-- SerializedQuery: TABLE WITHOUT ID link(file.link, title) AS "Nome" FROM "defenses/mitigations/endpoint" WHERE !contains(file.name, "_") SORT title ASC -->
| Nome |
| ----------------------------------------------------------------------------------------------------------------------------- |
| [[m1013-application-developer-guidance\|M1013 - Application Developer Guidance]] |
| [[m1038-execution-prevention\|M1038 - Execution Prevention]] |
| [[m1040-behavior-prevention-on-endpoint\|M1040 - Behavior Prevention on Endpoint]] |
| [[m1044-restrict-library-loading\|M1044 - Restrict Library Loading]] |
| [[m1045-code-signing\|M1045 - Code Signing]] |
| [[m1046-boot-integrity\|M1046 - Boot Integrity]] |
| [[m1048-application-isolation-and-sandboxing\|M1048 - Application Isolation and Sandboxing]] |
| [[m1049-antivirusantimalware\|M1049 - Antivirus/Antimalware]] |
| [[m1050-exploit-protection\|M1050 - Exploit Protection]] |
<!-- SerializedQuery END -->