https://github.com/dbiesecke/xsoar-integration-internetdb
Simple Integration for the free InternetDB-API
https://github.com/dbiesecke/xsoar-integration-internetdb
api-rest openapi shodan-api xsoar xsoar-content
Last synced: over 1 year ago
JSON representation
Simple Integration for the free InternetDB-API
- Host: GitHub
- URL: https://github.com/dbiesecke/xsoar-integration-internetdb
- Owner: dbiesecke
- License: apache-2.0
- Created: 2024-06-06T13:01:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T13:34:23.000Z (about 2 years ago)
- Last Synced: 2024-07-30T21:06:45.146Z (almost 2 years ago)
- Topics: api-rest, openapi, shodan-api, xsoar, xsoar-content
- Language: Python
- Homepage: https://internetdb.shodan.io/
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xsoar-integration-internetdb
Simple Integration for the free [InternetDB-API](https://internetdb.shodan.io/)

## Install
Upload [InternetDB.yml](https://raw.githubusercontent.com/dbiesecke/xsoar-integration-internetdb/main/InternetDB.yml) to your Instance & activate it

* No API KEY NEEDED!
## internetdb-info-ip-get
* ip={{IP}} (Mandatory)
## Note
Generate with openapi-codegen function from `demisto-sdk` & changed a little bit.
* [openapi.json](https://internetdb.shodan.io/openapi.json)
### Generate config for codegen
```bash
demisto-sdk openapi-codegen -i openapi.json -n InternetDB
ls -lah InternetDB_config.json
```
### Generate final python code
```bash
demisto-sdk openapi-codegen -cf InternetDB_config.json -i openapi.json -o output -n InternetDB
```