Skip to content

Is a bulk upload of attributes possible? #718

Answered by github-germ
jloehel asked this question in Q&A
Discussion options

You must be logged in to vote

Re' using PyMISP to upload large attributed events... we find it generally best to build the MISPEvent in memory in the client, and then upload iterating through batches (e.g. 1k attributes within that MISPEvent per batch).

  • If this is a new event start with pymisp.add_event followed by pymisp.update_event for the remaining batches.
  • For an existing event in MISP, populate the MISPEvent by calling pymisp.search_index(...) followed by pymisp.update_event for the remaining batches.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jloehel
Comment options

Answer selected by jloehel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants