Davide Baglieri
Davide Baglieri
https://github.com/MISP/MISP-STIX-Converter/blob/8ebdb3d406068d15351cd65eb1b543488b2eed63/misp_stix_converter/converters/convert.py#L123 ``` # Remove any "marking" sections because the US-Cert is evil log.debug("Removing Marking elements...") for element in stixXml.findall(".//{http://data-marking.mitre.org/Marking-1}Marking"): element.getparent().remove(element) ``` The script remove any marking specification. Why? I'm working...
If someone want to evaluate this version of the misp_taxii_hook -- https://github.com/davidonzo/MISP-Taxii-Server/commit/b558f0b5aeb983a720ca2d8974dc7f02ddb54a6f > Preamble > The purpose is to improve the STIX import via TAXII on MISP. > Actually the...