pipedream icon indicating copy to clipboard operation
pipedream copied to clipboard

[Components] detectify

Open pipedream-component-development opened this issue 1 year ago • 0 comments

detectify

URLs

  • https://developer.detectify.com/#section/Detectify-API

Polling Sources

new-high-risk-finding-instant

Prompt

Emit new event when a severe security finding at high risk level is detected. The required props are the target domain and user keys for authentication purposes.

URLs

  • https://developer.detectify.com/API/#get-all-findings
  • https://developer.detectify.com/API/#get-all-domains
  • https://developer.detectify.com/API/#get-a-single-domain

new-medium-risk-finding-instant

Prompt

Emit new event when a moderate security finding at a medium risk level is recognized. The user needs to enter the target domain and user keys for authentication.

URLs

  • https://developer.detectify.com/#!/event/get_events
  • https://developer.detectify.com/#!/check/start_check
  • https://developer.detectify.com/#!/domain/get_domains
  • https://developer.detectify.com/#!/profile/get_auth_token

new-scan-started-instant

Prompt

Emit this event as soon as a new security scan on the entered domain commences. The required props are the target domain and user keys for secure interaction.

URLs

  • https://developer.detectify.com/docs/endpoints.html#start-a-scan
  • https://developer.detectify.com/docs/endpoints.html#getting-an-api-key
  • https://developer.detectify.com/docs/endpoints.html#authentication