mirror of
https://github.com/mitre/advmlthreatmatrix.git
synced 2025-03-13 02:46:29 -04:00
removed incorrectly added "Native API" technique and replaced with "Execution via API"
This commit is contained in:
parent
2af432253c
commit
313969721c
@ -125,15 +125,9 @@ An Adversary may utilize unsafe ML Models that when executed have an unintended
|
||||
>
|
||||
> An adversary may use pickle embedding to introduce malicious data payloads.
|
||||
|
||||
####  Native API
|
||||
####  Execution via API
|
||||
|
||||
Adversaries may directly interact with the native OS application programming interface (API) to execute behaviors. Native APIs provide a controlled means of calling low-level OS services within the kernel, such as those involving hardware/devices, memory, and processes. These native APIs are leveraged by the OS during system boot (when other system components are not yet initialized) as well as carrying out tasks and requests during routine operations.
|
||||
|
||||
Functionality provided by native APIs are often also exposed to user-mode applications via interfaces and libraries. For example, functions such as the Windows API CreateProcess() or GNU fork() will allow programs and scripts to start other processes. This may allow API callers to execute a binary, run a CLI command, load modules, etc. as thousands of similar API functions exist for various system operations.
|
||||
|
||||
Higher level software frameworks, such as Microsoft .NET and macOS Cocoa, are also available to interact with native APIs. These frameworks typically provide language wrappers/abstractions to API functionalities and are designed for ease-of-use/portability of code.
|
||||
|
||||
Adversaries may abuse these native API functions as a means of executing behaviors. Similar to [Command and Scripting Interpreter](https://attack.mitre.org/techniques/T1059/), the native API and its hierarchy of interfaces, provide mechanisms to interact with and utilize various components of a victimized system.
|
||||
stub
|
||||
|
||||
####  Traditional Software Attacks
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user