Customize Incident Layouts - Administrator Guide - 6.5 - Cortex XSOAR - Cortex - Security Operations

Cortex XSOAR Administrator Guide

Product
Cortex XSOAR
Version
6.5
Creation date
2022-09-28
Last date published
2024-03-21
End_of_Life
EoL
Category
Administrator Guide
Abstract

Customize incident layouts in Cortex XSOAR to view relevant information.

It is important to build or customize the layout to ensure that you see the information that is relevant to the incident type. For example, in a phishing incident you want to see email headers, which would not be relevant for an access incident.

While some information might be relevant for multiple incident types, its location in one incident type might require more prominence than in another incident type.

You can see which incident type uses the incident layout in the Types tab (SettingsOBJECTS SETUPIncidents). The incident layout name appears in the Layout column. You can edit the layouts in the Layouts tab, which shows both out-of-the-box content pack and custom layouts.

Content Pack Incident Layouts

Out-of-the-box content pack incident layouts display a locked icon, which means to edit the layout, you need to do one of the following:

  • Duplicate an incident layout. To add the layout to the incident type, you need to detach the incident type and then add the layout.

  • Detach the layout. When detached, the layout does not receive content pack updates until you reattach it. You do not need to edit incident type, as the layout name remains the same. If you detach a layout, make edits, and later want to receive content pack updates for that layout, we recommend you duplicate the incident layout before reattaching the original, to protect your changes from content pack updates.

Incident Layout Builder

You can customize the following display information for existing incidents, and the fields in incident forms, by modifying the sections and fields for each view:

  • Incident Summary

    Within the incident summary, you can see different tabs that appear for the incident type, some of which can be customized.

    You can customize almost every aspect of the layout, including which tabs appear, the order they appear, who has permissions and what type of information appears.

    You can add dynamic fields to a layout, such as a graph of the number of bad indicators, their source, and severity. Also, you can use queries to filter the information in the dynamic section to suit your exact needs.

    For the Mobile app, you can select which tabs to appear.

  • New/Edit Form

    When creating or editing an incident you can add/delete sections, and fields as required.

  • Close Form

    Add/delete sections and fields when closing an incident.

  • Incident Quick View

    Add/delete sections and fields in the Incident Quick view section in the incident.

Note

There are several Cortex XSOAR system layout sections and fields that you cannot remove, but you can rearrange them in the layout and modify their queries and filters.

  1. Go to SettingsOBJECTS SETUPIncidentsLayouts.

  2. (Content pack Incident Type Layout) Detach the incident layout.

    1. Select the checkbox for the incident layout you want to detach.

    2. Click Detach.

      When the layout is detached, you can also edit the layout in the Incident Type tab.

  3. Edit the incident type layout.

    1. Select the incident type whose layout you want to edit and click the layout.

      You are presented with the current layout, which is populated with sample data so you can see how the fields fit.

  4. In the Incident Summary tab, customize the tabs.

    1. Drag and drop the tab to reorder tab. For example, you can move the War Room tab so it appears after the Work Plan tab.

    2. Configure the tabs by clicking the settings cog wheel icon in the tab and then select one of the following options.

      • Rename

      • Duplicate

      • Delete

      • Hide Empty Fields

        The setting that you configure in the layout becomes the default value seen in the incident for the specific tab, which can then be overridden. You can also set a global default value using the UI.summary.page.hide.empty.fields server configuration, which can also be overridden for a specific tab.

      • Hide Tab

      • Format for exporting

        Build your layout based on A4 proportions to match the format used for exporting. Selecting this option hides the tab by default, but the tab will remain available for export.

      • Viewing Permissions

        When clicking Viewing permissions, select which roles can view the tabs.

        You can also decide whether you want each tab to appear in the Mobile App, by selecting the Show this tab on Cortex XSOAR mobile App if role allows checkbox. Only mobile supported tabs have this checkbox (for example, Work Plan and the Evidence tabs do not have the checkbox and will not appear in the mobile app). By default, all mobile supported tabs have the checkbox selected.

      Not all of the options are available for each tab.

  5. Add sections to the layout.

    1. From the Library section, in the Cortex XSOAR Sections drag and drop the following required sections:

      Section

      Description

      New Section

      After creating a new section, click the <Incident Type> Fields tab and drag and drop the fields as required.

      Cortex XSOAR out-of-the-box sections

      Out-of-the-box sections such as Attachments, Evidence, and so on.

      General Purpose Dynamic Section

      Enables you to assign a script to this section. For example, assign a script that calculates the total number of entries that exist for an incident, and it dynamically updates when new entries are added to the incident.

    2. Define section Properties.

      You can determine how a section in the layout appears in the layout. For example, does the section include the section header or not. You can also configure the fields to appear in rows or as cards. For example, if you know that some of the field values will be very long, you are better off using rows. If you know that the field values are short, you might want to use cards so you can fit more fields in a section.

    3. Select the section, click indicator-option-pointer.png and then click Edit section settings.

    4. Edit the section as required and click OK.

    5. To remove or duplicate a section, select the section, click indicator-option-pointer.png and the select the relevant option.

    6. If adding the Malicious or Suspicious Indicators section, you can change the information that appears, by clicking indicator-option-pointer.png, selecting Edit section settings and then editing the Query.

      For example, to see all indicators of type IP and with a reputation of Bad that were found by a specific source since January 2nd 2022, enter Type:IP and reputation:Bad and firstseenbysource:>="2022-01-021T00:00:00 +0200"

      layout-builder-section-cards.png
  6. Drag and drop fields, as required.

  7. Add fields and custom buttons.

    To add custom buttons, you need to create an automation and then add the buttons to the layout using the automation. These buttons can simplify and assist an analyst in carrying out various tasks. For example, add buttons for an analyst to self-assign an incident, link or unlink an incident, close an incident as a duplicate, generate a summary report, etc.

    Note

    The script that runs when an action button is clicked accepts only mandatory arguments through the pop up window and does not provide an option for any non-mandatory arguments to be filled in when the button is clicked. It is recommended to use a wrapper script to collect and validate arguments in scenarios where there can be a combination of mandatory and non-mandatory arguments for a button.

    In the following example, we will add a button to self assign an incident for an analyst. The automation is included in the Case Management - Generic Content Pack.

    1. Drag the +New Button and drop into the relevant section.

    2. Click to configure.

    3. Enter a descriptive name for the button, select a color, and select the script that you want to run when the button is clicked.

      incident-button.png
    4. Click Save.

      In the Incident Summary tab, when clicking on Assign To Me, the incident will be self-assigned.

      incident-button1.png
  8. Add required sections and fields in the New/Edit Form, Close Form, and Incident Quick View tabs.

  9. If you have created a new or a duplicate of the layout, add the layout to the incident.

    1. Go to SettingsOBJECTS SETUPIncidentsTypes.

    2. (Content Pack Incident Types) Detach or duplicate the incident type.

    3. Select the incident type and click Edit.

    4. In the Layout field, from the dropdown list, add the customized layout.

  10. Create or ingest an incident to test the new layout and verify fields are populated.

  11. (Optional) For a customized layout, you can contribute it to the Marketplace.

    1. In the Layouts page, select the new layout and then click Contribute.

    2. In the dialog box select either Save and submit your contribution or Save and download your contribution for later use, which you can view in the Contributions tab in the Marketplace.

      If you select Save and submit your contribution your layout is validated and then you prompted to submit to review. You can also view your contribution in the Marketplace.