DefensePointSecurity / threat_note

DPS' Lightweight Investigation Notebook
Apache License 2.0
421 stars 97 forks source link

Exporting Indicators #169

Open ghost opened 8 years ago

ghost commented 8 years ago

Is there a way to export indicators to a CSV?

sroberts commented 8 years ago

@cgalligan Are you looking for something push button or are you ok with doing a little development?

ghost commented 8 years ago

I'm ok with doing some development or querying the database directly; just not sure of the format

sroberts commented 7 years ago

I recommend checking out the API. It should be easy to grab what you want and out put it in any format you want.

ghost commented 7 years ago

Can you point me towards the API details or some examples?

ghost commented 7 years ago

I didn't find the API documentation (link didn't resolve in the threat_note interface), but was able to get the information via the .db file in the threat_note directory. Via sqlite (ubuntu):

The indicators.csv file should be in the same folder you opened sqlite from