The following use cases provide examples of an administrator and an analyst using NetWitness Platform to manage Response actions and send the additional parameters along with the meta to ThreatConnect connector for further processing.

Use Case #1: Managing Response Action and taking Quick Action for the supported meta in Respond view

After integrating the third-party tool ThreatConnect with NetWitness Platform, administrator John navigates to the Response Actions view (ConfigureIcon_17x14.png(CONFIGURE) > More > Response Actions) and performs the following actions.

  • Creates new Response Action: Administrator John clicks the 124_create_0224_71x26.png option in the Response Actions toolbar and enters the following details in the Create Response Action view.

    - Response Action Name

    - Description of the Response Action

    - Metas supported for Response Action

    - URL path associated with the connector

    Finally, the administrator clicks 124_addparameter_0224 img.png besides the Parameters field and creates the default parameter in the Add Parameter window. This is used as the key in the key-value pair associated with the value of the meta selected that is sent to ThreatConnect.

    - Parameter Key: Administrator John enters ip-meta in this field.

    - Default Parameter: Enabled

    After entering these details, John clicks Add. Now, the admin clicks besides the 124_addparameter_0224 img.png Parameters field and creates an additional parameter he would like to send to ThreatConnect.

    - Parameter Key: Administrator John enters additional-ip in this field.

    - Parameter Type: Administrator John selects IP in this field.

    - Parameter Label: Administrator John enters Additional IP Address to Block in this field.

    - Parameter Placeholder: Administrator John enters Additional IPs as the placeholder text in this field.

After entering these details, John clicks Add.

124_addparam_0224.png

As the last step, John clicks Save Action.

  • Edits the Response Action: John selects the newly created Response Action and clicks the 124_edit_0224 icon_70x26.png option in the Response Actions toolbar. As soon as the Edit Response Action view is displayed, the admin adds a new meta ip.src to the existing list of the Applicable metas in Applicable Meta field and clicks Save Action.

    124_usecase_0224.png

  • Clones the Response Action: After editing the Response Action, the admin selects an existing Response Action and clicks the 124_cloneicon_0224.png toolbar option in the Response Actions toolbar. Once the Create Response Action view is displayed, admin John modifies the Action Name Block IP to Block IP Address and clicks Save Action.

    124_usecasee_0224.png

  • Disables the Response Action: Administrator John decides to disable the Response Action in the Response Actions view. Therefore, to disable the Response Action, John selects the Response Action and clicks the 124_disable_0224.png option in the Response Actions toolbar.

  • Enables the Response Action: Administrator John decides to re-enable the Response Action in the Response Actions view. Therefore, to re-enable the Response Action, John selects the Response Action and clicks the 124_enable_0224.png option in the Response Actions toolbar.

  • Deletes the Response Action: John creates a new Response Action and decides to delete the previous Response Action he created. To delete the Response Action, John selects that Response Action and clicks the 124_delete_0224_83x27.png option in the Response Actions toolbar.

After performing the above actions, administrator John navigates to the Respond > Alerts view. The administrator clicks the Alert name in the Name column in the Alerts List view and then right clicks the Source IP value (supported meta) 1.1.1.1 once the Event Details view is displayed. When the ContextHighlights section is displayed, John selects the Quick Actions option.

124_INC-53_0224.png

As soon as the Quick Actions window is displayed, John selects the Response Action he created for the meta and clicks Continue.

124_quick action_0224 img_1181x423.png

In the next step, he observes that the parameter label he entered while adding parameters is now appearing as a field in the Quick Actions window.

124_quickactionref_0224.png

Then, John enters 1.1.1.0/24 in the Additional IP Address to Block field (parameter label added), enters the comment as These areunrecognized hosts and finally clicks Confirm.

After executing the Response Action, the following JSON is posted to ThreatConnect.

{

"ip-meta": "1.1.1.1",

"additional-ip" : ["1.1.1.0/24"]

"nw-user" : "tony",

"nw-comment" : "These are unrecognized hosts",

"nw-actionId" : "8635834894350nbdf99025356",

"nw-actionName": "Block-IP"

}

Here,

"ip-meta": "1.1.1.1" is the supported meta for which the Response Action is executed.

"additional-ip" : ["1.1.1.0/24"] is the parameter label value posted to ThreatConnect.

"nw-user" : "tony" is the user who executed the Response Action.

"nw-comment" : "These are unrecognized hosts" is the comment provided while executing the Response Action.

"nw-actionId" : "8635834894350nbdf99025356" is the ID associated with this specific Response Action executed.

"nw-actionName": "Block-IP" is the name of the Response Action executed.

Use Case #2: Taking Quick Action for the supported meta in Investigate view

Kevin, an analyst, navigates to the Investigate > Events view and queries the events. Kevin finds the meta key ip.src with value 10.12.12.12 in the Summary column in the Events view and decides to take a Quick Action on the meta. As the first step, Kevin creates the Response Action for the meta using the Response Actions view. After creating the Response Action, Kevin navigates back to the Investigate > Events view and right clicks the meta to select the Quick Actions option under the Context Highlights section. After clicking the Quick Actions option, Kevin selects the newly created Response Action in the Quick Actions window and clicks Continue. In the next step, Kevin enters the value for the Additional Parameter he configured while creating the Response Action. Finally, Kevin enters the comment and clicks Confirm.