Files
MBCProject-mbc-markdown/micro-behaviors/process/synchronization.md
T
Ryan Xu f7d92d59fa Staging (#124)
- Updating capa detection in behaviors
- Newsletter
- Conti malware
- pafish faq
2023-09-20 15:57:32 -04:00

645 B

ID C0022
Objective(s) Process
Related ATT&CK Techniques None
Version 2.0
Created 14 August 2020
Last Modified 10 November 2022

Synchronization

Malware enables two or more processes/threads to share a resource.

Methods

Name ID Description
Create Mutex C0022.001 Malware creates a mutex to enable synchronization.