Subdominator icon indicating copy to clipboard operation
Subdominator copied to clipboard

Question

Open Conato1 opened this issue 9 months ago • 1 comments

Is it correct to fill in the API in the provider-config.yaml file like this? Because the API key format is filled in like this in the provider-config.yaml file like example 1

example 1

bevigil: [Api_key]

binaryedge: [Api_key]

bufferover: [Api_key]

builtwith: [Api_key]

or example 2

censys:

  • Api_key

facebook:

  • Api_key

google:

  • Api_key

intelx:

  • Api_key

Conato1 avatar Mar 18 '25 14:03 Conato1

Hello @Conato1 , Your Key configuration syntax is almost correct but for resources like censys,redhuntlabs,intelx resource you will need to configure your API keys like this below example:

censys:
  - api-secret:api-key

redhuntlabs:
  - redhunt-api-url:red-hunt-api-key

intelx:
  - your-host:intel-apikey

I hope these examples help you.

Kind regards, @RevoltSecurities

RevoltSecurities avatar Mar 18 '25 15:03 RevoltSecurities