Closed RR19MR closed 2 months ago
The issue seems that the tag is non-exportable, so it will not be search results.
{'id': '16397', 'name': 'aaa:action="block3m"', 'colour': '#ff0000', 'exportable': False, 'org_id': '0', 'user_id': '0', 'hide_tag': False, 'numerical_value': None, 'is_galaxy': False, 'is_custom_galaxy': False, 'local_only': False}
The issue seems that the tag is non-exportable, so it will not be search results.
{'id': '16397', 'name': 'aaa:action="block3m"', 'colour': '#ff0000', 'exportable': False, 'org_id': '0', 'user_id': '0', 'hide_tag': False, 'numerical_value': None, 'is_galaxy': False, 'is_custom_galaxy': False, 'local_only': False}
Thanks, it helped
Attribute in MISP:
Can't get custom tag (aaa:action="block3m") from custom taxonomy via PyMISP search function
aaa:action="block3m" tag is from local taxonomy. However, this tag I can access via PyMISP search_tags function
Bug ?