ServiceNow Certified Implementation Specialist – Security Incident Response — Question 14
The EmailUserReportedPhishing script include processes inbound emails and creates a record in which table?
Answer options
- A. ar_sn_si_phishing_email
- B. sn_si_incident
- C. sn_si_phishing_email_header
- D. sn_si_phishing_email
Correct answer: D
Explanation
The correct answer is D, as the EmailUserReportedPhishing script specifically creates a record in the sn_si_phishing_email table. Options A, B, and C are incorrect because they refer to different tables that do not specifically handle the records generated by the phishing script.