MISP / MISP-STIX-Converter

A utility repo to assist with converting between MISP and STIX formats
GNU Lesser General Public License v3.0
64 stars 31 forks source link

A simple TAXII client fetching hailataxii samples and save the STIX XML. #1

Closed adulau closed 8 years ago

adulau commented 8 years ago

A simple TAXII client fetching hailataxii samples and save the STIX XML.

Wanted to try to the converter with sample STIX XML files. I added a simple script (using the TAXII client cabby) that fetch all collections and save them as XML files.

I tried to import them but it seems that the current import script cannot handle STIX XML files. Is this correct?

FloatingGhost commented 8 years ago

The current script should be able to handle XML (see this function)

Perhaps would fit better in a scripts directory, rather than tests, but it's useful to have.

FloatingGhost commented 8 years ago

OH! I see what I did. Fixing XML not working now :)