Binalyze AIR icon

Binalyze AIR

Manage Binalyze AIR resources

Actions99

Overview

This node integrates with Binalyze AIR, a digital forensics and incident response platform, to manage various resources including auto asset tags. Specifically, the Auto Asset Tag - Get operation retrieves details about a specific auto asset tag within the Binalyze AIR system.

Typical use cases include:

  • Automatically fetching metadata or configuration of an auto asset tag to enrich incident response workflows.
  • Integrating asset tagging information into broader security automation pipelines.
  • Querying existing tags to verify or audit asset classification in forensic investigations.

For example, you might use this node to get the details of an auto asset tag by its name or ID to dynamically adjust acquisition profiles or case assignments based on asset categorization.

Properties

Name Meaning
Auto Asset Tag The identifier of the auto asset tag to retrieve. You can specify it in one of three ways:
• From List (searchable dropdown of existing auto asset tags)
• By ID (string containing letters, numbers, hyphens, underscores only)
• By Name (string matching the auto asset tag's name)

Output

The node outputs JSON data representing the details of the requested auto asset tag. This typically includes all relevant properties of the tag as defined by Binalyze AIR, such as its ID, name, description, and any associated metadata.

No binary data output is indicated for 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 and properly configured.
  • No additional external services are required beyond the Binalyze AIR environment.

Troubleshooting

  • Invalid Auto Asset Tag ID format: If specifying by ID, ensure the value contains only letters, numbers, hyphens, and underscores. Otherwise, the node will throw a validation error.
  • Auto Asset Tag not found: If the specified tag does not exist, the API may return an error or empty result. Verify the tag exists in Binalyze AIR.
  • Authentication errors: Ensure the API key credential is valid and has sufficient permissions to read auto asset tags.
  • Network or connectivity issues: Confirm that the Binalyze AIR server is reachable from n8n and that no firewall or proxy blocks the requests.

Links and References

Discussion