mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Update ssa___illegal_service_and_process_control_via_mimikatz_modules.yml
This commit is contained in:
committed by
GitHub
parent
87d7cb0f4d
commit
e334484b1e
+1
-1
@@ -19,7 +19,7 @@ search: '| from read_ssa_enriched_events()
|
||||
|
||||
| eval start_time = timestamp, end_time = timestamp, entities = mvappend( ucast(map_get(input_event,
|
||||
"dest_user_id"), "string", null), ucast(map_get(input_event, "dest_device_id"),
|
||||
"string", null)), body=create_map(["dest_user_id", dest_user_id, "cmd_line", cmd_line]) | into write_ssa_detected_events();'
|
||||
"string", null)), body=create_map(["cmd_line", cmd_line]) | into write_ssa_detected_events();'
|
||||
how_to_implement: You must be ingesting Windows Security logs from devices of interest,
|
||||
including the event ID 4688 with enabled command line logging.
|
||||
known_false_positives: None identified.
|
||||
|
||||
Reference in New Issue
Block a user