Skip to contents

Retrieves a specific behaviour report from a sandbox analysis.

Usage

get_behaviour_report(sandbox_id = NULL, ...)

Arguments

sandbox_id

Sandbox report ID (character string). Required.

...

Additional arguments passed to virustotal_GET.

Value

list containing detailed behaviour report from the sandbox

See also

set_key for setting the API key, get_file_behaviours for listing all behaviour reports

Examples

if (FALSE) { # \dontrun{

# Before calling the function, set the API key using set_key('api_key_here')

get_behaviour_report(sandbox_id='hash_sandboxname')
} # }