Binalyze AIR icon

Binalyze AIR

Manage Binalyze AIR resources

Actions99

Overview

The node provides integration with Binalyze AIR, a platform for digital forensics and incident response automation. Specifically, the InterACT resource allows managing interactive shell sessions on devices, including executing commands and closing sessions.

The Close Session operation terminates an existing interactive session identified by a session ID. This is useful to cleanly end command execution sessions on remote endpoints once the required forensic or investigative tasks are completed.

Practical examples:

  • After running a series of commands on a remote device to collect forensic data, use this operation to close the session and free resources.
  • Automate cleanup of stale or orphaned interactive sessions in workflows that manage endpoint investigations.

Properties

Name Meaning
Session ID The InterACT session ID to be closed.

Output

The node outputs JSON data representing the result of the close session operation. Typically, this will confirm whether the session was successfully closed or provide error details if it failed.

No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for authenticating with the Binalyze AIR platform.
  • The node depends on the Binalyze AIR API being accessible from the n8n environment.
  • No additional external dependencies beyond the configured API authentication.

Troubleshooting

  • Common issues:

    • Providing an invalid or expired session ID will cause the operation to fail.
    • Network connectivity problems to the Binalyze AIR API can prevent session closure.
    • Insufficient permissions associated with the API key may block session management operations.
  • Error messages:

    • "Unknown resource": Indicates the resource parameter is incorrect; ensure "InterACT" is selected.
    • API errors related to session ID not found or unauthorized access should be resolved by verifying the session ID and API credentials.

Links and References

Discussion