Remote Detection

File location:
  • Bundled implementation: source/client/python/scan.py

  • Cluster implementation: cluster/app/source/python/remote.py

Bundled Implementation

scan.remote(entry: Entry, mime: str, api: API)
Availability:

bundled implementation

Request the BroAPT-Daemon server to perform remote detection.

Parameters:
  • entry (Entry) – Extracted file to be processed.

  • mime (str) – MIME type.

  • api (API) – API entry from api.yml.

Returns:

Exit code (const.EXIT_SUCCESS or const.EXIT_FAILURE).

Return type:

int

Cluster Implementation

remote.remote(entry: Entry, mime: str, api: API)
Availability:

cluster implementation

See also

scan.remote()