You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking to use the import model TAXII 2.1 in my MISP docker. I am unable to find any documentation on how to set this module up so that i can use it pull from the TAXII server. In my MISP instance I enabled the TAXII Import plugin, but the other two fields (features and config) don't show any options of setting the TAXII server url, or provide any information on what is needed to get this to run.
The text was updated successfully, but these errors were encountered:
Based on what I can see the module has never really been implemented fully into MISP.
The user config is not exposed to MISP:
userConfig = {
"url": {
"type": "String",
"message": "A TAXII 2.1 collection URL",
},
"added_after": {
"type": "String",
"message": "Lower bound on time the object was uploaded to the TAXII server"
},
"stix_id": {
"type": "String",
"message": "STIX ID(s) of objects"
},
"spec_version": { # TAXII 2.1 specific
"type": "String",
"message": "STIX version(s) of objects"
},
"type": {
"type": "String",
"message": "STIX type(s) of objects"
},
"version": {
"type": "String",
"message": 'Version timestamp(s), or "first"/"last"/"all"'
},
# Should we give some user control over this? It will not be allowed to
# exceed the admin setting.
"STIX object limit": {
"type": "Integer",
"message": "Maximum number of STIX objects to process"
},
"username": {
"type": "String",
"message": "Username for TAXII server authentication, if necessary"
},
"password": {
"type": "String",
"message": "Password for TAXII server authentication, if necessary"
}
}
Hello,
I am looking to use the import model TAXII 2.1 in my MISP docker. I am unable to find any documentation on how to set this module up so that i can use it pull from the TAXII server. In my MISP instance I enabled the TAXII Import plugin, but the other two fields (features and config) don't show any options of setting the TAXII server url, or provide any information on what is needed to get this to run.
The text was updated successfully, but these errors were encountered: