Branch was auto-updated.

This commit is contained in:
Bhavin Patel
2021-09-21 11:29:30 -07:00
committed by GitHub
@@ -15,7 +15,7 @@ search: '| from read_ssa_enriched_events() | eval tenant=ucast(map_get(input_eve
"event_id"), "string", null) | where process_name LIKE "%rundll32.exe%" AND match_regex(process,
/(?i)comsvcs.dll[,\s]+MiniDump/)=true | eval start_time = timestamp, end_time =
timestamp, entities = mvappend(machine), body=create_map(["event_id", event_id,
"process_name", process_name]) | into write_ssa_detected_events();'
"process_name", process_name, "process", process]) | into write_ssa_detected_events();'
how_to_implement: You must be ingesting endpoint data that tracks process activity,
including Windows command line logging. You can see how we test this with [Event
Code 4688](https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=4688a)