This repository has been archived by the owner on May 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
SDK
Wes edited this page Jun 7, 2014
·
23 revisions
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.
cif -p -R 'https://localhost/api' -T 1234
cif -q example.com
cif -q 1.2.3.4
echo "{'observable':'example.com','tlp':'amber', 'confidence':'65','provider':'me@me.com'}" | cif -R 'https://localhost/api' -S -T 1234
These are just references, none of these projects are in any way affiliated with the CSIRT Gadgets Foundation or the CIF project.