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

Output Mitre Tactics and Tags in an array of strings in JSON #1230

Closed
YamatoSecurity opened this issue Dec 15, 2023 · 1 comment · Fixed by #1231
Closed

Output Mitre Tactics and Tags in an array of strings in JSON #1230

YamatoSecurity opened this issue Dec 15, 2023 · 1 comment · Fixed by #1231
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@YamatoSecurity
Copy link
Collaborator

In the JSON output, MITRE ATT&CK tactics and tags get outputted in an array but they are not an array of strings, but a string inside an array that is separated by the broken pipe symbol. It would be nice to output in an array of strings instead so it is easier to parse.

Now:

  "MitreTactics": [
    "Exec ¦ Disc"
  ],
  "MitreTags": [
    "T1482 ¦ T1087 ¦ T1087.001 ¦ T1087.002 ¦ T1069.001 ¦ T1069.002 ¦ T1069 ¦ T1059.001"
  ],

@hitenkoku Is this something easy to do? or will it take time?

@hitenkoku
Copy link
Collaborator

@YamatoSecurity Thanks for your issue.
I will implement it.

@hitenkoku hitenkoku self-assigned this Dec 16, 2023
@hitenkoku hitenkoku added this to the v2.12.0 milestone Dec 16, 2023
hitenkoku added a commit that referenced this issue Dec 16, 2023
hitenkoku added a commit that referenced this issue Dec 16, 2023
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