Binalyze AIR icon

Binalyze AIR

Manage Binalyze AIR resources

Actions99

Overview

This node integrates with Binalyze AIR to manage triage rules, specifically allowing the creation of tags for triage rules. Triage rule tags help categorize and organize triage rules within the Binalyze AIR platform, which is useful in digital forensics and incident response workflows.

A practical use case is automating the tagging of triage rules based on certain criteria or workflow triggers, enabling better filtering and management of triage data during investigations.

Properties

Name Meaning
Tag Name The name of the tag to create. This is a required string input where you specify the tag label.
Additional Fields Optional additional settings for the tag:
- Organization Specifies the organization associated with the tag. You can select an organization from a list, enter its ID (positive number or 0 for default), or provide the organization name. Using 0 applies the tag to all organizations.

Output

The node outputs JSON data representing the created triage rule tag. This typically includes details such as the tag's unique identifier, name, and associated organization information.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the Binalyze AIR API.
  • The node depends on the Binalyze AIR service being accessible and properly configured.
  • No additional environment variables are explicitly required beyond the API authentication.

Troubleshooting

  • Common Issues:

    • Invalid organization ID format: The organization ID must be a positive number or zero. Providing invalid values will cause validation errors.
    • Missing required "Tag Name": The tag name is mandatory; omitting it will result in an error.
    • API authentication failures: Ensure the API key credential is valid and has sufficient permissions.
  • Error Messages:

    • "Unknown resource": Occurs if the resource parameter is set incorrectly; ensure "triagerules" is selected.
    • Validation errors related to organization ID format: Correct the input to match the expected numeric pattern.
    • API errors returned by Binalyze AIR: Check network connectivity and API credentials.

Links and References

Discussion