Skip to content

Commit

Permalink
Removing colon from subtechnique descriptor in 4 macOS TTPs, which ef…
Browse files Browse the repository at this point in the history
…fectively breaks the TTP.

Summary: Removing the colong from the subtechnique descriptor in for macOS TTPs, which effectively breaks the TTP.

Reviewed By: d3sch41n

Differential Revision: D51114590

fbshipit-source-id: d7418d7200f6f299bc04c5e07391dc8d8aed0bf5
  • Loading branch information
Cedric Owens authored and facebook-github-bot committed Nov 8, 2023
1 parent 294fbd9 commit 1d0d93e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ttps/cred-and-key-mgmt/macos/prompt-api/prompt-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mitre:
- T1059 Command and Scripting Interpreter
- TA0006 Credential Access
techniques:
- T1059.002 Command and Scripting Interpreter: AppleScript
- T1059.002 Command and Scripting Interpreter AppleScript
steps:
- name: prompt-api
inline: |
Expand Down
2 changes: 1 addition & 1 deletion ttps/cred-and-key-mgmt/macos/prompt-cli/prompt-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mitre:
- T1059 Command and Scripting Interpreter
- TA0006 Credential Access
techniques:
- T1059.002 Command and Scripting Interpreter: AppleScript
- T1059.002 Command and Scripting Interpreter AppleScript
args:
- name: detect
default: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mitre:
techniques:
- T1056 Input Capture
subtechniques:
- T1056.001 Input Capture: Keylogging
- T1056.001 Input Capture Keylogging
steps:
- name: swiftspy-exec
inline: |
Expand Down
2 changes: 1 addition & 1 deletion ttps/persistence/macos/loginitem/loginitem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mitre:
techniques:
- T1547 Boot or Logon Autostart Execution
subtechniques:
- T1547.015 Boot or Logon Autostart Execution: Login Items
- T1547.015 Boot or Logon Autostart Execution Login Items
steps:
- name: loginitem
inline: |
Expand Down

0 comments on commit 1d0d93e

Please sign in to comment.