MISP / MISP/PyMISP

PYMisp.search return empty list with the eventinfo argument.

Open
#1,328 8 comments 0 reactions 1 assignee View on GitHub

@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 :

Image

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.