blackfist / CIFGlue

Simple rails app to quickly add indicators to the Collective Intelligence Framework
10 stars 1 forks source link

text input #17

Open blackfist opened 12 years ago

blackfist commented 12 years ago

It would be nice to have a text field where you can put in delimited text and create multiple indicators.

veris-opensource commented 12 years ago

it looks like there is code that splits the indicator content on newlines and creates multiple indicators.

blackfist commented 12 years ago

Right now you can do that if you're entering indicators that are all the same type (malware or basic) and which will have the same description and are tied to the same case.

I want the analyst to be able to create a csv file with an indicator on each line. Columns would indicate the case, description, etc. CIFGlue should be able to ingest that file and create the appropriate indicators.