Actions99
- InterACT Actions
- Notification Actions
- Organization Actions
- Task Actions
- Policy Actions
- Repository Actions
- Setting Actions
- Triage Rule Actions
- User Actions
- Acquisition Actions
- API Token Actions
- Asset Actions
- Auto Asset Tag Actions
- Baseline Actions
- Case Actions
- Evidence Actions
Overview
The node integrates with Binalyze AIR to manage various resources related to digital forensics and incident response. Specifically, the "Case" resource with the "Open Case" operation allows users to reopen a previously closed or archived case within the Binalyze AIR system.
This node is beneficial in scenarios where an investigation case needs to be reactivated for further analysis or updates after it was closed. For example, if new evidence emerges or additional tasks need to be assigned, reopening the case enables continued management without creating a new case record.
Practical examples:
- Reopening a closed forensic case to add new findings.
- Reactivating an archived case to assign new tasks or update case details.
Properties
| Name | Meaning |
|---|---|
| Case ID | The unique identifier of the case to open. This is required to specify which case to reopen. |
Output
The node outputs JSON data representing the updated state of the case after it has been reopened. This typically includes details such as the case ID, status (now open), timestamps, and any other metadata returned by the Binalyze AIR API confirming the successful reopening of the case.
No binary data output is indicated for this operation.
Dependencies
- Requires an active connection to Binalyze AIR via an API key credential configured in n8n.
- The node depends on the Binalyze AIR API endpoints for case management.
- Proper permissions on the API key are necessary to perform case operations like opening a case.
Troubleshooting
Common issues:
- Providing an invalid or non-existent Case ID will likely result in an error from the API indicating the case cannot be found.
- Insufficient permissions on the API key may cause authorization errors.
- Network connectivity problems can prevent communication with the Binalyze AIR service.
Error messages and resolutions:
- "Unknown resource" — indicates the resource parameter is incorrect; ensure "cases" is selected.
- API errors about case not found — verify the Case ID is correct and exists in the system.
- Authorization errors — check that the API key credential has the necessary rights.
- Timeouts or network errors — confirm network access to Binalyze AIR endpoints.
Links and References
- Binalyze AIR Official Documentation
- Binalyze AIR API Reference (for detailed API endpoints and payloads)