Skip to content

a collection of APIs used to query different cyber threat intel resources

License

Notifications You must be signed in to change notification settings

ajackal/intel_apis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a collection of APIs used to query different cyber threat intel resources

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages