mlsecproject / combine

Tool to gather Threat Intelligence indicators from publicly available sources
https://www.mlsecproject.org/
GNU General Public License v3.0
652 stars 179 forks source link

JSON improvements #113

Open krmaxwell opened 9 years ago

krmaxwell commented 9 years ago

Our JSON sucks right now. Effectively, each indicator is treated as a list. Turning it into a key-value array (dict in Python terms) would make it much more readable and useful. This requires careful planning, though, in case anyone actually consumes the JSON currently.

krmaxwell commented 9 years ago

Re-evaluate after #121 lands