swimlane / pyattck

A Python package to interact with the Mitre ATT&CK Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Techniques Return Empty Tactics Array

Still34 opened this issue · comments

Describe the bug
The Technique object should return its associated Tactics, but at the moment it returns an empty array.

To Reproduce
Steps to reproduce the behavior:

  1. Select any ATT&CK Enterprise technique
  2. View the Tactics member associated with the technique
  3. Empty results

Expected behavior
The technique should return its associated tactics.

Screenshots
image