toolost9
Results
1
comments of
toolost9
Hello Rafiot, yes it's a typo, this is the correct code: ``` # Fetch all the attributes result = misp.search('attributes', to_ids=1, includeDecayScore=True, pythonify=True) if 'Attribute' in result: for attribute in...