CIRCL / AIL-framework

AIL framework - Analysis Information Leak framework. Project moved to https://github.com/ail-project
https://github.com/ail-project/ail-framework
GNU Affero General Public License v3.0
1.29k stars 283 forks source link

Extracting tagged data #517

Open annetteshajan opened 4 years ago

annetteshajan commented 4 years ago

Hi team I wanted to know how pastes and crawled data are getting stored internally with the tags and if there is any API I can use to extract them out or if the data is stored in a database so that it is visible to me. Thanks

Terrtia commented 4 years ago

Hi @annetteshajan ! All data (tags + metadata) are stored in ARDB. The endpoint (localhost:7000/tag/search/) to search object (item, domain, screenshot, ....) by tags isn't currently exposed to the API. I'll add it Today or next week in the core and in PyAIL.

I'll also add all get_metadata endpoints in pyail

Please tell me if you see others missing endpoints.