AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node integrates with the AvantGuard CIPP API to perform phishing checks on public lists. Specifically, the "Retrieve Public Phishing Check" operation under the "List" resource allows users to query the system for phishing-related information associated with a given tenant ID. This can be useful in scenarios where organizations want to verify if certain entities or data are flagged for phishing risks publicly.

Practical examples include:

  • Security teams verifying if their tenant or domain is listed in public phishing databases.
  • Automated workflows that check tenant status before proceeding with sensitive operations.
  • Integrations that enrich security dashboards with real-time phishing check results.

Properties

Name Meaning
Tenantid The unique identifier of the tenant to query for public phishing check information.

Output

The node outputs JSON data containing the phishing check results related to the specified tenant ID. The exact structure depends on the API response but generally includes details about any phishing flags or statuses associated with the tenant.

No binary data output is indicated by the source code.

Dependencies

  • Requires an API key credential for authenticating with the AvantGuard CIPP API.
  • The base URL for the API is configured via credentials and used as the request base.
  • The node uses the @avantguardllc/n8n-openapi-node package to build properties and handle requests.
  • The OpenAPI specification (openapi.json) defines the available endpoints and parameters.

Troubleshooting

  • Missing or invalid Tenantid: Since the tenant ID is required, omitting it or providing an incorrect value will likely cause the API call to fail or return no data.
  • Authentication errors: Ensure the API key credential is correctly set up and has proper permissions.
  • Network or API endpoint issues: Verify that the base URL configured in credentials is correct and accessible.
  • Unexpected API responses: If the API changes or returns unexpected data, the node might not parse it correctly; updating the OpenAPI spec or node version may be necessary.

Links and References

Discussion