PYMisp.search return empty list with the eventinfo argument.
Open
@Rafiot is already working on this.
Since May 22, 2025.
- Dominant language
- Python
- Stars
- 491
- Forks
- 290
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 3
Description
Hello,
I am trying to get events and attributs of WannaCry. For this, i wanted to use the search function to get events where the word "WannaCry" is on the "info" label like we see in the screen :
When i try to use the Pymisp.search like this :
events = misp.search(eventinfo='WannaCry').
My Object "events" is empty. I already tryed with the parameter "controller='events'" and with a limit.
Thank you for reading this issue.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.