Skip to content

Commit 72d5403

Browse files
committed
updating att&ck mappings
1 parent b25b06e commit 72d5403

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

Payload_Type/poseidon/poseidon/agent_code/CHANGELOG.MD

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 2.0.26 - 2024-03-08
8+
9+
### Changed
10+
11+
- The latest ATT&CK removed `T1547.011` and replaced it with `T1647` which led to warnings in Mythic's UI
12+
713
## 2.0.25 - 2024-03-06
814

915
### Changed

Payload_Type/poseidon/poseidon/agentfunctions/builder.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"strings"
1616
)
1717

18-
const version = "2.0.25"
18+
const version = "2.0.26"
1919

2020
var payloadDefinition = agentstructs.PayloadType{
2121
Name: "poseidon",

Payload_Type/poseidon/poseidon/agentfunctions/persist_loginitem.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ func init() {
1313
Description: "Add a login item for the current user via the LSSharedFileListInsertItemURL function",
1414
HelpString: "persist_loginitem",
1515
Version: 1,
16-
Author: "@xorrior",
17-
MitreAttackMappings: []string{"T1547.011", "T1547.015"},
16+
Author: "@xorrior, @its_a_feature_",
17+
MitreAttackMappings: []string{"T1547.015", "T1647"},
1818
SupportedUIFeatures: []string{},
1919
CommandAttributes: agentstructs.CommandAttribute{
2020
SupportedOS: []string{agentstructs.SUPPORTED_OS_MACOS},

agent_capabilities.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"architectures": ["x86_64", "arm_64"],
1111
"c2": ["http", "websocket", "dynamichttp", "poseidon_tcp"],
1212
"mythic_version": "3.2",
13-
"agent_version": "2.0.25",
13+
"agent_version": "2.0.26",
1414
"supported_wrappers": []
1515
}

0 commit comments

Comments
 (0)