0.7.1 • Published 3 years ago

node-red-contrib-vdoo v0.7.1

Weekly downloads
-
License
Apache-2.0
Repository
bitbucket
Last release
3 years ago

#node-red-contrib-vdoo

VDOO.COM Securing the Connected Everything

Custom nodes built to work with Vdoo Vision.

Important:

  • In order for this node to work, you need to have a VDOO vision account.
  • This package requires node-red to run on Node.JS V.12 or above

Usage:

  • From you VDOO Vision User Account page, click on "Privacy and Security"
  • Click on "Generate new Token", provide a token name and click "Generate"
  • The token key will only be displayed once, copy it and store it in a safe location

####VDOO Analysis

  • In your Node-red editor, drag the Vdoo analysis node from the palette
  • Configure a new token and enter the token key retrieved from the Vdoo Vision console
  • Configure your product ID (you can see your product ID in the Vdoo Artifact Inventory by clicking on "More Info" button on a product
  • Set the product version and firmware binary file path & name in the node's configuration

You can specify the amount of upload retries, the maximum number of upload threads as well as the analysis polling interval in the configuration of the node.

The node provides 3 outputs:

  • Status: will output a message with a status string for each status change
  • Report: will output a message including a report object upon successful report generation
  • Error: will output a message with an error object upon any type of failure

####VDOO Report

  • Delivers a report on a completed analysis (similar to the "report" output on the VDOO Analysis node
  • Requires the image uuid in the config or the msg object

####VDOO List

  • Delivers a complete list of all images associated with the account
  • If a CVE is provided in the config or msg object, this node will only return the images affected by the cve

####VDOO Zero Day

  • Performs a potential zero day analysis on a given image
  • The image has to exist in the current account
  • Requires the image uuid in the config or the msg object