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

Generate STIX wallets / transactions using crypto2stix #8

Closed himynamesdave closed 3 months ago

himynamesdave commented 3 months ago

Currently the code generates the cryptocurrency-wallet object using custom logic for bitcoin wallet extractions

We should use the logic from

https://github.com/muchdogesec/crypto2stix

Docs here: https://github.com/muchdogesec/txt2stix/commit/6bafd8639fcc401edc64d29b91539043551a20bd

We should remove all extractions for cryptocurrencies that are not bitcoin in the code (b/c crypto2stix currently only supports bitcoin)