Palo Alto Networks Certified Security Automation Engineer (PCSAE) — Question 134

Multiple company assets were reported by vulnerability scanners as being vulnerable to CVE-2017-11882. This vulnerability affects applications installed on workstations. The SOC team needs to take action and apply the new vulnerability patch that was just released. The team must first create a cause for each of the identified assets in ServiceNow IT Service Management (ITSM), in order to notify the IT department. Next, the team creates a task in the main playbook, which extracts the list of assets from the scanner report.
After the list of assets are created, what are the two solutions that the SOC team could take so that a case could be created and a patch installed? (Choose two.)

Answer options

Correct answer: B, D

Explanation

Option B is valid as it effectively loops through each computer name to enrich data and create a ServiceNow record. Option D is also correct because it involves looping through the assets while maintaining an iterator to track progress. Options A and C are incorrect as the conditions for looping do not align with the requirements for maintaining accurate control of the iteration process.