PyMISP/pymisp
ANSSI-BSO-D 9087768b1d
add search on sighting
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.
2018-02-21 15:12:26 +01:00
..
data chg: Bump misp-objects 2018-02-13 11:26:17 +01:00
tools new: Add bindings for Galaxies and Taxonimies 2018-01-26 17:02:47 +01:00
__init__.py chg: version bump 2018-02-13 11:29:08 +01:00
abstract.py chg: Move MISPTag to Abstract MISP. 2018-01-08 11:59:32 +01:00
api.py add search on sighting 2018-02-21 15:12:26 +01:00
exceptions.py chg: Move MISPTag to Abstract MISP. 2018-01-08 11:59:32 +01:00
mispevent.py Merge pull request #189 from neok0/master 2018-02-19 11:49:50 +01:00