https://github.com/ajackal/intel_apis
a collection of APIs used to query different cyber threat intel resources
https://github.com/ajackal/intel_apis
api cybersecurity intelligence shodan virustotal
Last synced: 3 days ago
JSON representation
a collection of APIs used to query different cyber threat intel resources
- Host: GitHub
- URL: https://github.com/ajackal/intel_apis
- Owner: ajackal
- License: mit
- Created: 2017-05-07T15:35:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T15:45:24.000Z (over 8 years ago)
- Last Synced: 2025-01-17T08:35:26.972Z (9 months ago)
- Topics: api, cybersecurity, intelligence, shodan, virustotal
- Language: Python
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cyber Threat Intelligence APIs
a collection of python programs utilizing threat intelligence APIs to query different cyber threat intelligence resources, parse the data and return it in a useful form for analysts.## Currently Supported Feeds:
- shodan
- virus total## General Usage
- API key read from a separate file defined with the '-k' option, required.
- Information to be quiered (right now mostly IP addresses) must be written one entry per line in a .txt file; defined with '-i', required.
- Output file is formatted to a .csv file and is defined with '-o', optional. Results may vary on how organized the file is based on how consistent output is from the API.Example:
`./shodan_api.py -k api_keyfile.txt -i ipaddrs.txt -o results.csv`