Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ relevantTechniques:
- T1134
- T1134.003
query: |
Okta_CL
OktaSSO
| where eventType_s == "user.session.impersonation.initiate" and outcome_result_s == "SUCCESS"
// Expand the JSON array in 'target_s' field to extract detailed information about the event
| mv-expand parsed_json = todynamic(target_s) // Unpack and understand the details from the 'target_s' JSON array
Expand All @@ -42,5 +42,5 @@ entityMappings:
columnName: actor_alternateId_s
- identifier: DisplayName
columnName: actor_displayName_s
version: 1.0.0
kind: Scheduled
version: 1.1.0
kind: Scheduled
Binary file added Solutions/Okta Single Sign-On/Package/3.1.7.zip
Binary file not shown.
Loading
Loading