Skip to main content

Threat detection commands

Use the following SMCTL commands to manage software scanning powered by ReversingLabs.

Command

All software scanning commands begin with:

smctl scan <subcommand>

Alternatively, you can use the abbreviated version:

smctl sc <subcommand>

Subcommands

tabla 1. Subcommands for software scanning

Shortcut

Subcommand

Description

desc

describe

Describe a scan by providing a scan ID.

dl

download

Download a scan by providing one or more scan ID.

fossa-scan

Provide the source code directory you want to perform a Software composition analysis (SCA) scan on with FOSSA.

ls

List

List all scans.

prj

project

Manage software projects.

delete

Delete scans by providing one or more scan ID.

rl-scan

Provide the file path to the files you want to scan with ReversingLabs.

rl-install

Install ReversingLabs scanning tool (rl-deploy).

-h

--help

Help for more information on a command.


Troubleshooting

To see more information regarding scan subcommands, use the command:

smctl scan <subcommand> --help

Alternatively, use the abbreviated version of the command:

smctl sc <subcommand> -h