blackfist / CIFGlue

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

CSV has unneeded fields #37

Closed krmaxwell closed 12 years ago

krmaxwell commented 12 years ago

The current CSV export has many fields that are empty or unused. All we need for the non-malware indicators are:

ipaddress,case,created_at,indicator_url

which we will map in CIF to:

address,description,detecttime,alternativeid

No double quotes should be exported. Users who find a match in CIF can then click on the link and see the more verbose description and other metadata in CIFGlue.

blackfist commented 12 years ago

Fixed in technoskald's pull request.