mirror of
https://github.com/adulau/threatintel-attributes-compare.git
synced 2024-12-22 08:46:04 +00:00
6 lines
228 B
Python
6 lines
228 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
|