Skip to content

Commit b595318

Browse files
Update PhishingDetection.yaml
Change debugContext_debugData_threatSuspected_s to column_ifexists('debugContext_debugData_threatSuspected_s', "")
1 parent bf7dca7 commit b595318

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Solutions/Okta Single Sign-On/Analytic Rules/PhishingDetection.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ query: |
3030
| where outcome_result_s == 'FAILURE'
3131
| where outcome_reason_s == 'FastPass declined phishing attempt'
3232
| summarize StartTime = min(TimeGenerated), EndTime = max(TimeGenerated) by actor_alternateId_s, actor_displayName_s, client_userAgent_os_s, client_ipAddress_s, client_geographicalContext_state_s,displayMessage_s, outcome_result_s,
33-
outcome_reason_s, column_ifexists('debugContext_debugData_logOnlySecurityData_s', ""), debugContext_debugData_threatSuspected_s, client_userAgent_rawUserAgent_s,client_userAgent_browser_s, severity_s, client_geographicalContext_city_s, client_geographicalContext_country_s
33+
outcome_reason_s, column_ifexists('debugContext_debugData_logOnlySecurityData_s', ""), column_ifexists('debugContext_debugData_threatSuspected_s', ""), client_userAgent_rawUserAgent_s,client_userAgent_browser_s, severity_s, client_geographicalContext_city_s, client_geographicalContext_country_s
3434
| extend Location = strcat(client_geographicalContext_city_s, "-", client_geographicalContext_country_s), AccountName = tostring(split(actor_alternateId_s, "@")[0]), AccountUPNSuffix = tostring(split(actor_alternateId_s, "@")[1])
3535
entityMappings:
3636
- entityType: Account
@@ -51,5 +51,5 @@ customDetails:
5151
alertDetailsOverride:
5252
alertDisplayNameFormat: 'Okta FastPass phishing attempt declined for {{actor_alternateId_s}}'
5353
alertDescriptionFormat: 'Okta FastPass declined a phishing attempt for {{actor_alternateId_s}} from {{client_ipAddress_s}} using {{client_userAgent_browser_s}}.'
54-
version: 1.1.1
54+
version: 1.1.2
5555
kind: Scheduled

0 commit comments

Comments
 (0)