My First Playbook
LAST UPDATED: JAN 8, 2025
In D3, playbooks provide a structured and automated approach to handling security incidents, ensuring workflow consistency, efficiency, and reliability. An incident playbook (now investigation playbook) is one that is used for automating the analysis and response of incidents.
Building the Playbook
Navigate to the Incident Playbooks module.
Click on the + Playbook button.
Set up the incident playbook via the New Playbook popup.
Enter a playbook name.
Click on the OK button.
Drag a Send Email command task onto the header branch of the initial playbook node.
Click on the Command item within the task menu.
Click on the Utility Commands tab within the popup.
Type in Send Email within the search field, then press the Enter key.
Drag the Send Email command onto the header branch of the playbook node.
Assign a display name to the command.
Enter the name to be displayed on the command node after the configuration popup is closed.
Click on the button.
Observe the node’s name change (in this case from "New Command Task 97" to "Send Email").
Click back into the Send Email node, then click on the View Sample Data button.
This popup displays the sample data formats for the inputs and outputs of this command task.
Provide a valid email address within the first input parameter field, and enter a sample subject line and email body for the second and third input parameters.
Ensure that the Auto Run checkbox beneath the last input parameter is selected.
Click on the button to save the task configurations.
SUCCESS
This incident playbook is now ready to be linked to event playbooks (i.e. preprocessing playbooks).
Testing the Playbook
Click on the Test Playbook button.
Click on the Run Test button within the popup.
Access the email account specified in the To Addresses parameter to verify that the email was received.