Skip to content

group_references missing #3

Description

@flowtrader2016

Hello,

Thanks for creating the ATTACK-Python-Client as this is very useful. I have observed the following:

If I create a group variable

groups = all_attack['groups']

and then a Pandas Dataframe from the groups data

df = json_normalize(groups)

I can then see the group_references associated with the "Lazarus Group"

df[df.group == "Lazarus Group"].group_references.values[0]

['https://attack.mitre.org/wiki/Group/G0032',
 'https://www.us-cert.gov/ncas/alerts/TA17-164A',
 'https://www.operationblockbuster.com/wp-content/uploads/2016/02/Operation-Blockbuster-Report.pdf']

However, when I go to the page https://attack.mitre.org/wiki/Group/G0032 I see there are 11 references and not the 3 returned by ATTACK-Python-Client.

screen shot lazarus

Is this a bug?

Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions