Skip to content

Commit

Permalink
adding total security writeup thx ninjamonkey198206
Browse files Browse the repository at this point in the history
  • Loading branch information
silversword411 committed Apr 8, 2022
1 parent 3add014 commit 9f1883c
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 0 deletions.
65 changes: 65 additions & 0 deletions docs/3rdparty_bitdefender_total_security.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# BitDefender Total Security

## Exceptions

Open the app and select the Protection tab on the left.

![Settings](images/3rdparty_bdts_1.png)

Open Antivirus, Advanced Threat Defense, or Online Threat Protection. It doesn't matter which, simply select the Settings tab in any of them and click Manage exceptions.

Click the Add an Exception button.

![Settings](images/3rdparty_bdts_2.png)

You'll be greeted with this panel.

![Settings](images/3rdparty_bdts_3.png)

The buttons become available depending on what you enter for the path/URL. Antivirus allows folders and files. Online Threat Prevention allows URLS, files, folders, and *. Advanced Threat Defense allows only individual files.

Bitdefender does not allow right click interactions in the entry field, so copy and paste using ctrl-c and ctrl-v in you want to do so.

Enter

```cmd
C:\Program Files\Mesh Agent\MeshAgent.exe
```

and toggle the buttons for Advanced Threat Defense, Online Threat Prevention, and Antivirus. Under Antivirus, options for On-access scan, On-demand scan, and Embedded scripts appear. Select them all.

![Settings](images/3rdparty_bdts_4.png)

Repeat this process for

```cmd
C:\Program Files\TacticalAgent\meshagent.exe
C:\Program Files\TacticalAgent\tacticalrmm.exe
C:\Program Files\TacticalAgent\unins000.exe
```

Next, add an exception for

```cmd
C:\Windows\temp\trmm
```

Select all available options

![Settings](images/3rdparty_bdts_5.png)

For the sake of caution, add the following and select the Online Threat Prevention option

```cmd
C:\Program Files\Mesh Agent\*
C:\Program Files\TacticalAgent\*
C:\Program Files\TacticalAgent\nssm.exe
C:\Windows\Temp\winagent-v*.exe
C:\temp\tacticalrmm*.exe
```

Add exceptions for your T-RMM URLs as well.

T-RMM seems to create other folders in `C:\Windows\Temp` as well, but so far no problems have come up from this. Do not exclude the entire Temp folder.

That should be all that's needed, unless Bitdefender complains about the T-RMM agent installation file, in which case you'll need to add an exception for it as well, selecting all available options, then redownload it and save it in the same location to be safe.
Binary file added docs/images/3rdparty_bdts_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/3rdparty_bdts_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/3rdparty_bdts_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/3rdparty_bdts_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/3rdparty_bdts_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ nav:
- "Splashtop": 3rdparty_splashtop.md
- "TeamViewer": 3rdparty_teamviewer.md
- "BitDefender GravityZone": 3rdparty_bitdefender_gravityzone.md
- "BitDefender Total Security": 3rdparty_bitdefender_total_security.md
- Unsupported Extras:
- "Unsupported Guidelines": unsupported_guidelines.md
- "Unsupported Configs": unsupported_scripts.md
Expand Down

0 comments on commit 9f1883c

Please sign in to comment.