mirror of https://github.com/MISP/PyMISP
9087768b1d
added the possibility to search sightings : Here some example : ```python print(misp.sighting_list(424242)) ``` The answer will give a sighting list corresponding to the attribute 424242. ```python print(misp.sighting_list(element_id=42, org_id=2, scope=event)) ``` The return will be a sighting list of event 42 with a filter for organisation 2. |
||
---|---|---|
.. | ||
data | ||
tools | ||
__init__.py | ||
abstract.py | ||
api.py | ||
exceptions.py | ||
mispevent.py |