cancel
Showing results for 
Search instead for 
Did you mean: 

Backup Exec and IIS Security

yakima
Level 3

 

Hi,

 

We recently had a nessus scan which found some vulnerabilities with IIS on my Backup Exec (with DLO) server. Specifically SSL Medium Strength Cipher Suites were found to be supported. I can fix this problem but my question is if this is going to break Backup Exec and/Or the DLO option. To fix my issues I need to make the following changes:

 

Disabling SSL 2.0 on IIS 6

  1. Open up “regedit” from the command line
  2. Browse to the following key:
    HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0\Server
  3. Create a new REG_DWORD called “Enabled” and set the value to 0
  4. You will need to restart the computer for this change to take effect. (you can wait on this if you also need to disable the ciphers)

Disable unsecure encryption ciphers less than 128bit

  1. Open up “regedit” from the command line
  2. Browse to the following key:
    HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\DES 56/56
  3. Create a new REG_DWORD called “Enabled” and set the value to 0
  4. Browse to the following key:
    HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\RC2 40/128
  5. Create a new REG_DWORD called “Enabled” and set the value to 0
  6. Browse to the following key:
    HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\RC4 40/128
  7. Create a new REG_DWORD called “Enabled” and set the value to 0
  8. Browse to the following key:
    HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\RC4 56/128
  9. Create a new REG_DWORD called “Enabled” and set the value to 0
  10. You will need to restart the computer for this change to take effect.

 

Does anyone know what level of encryption BackupExec requires, will these changes break backup exec?

 

Thanks!

 

E

1 ACCEPTED SOLUTION

Accepted Solutions

CraigV
Moderator
Moderator
Partner    VIP    Accredited

Hi yakima,

 

BE uses 128-bit AES and 256-bit AES encryption.

The Admin Guide will have further details on this if need-be.

Thanks!

View solution in original post

1 REPLY 1

CraigV
Moderator
Moderator
Partner    VIP    Accredited

Hi yakima,

 

BE uses 128-bit AES and 256-bit AES encryption.

The Admin Guide will have further details on this if need-be.

Thanks!