Publish Exist Event #675
Answered
by
erkamcetiner
erkamcetiner
asked this question in
Q&A
-
Hi! |
Beta Was this translation helpful? Give feedback.
Answered by
erkamcetiner
Jan 3, 2021
Replies: 1 comment
-
It's working. So it means use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
erkamcetiner
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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)
aftermisp = ExpandedPyMISP(misp_url, misp_key, misp_verifycert, cert=misp_client_cert)
.