Skip to content

Publish Exist Event #675

Answered by erkamcetiner
erkamcetiner asked this question in Q&A
Discussion options

You must be logged in to vote

misp.publish(1238, alert=False)

It's working.
1238 is Event ID, alert is e-mail notification value.
I'm using this in last.py example and there is a code like this:
misp = ExpandedPyMISP(misp_url, misp_key, misp_verifycert, cert=misp_client_cert)

So it means use misp.publish(1238, alert=False) after misp = ExpandedPyMISP(misp_url, misp_key, misp_verifycert, cert=misp_client_cert).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by erkamcetiner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant