Files
MBCProject-mbc-markdown/execution/execution-dependency.md
T
2021-04-21 22:46:41 -04:00

11 lines
561 B
Markdown

|||
|---|---|
|**ID**|**B0044**|
|**Objective(s)**|[Execution](../execution)|
|**Related ATT&CK Technique**|None|
Execution Dependency
====================
Software may require certain run-time or library dependencies consistent with normal software development and deployment. For example, software may require the presence of a .NET or Java runtime or to be run by a webserver that supports PHP. Unlike in [Conditional Execution](../execution/conditional-execute.md) this dependency is not because of an explicit check coded into the malware by the author.