During an investigation of an APT, you observe a process executing from C:\Users\Public\ and reaching out to a suspicious domain. Which TTP from the MITRE ATT&CK framework is primarily being demonstrated?
Trap 1: T1059: Command and Scripting Interpreter
This refers to shell execution, not the file location.
Trap 2: T1105: Ingress Tool Transfer
This is about moving files to the target, not executing them.
Trap 3: T1204: User Execution
This requires user interaction, which isn't specified.
- A
T1547: Boot or Logon Autostart Execution
Storing and executing files in user directories is a key persistence method.
- B
T1059: Command and Scripting Interpreter
Why wrong: This refers to shell execution, not the file location.
- C
T1105: Ingress Tool Transfer
Why wrong: This is about moving files to the target, not executing them.
- D
T1204: User Execution
Why wrong: This requires user interaction, which isn't specified.