CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to execute a breach search based on a specified tenant filter. It is useful for security and compliance scenarios where users need to check for breaches related to a particular tenant ID or domain name. For example, an organization can use this node to monitor and respond to security breaches affecting their tenants.

Use Case Examples

  1. Executing a breach search for a specific tenant domain to identify compromised accounts.
  2. Automating breach detection workflows by integrating this node into a security monitoring pipeline.

Properties

Name Meaning
Tenant Filter The tenant ID or domain name used to filter the breach search results.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration.

Output

JSON

  • breachResults - The results of the breach search executed for the specified tenant filter.

Dependencies

  • Requires an API key credential for authenticating with the CIPP API.

Troubleshooting

  • Ensure the tenant filter is correctly specified; an invalid or empty tenant ID/domain may cause the request to fail.
  • If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Proxy settings must be correctly configured if used; incorrect proxy details can cause connection failures.
  • Timeout errors may occur if the server is slow to respond; increasing the timeout value can help.

Links

Discussion