ExamGecko
Question list
Search
Search

Question 62 - SPLK-2003 discussion

Report
Export

Which of the following queries would return all artifacts that contain a SHA1 file hash?

A.

https://<PHANTOM_URL>/rest/artifact?_filter_cef_md5_insull=false

Answers
A.

https://<PHANTOM_URL>/rest/artifact?_filter_cef_md5_insull=false

B.

https://<PHANTOM_URL>/rest/artifact?_filter_cef_Shal_contains=''''

Answers
B.

https://<PHANTOM_URL>/rest/artifact?_filter_cef_Shal_contains=''''

C.

https://<PHANTOM_URL>/rest/artifact?_filter_cef_shal_insull=False

Answers
C.

https://<PHANTOM_URL>/rest/artifact?_filter_cef_shal_insull=False

D.

https://<PHANTOM_URL>/rest/artifact?_filter_shal__insull=False

Answers
D.

https://<PHANTOM_URL>/rest/artifact?_filter_shal__insull=False

Suggested answer: B

Explanation:

To return all artifacts that contain a SHA1 file hash using the Splunk SOAR REST API, the correct query would use the_filter_cef_Shal_containsparameter. This parameter filters the artifacts to only those that contain a value in the SHA1 field within the Common Event Format (CEF) data structure.Thecontainsoperator is used to match any artifacts that have a SHA1 hash present1.

Understanding artifacts - Splunk Documentation

asked 13/11/2024
Nabil MHB
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first