nerdexam
Splunk

SPLK-5002 · Question #3

In a contextualization playbook, a URL is transmitted to a sandbox for examination and disposition recommendation. What underlying HTTP method is used to transmit this data to the sandbox?

The correct answer is B. POST. In a contextualization playbook, when transmitting a URL or file to a sandbox for analysis, the data is sent using the HTTP POST method. POST is used because it allows submitting data in the request body, unlike GET which only appends parameters to the URL.

Splunk Basics

Question

In a contextualization playbook, a URL is transmitted to a sandbox for examination and disposition recommendation. What underlying HTTP method is used to transmit this data to the sandbox?

Options

  • APUT
  • BPOST
  • CGET
  • DSTOR

How the community answered

(29 responses)
  • A
    7% (2)
  • B
    69% (20)
  • C
    7% (2)
  • D
    17% (5)

Explanation

In a contextualization playbook, when transmitting a URL or file to a sandbox for analysis, the data is sent using the HTTP POST method. POST is used because it allows submitting data in the request body, unlike GET which only appends parameters to the URL.

Topics

#SOAR#playbook#HTTP POST method#sandbox analysis

Community Discussion

No community discussion yet for this question.

Full SPLK-5002 Practice