Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 1 KB

README.md

File metadata and controls

40 lines (21 loc) · 1 KB

xsoar-integration-internetdb

Simple Integration for the free InternetDB-API

image

Install

Upload InternetDB.yml to your Instance & activate it

image

  • No API KEY NEEDED!

internetdb-info-ip-get

  • ip={{IP}} (Mandatory)

Note

Generate with openapi-codegen function from demisto-sdk & changed a little bit.

Generate config for codegen

demisto-sdk openapi-codegen -i openapi.json -n InternetDB
ls -lah InternetDB_config.json

Generate final python code

demisto-sdk openapi-codegen -cf InternetDB_config.json -i openapi.json -o output -n InternetDB