MultipleChoice
An analyst is investigating a network alert for suspected lateral movement from one Windows host to another Windows host. According to Splunk CIM documentation, the IP address of the host from which the attacker is moving would be in which field?
OptionsMultipleChoice
Rotating encryption keys after a security incident is most closely linked to which security concept?
OptionsMultipleChoice
Which of the following is not considered a type of default metadata in Splunk?
OptionsMultipleChoice
The eval SPL expression supports many types of functions. Which of these function categories is not valid with eval?
OptionsMultipleChoice
When threat hunting for outliers in Splunk, Which option best SPL pipelines would filter for users with over a thousand occurrences?
OptionsMultipleChoice
While testing the dynamic removal of credit card numbers, an analyst lands on using therexcommand. What mode needs to be set to in order to replace the defined values with X?
| makeresults
| eval ccnumber="511388720478619733"
| rex field=ccnumber mode=???"s/(\d{4}-){3)/XXXX-XXXX-XXXX-/g"
Please assume that the aboverexcommand is correctly written.
OptionsMultipleChoice
An analyst discovers malicious software present within the network. When tracing the origin of the software, the analyst discovers it is actually a part of a third-party vendor application that is used regularly by the organization. This is an example of what kind of threat?
OptionsMultipleChoice
What Splunk feature would enable enriching public IP addresses with ASN and owner information?
Options