PyMISP icon indicating copy to clipboard operation
PyMISP copied to clipboard

why doesn't misp.search_index(publish=False) return events with zero attributes?

Open github-germ opened this issue 3 years ago • 0 comments

We've noticed that search_index does not include events with zero attributes in the result.

 eventList = misp.search_index(
        published = False,
        pythonify = False,
        minimal   = True)

Is there another method to retrieve those. We use these type of queries to detect opportunities of data mitigation.

Thanks.

github-germ avatar Jul 12 '22 14:07 github-germ