Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.
Wes edited this page Jun 7, 2014 · 23 revisions

SDKs

The SDKs (Software Development Kits) are meant to be a thin programming layer between the CIF API and your application. The SDK goal is to function using the minimum dependencies required to make a connection and provide data to/from your application and a cif-router.

If you would like to contribute to, or create a SDK in another language, see the References section below for more ideas.

Examples

Ping

cif -p -R 'https://localhost/api' -T 1234

Search

cif -q example.com
cif -q 1.2.3.4

Submit

 echo "{'observable':'example.com','tlp':'amber', 'confidence':'65','provider':'me@me.com'}" | cif -R 'https://localhost/api' -S -T 1234

References

These are just references, none of these projects are in any way affiliated with the CSIRT Gadgets Foundation or the CIF project.

Clone this wiki locally