swimlane / pyattck

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some mobile attack malwares are loaded with errors

lsteinberg-r7 opened this issue · comments

Bug description

Version 5.4.0 - Some malwares in attck.mobile.malwares array are loaded with errors. Fetching them leads to a process failure.
I can't upgrade to a higher version until a fix for this issue is up.

Steps to reproduce

  1. In Python, fetch the YiSpecter mobile malware from the pyattck.Attck().mobile.malwares array
  2. Try accessing the techniques property

Expected behavior

All malwares / actors should be loaded properly.

Screenshots

mobile-malware-error

And when trying to access the techniques property -

image