Palo_Alto_Networks
XSOAR-ENGINEER · Question #17
A playbook needs to dynamically add an email sender's address to a Cortex XSOAR list named "BlockedSenders_Email." Which built-in command should be used within the playbook to add this email address t
Sign in or unlock XSOAR-ENGINEER to reveal the answer and full explanation for question #17. The question stem and answer options stay visible for context.
Playbook Development and Automation
Question
A playbook needs to dynamically add an email sender's address to a Cortex XSOAR list named "BlockedSenders_Email." Which built-in command should be used within the playbook to add this email address to the specified list?
Options
- A!addToList listName="BlockedSenders_Email" listData="<email_address>"
- B!appendToListContext listPath="BlockedSenders Email" data="<email_address>"
- C!setIncident list.BlockedSenders_Emai1="<email_address>"
- D!createListItem listName="BlockedSenders_Email" itemValue="<email_address>"
Unlock XSOAR-ENGINEER to see the answer
You've previewed enough free XSOAR-ENGINEER questions. Unlock XSOAR-ENGINEER for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#addToList command#XSOAR lists#built-in commands#playbook automation