Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lack of Procedures description #131

Closed
ablescia opened this issue Feb 18, 2023 · 1 comment · Fixed by #134 or #135
Closed

Lack of Procedures description #131

ablescia opened this issue Feb 18, 2023 · 1 comment · Fixed by #134 or #135
Assignees
Labels
enhancement New feature or request

Comments

@ablescia
Copy link

Is your feature request related to a problem? Please describe.
I can't find the procedure description for each techniques belongs to a group.

Describe the solution you'd like
I need to retrieve the procedure description for each techniques describe in the Technique used table.

For instance:

  • group: apt18
  • technique: 1547.001
  • procedure: APT18 establishes persistence via the HKCU\Software\Microsoft\Windows\CurrentVersion\Run key.

I need the text inside the procedure field.

@MSAdministrator
Copy link
Collaborator

@ablescia I have updated the Enterprise framework to suypport the relationship data type. In the next release you will be able to run something like this to get each relationship usage.

for relationship in attack.enterprise.relationships:
    print(relationship.id)
    print(relationship.description)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants