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, a digital forensics and incident response platform, to manage various resources including auto asset tags. Specifically, the Auto Asset Tag - Start Tagging operation initiates the tagging process on an auto asset tag within Binalyze AIR.
This operation is useful in scenarios where automated classification or labeling of endpoint assets is required based on predefined criteria. For example, security teams can start the tagging process to automatically categorize devices for further investigation or compliance checks.
Practical examples:
- Automatically tagging endpoints that meet certain risk profiles.
- Initiating asset categorization workflows as part of incident response automation.
- Starting tagging to trigger downstream processes like alerting or case creation.
Properties
| Name | Meaning |
|---|---|
| Auto Asset Tag for Tagging | The specific auto asset tag to start the tagging process for. Can be selected from a list or specified by ID. |
The property supports two modes for specifying the auto asset tag:
- From List: Select an existing auto asset tag from a searchable list.
- By ID: Enter the auto asset tag's unique identifier manually (letters, numbers, hyphens, and underscores only).
Output
The node outputs JSON data representing the result of the start tagging operation on the selected auto asset tag. This typically includes status information about the tagging process initiation, such as success confirmation or error details.
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 explicitly required beyond the Binalyze AIR environment.
Troubleshooting
- Invalid Auto Asset Tag ID: If the entered ID contains invalid characters (anything other than letters, numbers, hyphens, or underscores), the node will reject it. Ensure the ID matches the required pattern.
- API Authentication Errors: Failure to authenticate with the Binalyze AIR API will prevent the operation from executing. Verify that the API key credential is valid and has sufficient permissions.
- Unknown Resource Error: If the resource parameter is incorrectly set or missing, the node throws an error indicating an unknown resource.
- Network Issues: Connectivity problems with the Binalyze AIR server may cause timeouts or failures. Check network access and firewall settings.
Links and References
- Binalyze AIR Official Website
- Binalyze AIR API Documentation
- n8n Documentation on Creating Custom Nodes