get_behaviour_report: Get Behaviour Report

View source: R/get_behaviour_report.R

get_behaviour_reportR Documentation

Get Behaviour Report

Description

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

References

https://docs.virustotal.com/reference

See Also

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

Examples

## Not run: 

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

get_behaviour_report(sandbox_id='hash_sandboxname')

## End(Not run)

virustotal documentation built on April 13, 2026, 9:07 a.m.