add variable for proofpoint tap api auth

pull/514/head
th3jiv3r 2020-01-13 14:47:59 -06:00
parent 2e7215bbec
commit c439b50766
1 changed files with 1 additions and 0 deletions

View File

@ -5,3 +5,4 @@ misp_url = 'https://<your MISP URL>/'
misp_key = 'Your MISP auth key' # The MISP auth key can be found on the MISP web interface under the automation section
misp_verifycert = True
misp_client_cert = ''
proofpoint_key = 'Your Proofpoint TAP auth key'