Update yeti.py

add input
pull/488/head
Sebdraven 2021-04-21 14:45:07 +02:00
parent f6675a71e4
commit a277cbb8bf
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ from pymisp import MISPEvent, MISPObject, MISPAttribute
misperrors = {'error': 'Error'}
mispattributes = {'input': ['ip-src', 'ip-dst', 'hostname', 'domain'],
mispattributes = {'input': ['AS', 'ip-src', 'ip-dst', 'hostname', 'domain', 'sha256', 'sha1', 'md5', 'url'],
'format': 'misp_standard'
}
# possible module-types: 'expansion', 'hover' or both