mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Branch was auto-updated.
This commit is contained in:
@@ -12,9 +12,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))
|
||||
|
||||
|
||||
@@ -13,9 +13,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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user