Scanning for malware on Linux

Scanning for malware on Linux

Hello Team,

If you're using Bitdefender on Linux and need to scan your system, you can do so with the bduitool command located in the following path: /opt/bitdefender-security-tools/bin/bduitool

Here’s a simple guide to help you understand how to use the scan options:

- Check the Status of bduitool
To check if the bduitool service is running, use the following command: /opt/bitdefender-security-tools/bin/bduitool get ps

- Scan Options

You can run a full, quick, or custom scan. To run a scan, use one of the following commands:
  1. /opt/bitdefender-security-tools/bin/bduitool scan -s full
  2. /opt/bitdefender-security-tools/bin/bduitool scan -s quick
  3. /opt/bitdefender-security-tools/bin/bduitool scan -s custom <path1> <path2>...
For custom scans, you need to specify which files or folders to scan. You can also use wildcards (e.g., * for multiple files, ? for a single file).

Example of custom scan on specific folders/files: /opt/bitdefender-security-tools/bin/bduitool scan -s custom /home/user1/folder1 /home/user1/file.txt
Scan with wildcards: /opt/bitdefender-security-tools/bin/bduitool scan -s custom "/dir/*/dir"

Pause, Resume, or Stop Scans:
  1. Pause scans: /opt/bitdefender-security-tools/bin/bduitool scan -p
  2. Resume paused scans: /opt/bitdefender-security-tools/bin/bduitool scan -r
  3. Stop all scans: /opt/bitdefender-security-tools/bin/bduitool scan -q
View running scan tasks: /opt/bitdefender-security-tools/bin/bduitool get scantasks
View details of the last finished scan task: /opt/bitdefender-security-tools/bin/bduitool get scanlog [taskID]

- Quarantine Management

Display all quarantined items: /opt/bitdefender-security-tools/bin/bduitool get quar
Display the first 10 items in quarantine: /opt/bitdefender-security-tools/bin/bduitool get quar -s 10

Let me know if you need any help with these commands!

    • Related Articles

    • Bitdefender GZ Agent Install - Linux

      Refer link here for Create and Download package from console. Once the Linux package is downloaded from the console, please open the terminal and follow the below command. 1. Open terminal > Get root access > - sudo su 2. Go to File location where ...
    • SIEM Intergration with Bitdefender GravityZone

      Requirements Access to Bitdefender GravityZone Console. Ubuntu 24.04 LTS server with the following hardware configuration: Must be on the same network as the SIEM (On-Premises) or able to communicate with SIEM (Cloud). 2 CPU, 4 GB RAM, 80 GB HDD. ...
    • Relay Server Requirements

      Hello Team, Please find the minimum requirements for setting up the Bitdefender Relay Server: Supported OS: Linux, Windows 10, Windows 11, Server 2012/2016/2019 RAM Memory: 4 GB Hard Disk Free Space: 40 GB Internet Access: Unrestricted Internet ...
    • Comparison Between Bitdefender GravityZone Business On-Premises & Cloud

      Hello Team, Below is the Comparison Between Bitdefender GravityZone Business On-Premises & Bitdefender GravityZone Business Cloud Bitdefender On-Premises VS Bitdefender Cloud S.No Features Business Security Enterprise (EDR) On-Premises Business ...
    • On Premises Pre-Requisites - Standard Installation

      Hello Team, Kindly refer below Minimum requirements for up to 200 users (without Application Control) to GravityZone On-premises console deployment. Hardware: Processor: Virtual equivalent to 8 vCPU (Quad-Core 2.4GHz or above) RAM: 16 GB (Host system ...