nerdexam
Palo_Alto_Networks

XSOAR-ENGINEER · Question #17

XSOAR-ENGINEER Question #17: Real Exam Question with Answer & Explanation

The correct answer is A. !addToList listName="BlockedSenders_Email" listData="<email_address>". The built-in command !addToList is used in Cortex XSOAR to add items dynamically to an existing list. In this case, it will insert the sender's email address into the list BlockedSenders_Email, ensuring the value is appended without overwriting the entire list.

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>"

Explanation

The built-in command !addToList is used in Cortex XSOAR to add items dynamically to an existing list. In this case, it will insert the sender's email address into the list BlockedSenders_Email, ensuring the value is appended without overwriting the entire list.

Community Discussion

No community discussion yet for this question.

Full XSOAR-ENGINEER Practice
A playbook needs to dynamically add an email sender's address to a... | XSOAR-ENGINEER Q#17 Answer | NerdExam