# Config MISP MISP_CONFIG = { "URL": "", "AUTHKEY": "" } CONFIG_WL = { "filtros_buscar": ["osint", "google", "1000","microsoft","amazon","cloudflare"], "max_reg": 4000 } KTIP_CONFIG = { "api_key": "", "url_base": "https://opentip.kaspersky.com/api/v1/search/" } IOC_TIPOS_OMITIR = [ 'comment', 'text', 'other', 'datetime', 'attachment', 'port', 'size-in-bytes', 'counter', 'integer', 'cpe', 'float', 'hex', 'phone-number', 'boolean', 'anonymised', 'pgp-public-key', 'pgp-private-key' ]