From c439b50766da041023e26e14a1bae7ae4ee266e8 Mon Sep 17 00:00:00 2001 From: th3jiv3r Date: Mon, 13 Jan 2020 14:47:59 -0600 Subject: [PATCH] add variable for proofpoint tap api auth --- examples/keys.py.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/keys.py.sample b/examples/keys.py.sample index c3f8d0a..f1166c8 100644 --- a/examples/keys.py.sample +++ b/examples/keys.py.sample @@ -5,3 +5,4 @@ misp_url = 'https:///' 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'