MISP / PyMISP

Python library using the MISP Rest API
Other
431 stars 278 forks source link

Proofpoint_tap.py script error #1180

Open Moorocks opened 5 months ago

Moorocks commented 5 months ago

Hi there,

I'm running the script which is provided by you: https://github.com/MISP/PyMISP/blob/main/examples/proofpoint_tap.py

Proofpoint and misp integration it is.

So i configured the api keys correctly in keys file and when i run the script, i get the below error: image

i checked the proxy logs and could see that the traffic is being allowed. I also checked the pp api key and it is working. Could you please help with the issue?

Rafiot commented 5 months ago

None of us has access to Proofpoint so this is going to be difficult.

I'd recommend to check the event passed to add_event and check the content. Based on the error message the info field containing ['valueNotEmpty'] is weird and probably incorrect.