General

  • source: Specifies the input source for the sandbox (e.g., URL, file).

  • scan_type: Defines the type of scan to perform (e.g., static, dynamic).

  • scan_timeout: Sets the timeout for each scan, in seconds. Default: 30.

  • threads: Number of threads to use for scanning. Default: 1.

  • user_agent: Sets the user agent string to use for HTTP requests. Default: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.3.

  • url: Specifies the target URL for the scan.

  • tag: Adds a tag to the scan for categorization. Default: threatai_testing.

  • set_cookies: Allows setting cookies for HTTP requests in JSON format. Default: '{}'.

  • log_level: Sets the logging level (e.g., DEBUG, INFO, ERROR). Default: INFO.

  • compare_previous: Enables or disables comparison with previous scan results. Default: False.

  • skip_if_exists: Skips the scan if the resource already exists in storage. Default: False.

  • queue_worker: Enables the sandbox to act as a queue worker for batch jobs. Default: False.

  • community: Enables or disables community mode for broader sharing. Default: False.

  • hash_types: Specifies the hash algorithms to use for resource validation. Default: ["sha256"].

  • webamon_apikey: API key for authenticating with Webamon services.

Last updated