misp-topcontrib/config.py
Felipe Luis Quezada Valenzuela 575ea7dfb8 #content
2024-11-06 14:53:19 -03:00

36 lines
615 B
Python

# Config MISP
MISP_CONFIG = {
"URL": "<URL_MISP>",
"AUTHKEY": "<AUTHKEY_MISP>"
}
CONFIG_WL = {
"filtros_buscar": ["osint", "google", "1000","microsoft","amazon","cloudflare"],
"max_reg": 4000
}
KTIP_CONFIG = {
"api_key": "<APIKEY>",
"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'
]