Created
August 9, 2017 13:58
-
-
Save r0yfire/ad43999828078e06ac3e2580dd060830 to your computer and use it in GitHub Desktop.
Using cURL with Cymon API
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -XPOST https://api.cymon.io/v2/auth/login -H 'Content-Type: application/json' -d '{"username": "user", "password": "pass"}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -XGET https://api.cymon.io/v2/ioc/search/ip/8.8.8.8 -H 'Authorization: Bearer <JWT Token Here>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment