Skip to content

Commit

Permalink
updating att&ck mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed Mar 8, 2024
1 parent b25b06e commit 72d5403
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Payload_Type/poseidon/poseidon/agent_code/CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 2.0.26 - 2024-03-08

### Changed

- The latest ATT&CK removed `T1547.011` and replaced it with `T1647` which led to warnings in Mythic's UI

## 2.0.25 - 2024-03-06

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Payload_Type/poseidon/poseidon/agentfunctions/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"strings"
)

const version = "2.0.25"
const version = "2.0.26"

var payloadDefinition = agentstructs.PayloadType{
Name: "poseidon",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ func init() {
Description: "Add a login item for the current user via the LSSharedFileListInsertItemURL function",
HelpString: "persist_loginitem",
Version: 1,
Author: "@xorrior",
MitreAttackMappings: []string{"T1547.011", "T1547.015"},
Author: "@xorrior, @its_a_feature_",
MitreAttackMappings: []string{"T1547.015", "T1647"},
SupportedUIFeatures: []string{},
CommandAttributes: agentstructs.CommandAttribute{
SupportedOS: []string{agentstructs.SUPPORTED_OS_MACOS},
Expand Down
2 changes: 1 addition & 1 deletion agent_capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"architectures": ["x86_64", "arm_64"],
"c2": ["http", "websocket", "dynamichttp", "poseidon_tcp"],
"mythic_version": "3.2",
"agent_version": "2.0.25",
"agent_version": "2.0.26",
"supported_wrappers": []
}

0 comments on commit 72d5403

Please sign in to comment.