mirror of https://github.com/MISP/PyMISP
9 lines
450 B
Python
9 lines
450 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
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_sp = '<proofpoint service principal>' # Service Principal from TAP (https://threatinsight.proofpoint.com/<custID>/settings/connected-applications)
|
|
proofpoint_secret = '<proofpoint secret>' |