PyMISP/examples/keys.py.sample

9 lines
450 B
Plaintext
Raw Normal View History

2015-11-06 11:09:17 +01:00
#!/usr/bin/env python
# -*- coding: utf-8 -*-
2021-02-17 20:58:54 +01:00
misp_url = 'https://<your MISP URL>/'
2015-11-06 11:09:17 +01:00
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 = ''
2021-02-17 21:06:25 +01:00
proofpoint_sp = '<proofpoint service principal>' # Service Principal from TAP (https://threatinsight.proofpoint.com/<custID>/settings/connected-applications)
proofpoint_secret = '<proofpoint secret>'