Skip to content

No objects with incident? #122

Description

@ChenFryd

When running

from taxii2client.v21 import Collection
collection = Collection('https://attack-taxii.mitre.org/api/v21/collections/x-mitre-collection--1f5f1533-f617-4ca8-9ab4-6a02367fa019')
objects = collection.get_objects()
print(set([obj["type"] for obj in objects["items"]]))

in the documentation there is ?match[type]=incident,malware in the 3.4 Filtering under the match[<field>].

the output is of the code is:
{'campaign', 'malware', 'x-mitre-data-source', 'x-mitre-data-component', 'identity', 'attack-pattern', 'tool', 'intrusion-set', 'course-of-action', 'marking-definition', 'x-mitre-matrix', 'x-mitre-tactic', 'relationship'}

I don't see any incident here.
Please advise, thanks in advance.

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