- Added format field for goaml so the module is
known as returning MISP attributes & objects
- Fixed introspection to make the format, user
config and input source fields visible from
MISP (format also added at the same time)
'description':'Import Attributes from a csv file.',
'module-type':['import']}
moduleconfig=[]
inputSource=['file']
userConfig={'header':{
'type':'String',
'message':'Define the header of the csv file, with types (included in MISP attribute types or attribute fields) separated by commas.\nFor fields that do not match these types, please use space or simply nothing between commas.\nFor instance: ip-src,domain, ,timestamp'},
@ -20,6 +19,7 @@ userConfig = {'header': {
'type':'Boolean',
'message':'Tick this box ONLY if there is a header line, NOT COMMENTED, in the file (which will be skipped atm).'