Skip to main content

Shodan Key

Description#

General#

  • Documentation: https://developer.shodan.io/api
  • Summary: Shodan is a tool used to search for internet connected devices. API is used to request information.
  • IPs allowlist: This feature is not currently available.
  • Scopes: All keys have access to all endpoints.

Revoke the secret#

This feature is not described in the documentation.

Check for suspicious activity#

This feature is not available.

Details for Shodan#

  • Family: Api

  • Category: Other

  • Company: Shodan

  • High recall: False

  • Validity check available: True

  • On-premise instances exist: True

  • Only valid secrets raise an alert: True

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 1.89

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator  banlist_extensions: []  banlist_filenames: []  check_binaries: false  include_default_banlist_extensions: true  ban_markup: false- type: ContentWhitelistPreValidator  patterns:  - shodan

Examples#

- text: 'import shodan \n\n SHODAN_API_KEY = "dj2bsy53eJcEu6GAYu5PRrVoKHOVTCAl"'  apikey: dj2bsy53eJcEu6GAYu5PRrVoKHOVTCAl- text: 'SHODAN_API_KEY = "SlFqdFrw7t2Gw2Dbh2wGlOUDg6sAiOBK"'  apikey: SlFqdFrw7t2Gw2Dbh2wGlOUDg6sAiOBK- text: import shodan \n\n SHODAN_API_KEY = "dj2bsy53eJcEu6GAYu5PRrVoKHOVTCAl"  apikey: dj2bsy53eJcEu6GAYu5PRrVoKHOVTCAl  filename: some_file.md