Enabling or disabling third-party IOC feeds on all appliances using the CLI

Prev Next

These procedures describe how to enable or disable a Central Management System appliance to receive indicators (IOC) from a third-party feed and distribute them to all managed Network Security appliances.

Note

A Central Management System appliance cannot distribute indicators of compromise (IOCs) to managed SmartVision Edition sensors.

To enable a third-party feed for all managed Network Security appliances:
  1. Log in to the Central Management System CLI.

  2. Enable CLI configuration mode.

    cm-hostname > enable
    cm-hostname # configure terminal
  3. Enable IOCs from a third-party feed for all managed Network Security appliances.

    cm-hostname (config) # custom content enable
  4. Verify the status of third-party IOC feeds.

    cm-hostname (config) # show custom content enable status
    
    CMS status
            CM-1 : enabled
    
    LMS status
            B9-vNX2500-1 : enabled
            B9-vNX6500-1 : enabled
            Bolt : enabled
            SystemVX12500-1 : enabled
            SystemVX12500-2 : enabled 
  5. Save your changes.

    cm-hostname (config) # write memory
To disable a third-party feed for all managed Network Security appliances:
  1. Log in to the Central Management System CLI.

  2. Enable CLI configuration mode.

    cm-hostname > enable
    cm-hostname # configure terminal
  3. Disable IOCs from all third-party feeds on the CM.

    cm-hostname (config) # no custom content enable
  4. Verify the status of IOC customizations.

    cm-hostname (config) # show custom content enable status
    
    CMS status
            CM-1 : disabled
    LMS status
            B9-vNX2500-1 : enabled
            B9-vNX6500-1 : enabled
            Bolt : enabled
            SystemVX12500-1 : enabled
            SystemVX12500-2 : enabled 
  5. Save your changes.

    cm-hostname (config) # write memory