[Idea] Add support for Bitdefender Endpoint Security #711
Replies: 9 comments 5 replies
-
Hello @perplexityjeff indeed BitDefender is still supported by the agent, see: Here are 2 possible reasons why it is not inventoried in your case:
Can you share the output of the following command run from an administrative console and from the agent installation folder ?
|
Beta Was this translation helpful? Give feedback.
-
Hi @g-bougard, Here is the output from an endpoint (not a server), which is were I found the issue originally.
|
Beta Was this translation helpful? Give feedback.
-
Here is the output from a server.
|
Beta Was this translation helpful? Give feedback.
-
So you should see it on Windows Desktop assets. But I agree, some datas may be missing. It seems you have nothing in registry under Otherwise, can you share outputs of the commands you think we can use ? For the Windows Server case, I implemented a service based detection but it have to be updated for BitDefender. On the related server, can you check the output of |
Beta Was this translation helpful? Give feedback.
-
Hi @g-bougard, There is no 'About' folder that I can find in the registry when searching for Bitdefender however here is the registry output from an endpoint device (not a server). Here is an export of Bitdefender installed on an endpoint (not a server). Please note the install version in the file is not my current version rather the version which I at the time installed: https://imds.stackstorage.com/s/53GXh6paO5LBhoXy Here is the output of the commands using the The installed product version: The installed AV database version: Current update status of product version: Current update status of AV database version: Here is an export of the services related to Bitdefender installed on a server using the command you mentioned: Thank you, Jeff |
Beta Was this translation helpful? Give feedback.
-
thank you for the shared datas. I tried to update Bitdefender support and include Windows Server OS support in the last commit. You can test the development build using the Windown-Build-x64 artifact archive from this GH Actions build: https://github.com/glpi-project/glpi-agent/actions/runs/9905997671 I saw in the documentation you linked this AV can also be installed on linux & MacOS. Do you have such kind of device with the AV installed to see if we can also add the support for these OS ? |
Beta Was this translation helpful? Give feedback.
-
Hi @g-bougard, Thank you for the update. I've just tried nightly and here is the update from my end on both a client and a server.
The duplicate is interesting but I am not bothered by it just letting you know what I am seeing.
Looks good to me! I'll create an Ubuntu VM for you to install Bitdefender on and let you know what I can find. MacOS is a bit harder for me as I have no experience in it but [joke] if you send me 1500 euros I'll buy a MacBook for myself to test [joke]. I'll let you know if I have an update regarding the product installed on Ubuntu. Thank you thus far for adding the support. ;) |
Beta Was this translation helpful? Give feedback.
-
Hi @g-bougard, Here are the results when running the installed endpoint on Ubuntu. It seems that the default installation path is I think the easiest would be for you to perform the following command Also about the duplication thing on the Windows client; I am running 10.0.16 server of GLPI. Please see attached the information you requested from the command.
If you require anything else please let me know. [joke] I'll think about the MacOS, but I'd rather buy a Framework instead, sorry :( [joke] Thanks, Jeff |
Beta Was this translation helpful? Give feedback.
-
Hi @g-bougard, I think we can close this discussion? |
Beta Was this translation helpful? Give feedback.
-
Your idea
Currently it does not seem to support Bitdefender Endpoint Security information retrieval. It would be nice if the GLPI agent could support the retrieval of this information.
However the product has a command line which outputs the information you want and possibly can use 🥳:
Installation located in:
C:\Program Files\Bitdefender\Endpoint Security
Retrieve the antivirus version:
product.console.exe /c GetVersion product
Retrieve the signature database version:
product.console.exe /c GetVersion antivirus
Its also possible to retrieve the update status using the
GetUpdateStatus
functionFor more information https://www.bitdefender.com/business/support/en/77209-36849-using-the-command-line-interface.html
Thank you,
Jeff
Beta Was this translation helpful? Give feedback.
All reactions