Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T13:34:23.000Z (7 months ago)
- Last Synced: 2024-07-30T21:06:45.146Z (6 months 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/)
![image](https://github.com/dbiesecke/xsoar-integration-internetdb/assets/8032783/b9d4a759-b9fb-457c-a199-93de03f59ccf)
## Install
Upload [InternetDB.yml](https://raw.githubusercontent.com/dbiesecke/xsoar-integration-internetdb/main/InternetDB.yml) to your Instance & activate it
![image](https://github.com/dbiesecke/xsoar-integration-internetdb/assets/8032783/42174bac-8993-4b02-a543-d5020d57e54d)
* 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
```