Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.
My Random Thoughts edited this page Jul 6, 2017 · 2 revisions

c-sec-01-schannel-p1-ciphers (Enabled)

Ensure security ciphers are set correctly. Settings taken from https://www.nartac.com/Products/IISCrypto/Default.aspx using "Best Practices/FIPS 140-2" settings.


Input Values

  • EnabledCiphers - List of Ciphers that should be enabled
  • DisabledCiphers - List of Ciphers that should be disabled

Example

EnabledCiphers = ('AES 128/128', 'AES 256/256', 'Triple DES 168/168')
DisabledCiphers = ('DES 56/56', 'NULL', 'RC2 128/128', 'RC2 40/128', 'RC2 56/128', 'RC2 56/56', 'RC4 128/128', 'RC4 40/128', 'RC4 56/128', 'RC4 64/128')

Input Descriptions

  • None

Result And Messages

  • PASS
    All ciphers set correctly

  • WARNING

  • FAIL
    One or more ciphers set incorrectly

  • MANUAL

  • NA


Applies To

  • All Servers

Required Functions

  • None
Clone this wiki locally