muchdogesec / txt2stix

txt2stix is a Python script that is designed to identify and extract IoCs and TTPs from text files, identify the relationships between them, convert them to STIX 2.1 objects, and output as a STIX 2.1 bundle.
https://www.dogesec.com/
Apache License 2.0
22 stars 3 forks source link

Need to split SCO/SDO extension-definitions URL to account for new `stix2extensions` repo #16

Closed himynamesdave closed 2 months ago

himynamesdave commented 3 months ago

See update to txt2stix/stix.py

This fix causes an issue because now the URL also includes object type (either SCO / SDO).

e.g.

was: "https://raw.githubusercontent.com/muchdogesec/stix4doge/main/objects/extension-definition/bank-card.json"

is now "https://raw.githubusercontent.com/muchdogesec/stix2extensions/main/extension-definitions/scos/bank-card.json"

All objects except for weakness are SCOs. weakness is SDO.