Skip to content

Commit

Permalink
Update to new search after dynamic testing and refinement.
Browse files Browse the repository at this point in the history
  • Loading branch information
pyth0n1c committed Oct 2, 2023
1 parent aa36649 commit a00fce8
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ description: In Splunk Enterprise versions lower than 8.2.12, 9.0.6, and 9.1.1,
submit a serialized payload that can result in execution of code within the payload. Please refer to the
following URL for additional information on these disclosures - https://advisory.splunk.com
data_source: []
search: '`audit_searches` | `splunk_rce_via_serialized_session_payload_filter`'
how_to_implement: Requires implementation of Splunk_Audit.Search_Activity datamodel.
search: '`audit_searches` source=audittrail file=* (search="*makeresults*" AND search="*collect*")
| stats count min(_time) as firstTime max(_time) as lastTime by action file user splunk_server search
| `security_content_ctime(firstTime)`
| `security_content_ctime(lastTime)`
| `splunk_rce_via_serialized_session_payload_filter`'
how_to_implement: Requires access to the _audit index.
known_false_positives: There are numerous many uses of the 'makeresults' and 'collect' SPL commands.
Please evaluate the results of this search for potential abuse.
references:
Expand Down

0 comments on commit a00fce8

Please sign in to comment.