Branch was auto-updated.

This commit is contained in:
Bhavin Patel
2021-11-05 10:07:46 -07:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
@@ -11,9 +11,9 @@ description: This detection identifies potential Pass the Token or Pass the Hash
by a detination device.
search: '| from read_ssa_enriched_events() | eval timestamp= parse_long(ucast(map_get(input_event,
"_time"), "string", null)), dest_user= lower(ucast(map_get(input_event, "dest_user_primary_artifact"),
"string", null)), dest_user_id= lower(ucast(map_get(input_event, "dest_user_id"),
"string", null)), dest_device_id= lower(ucast(map_get(input_event, "dest_device_id"),
"string", null)), signature_id= lower(ucast(map_get(input_event, "signature_id"),
"string", null)), dest_user_id= ucast(map_get(input_event, "dest_user_id"),
"string", null), dest_device_id= ucast(map_get(input_event, "dest_device_id"),
"string", null), signature_id= lower(ucast(map_get(input_event, "signature_id"),
"string", null)), authentication_method= lower(ucast(map_get(input_event, "authentication_method"),
"string", null))
@@ -12,9 +12,9 @@ description: This detection identifies potential Pass the Token or Pass the Hash
destination).
search: '| from read_ssa_enriched_events() | eval timestamp= parse_long(ucast(map_get(input_event,
"_time"), "string", null)), dest_user= lower(ucast(map_get(input_event, "dest_user_primary_artifact"),
"string", null)), dest_user_id= lower(ucast(map_get(input_event, "dest_user_id"),
"string", null)), origin_device_id= lower(ucast(map_get(input_event, "origin_device_id"),
"string", null)), signature_id= lower(ucast(map_get(input_event, "signature_id"),
"string", null)), dest_user_id= ucast(map_get(input_event, "dest_user_id"),
"string", null), origin_device_id= ucast(map_get(input_event, "origin_device_id"),
"string", null), signature_id= lower(ucast(map_get(input_event, "signature_id"),
"string", null)), authentication_method= lower(ucast(map_get(input_event, "authentication_method"),
"string", null))