Implementing Automation for Cisco Security Solutions (SAUTO) — Question 16
Which request searches for a process window in Cisco ThreatGRID that contains the word "secret"?
Answer options
- A. /api/v2/search/submissions?term=processwindow&title=secret
- B. /api/v2/search/submissions?term=processwindow&q=secret
- C. /api/v2/search/submissions?term=window&title=secret
- D. /api/v2/search/submissions?term=process&q=secret
Correct answer: D
Explanation
The correct answer is D because it uses the correct term 'process' along with the query parameter 'q' to search for submissions containing 'secret'. Options A and B incorrectly use 'processwindow' as the term, while option C uses 'window' instead of 'process', which does not align with the required search criteria.