mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Merge pull request #2854 from splunk/fix_obs_type
fix incorrect observable type
This commit is contained in:
@@ -14,8 +14,8 @@ search: ' `azuread` (operationName="Enable account" OR operationName="Reset pass
|
||||
OR operationName="Update user") | transaction properties.targetResources{}.userPrincipalName
|
||||
startsWith=(operationName="Enable account") endsWith=(operationName="Reset password (by admin)") maxspan=2m
|
||||
| rename properties.* as * | rename targetResources{}.userPrincipalName
|
||||
as userPrincipalName | rename initiatedBy.user.userPrincipalName as initiatedBy
|
||||
| stats values(operationName) values(initiatedBy) as initiatedBy by _time, userPrincipalName,
|
||||
as user | rename initiatedBy.user.userPrincipalName as initiatedBy
|
||||
| stats values(operationName) values(initiatedBy) as initiatedBy by _time, user,
|
||||
result | `azure_ad_user_enabled_and_password_reset_filter`'
|
||||
how_to_implement: You must install the latest version of Splunk Add-on for Microsoft
|
||||
Cloud Services from Splunkbase(https://splunkbase.splunk.com/app/3110/#/details).
|
||||
@@ -36,12 +36,12 @@ tags:
|
||||
mitre_attack_id:
|
||||
- T1098
|
||||
observable:
|
||||
- name: userPrincipalName
|
||||
type: User Name
|
||||
- name: user
|
||||
type: User
|
||||
role:
|
||||
- Victim
|
||||
- name: initiatedBy
|
||||
type: User Name
|
||||
type: User
|
||||
role:
|
||||
- Attacker
|
||||
product:
|
||||
|
||||
@@ -39,7 +39,7 @@ tags:
|
||||
role:
|
||||
- Victim
|
||||
- name: user
|
||||
type: User Name
|
||||
type: User
|
||||
role:
|
||||
- Victim
|
||||
- name: command
|
||||
|
||||
@@ -57,11 +57,11 @@ tags:
|
||||
role:
|
||||
- Victim
|
||||
- name: src_user
|
||||
type: User Name
|
||||
type: User
|
||||
role:
|
||||
- Victim
|
||||
- name: user
|
||||
type: User Name
|
||||
type: User
|
||||
role:
|
||||
- Victim
|
||||
- name: ssl_hash
|
||||
|
||||
@@ -55,7 +55,7 @@ tags:
|
||||
role:
|
||||
- Victim
|
||||
- name: user
|
||||
type: User Name
|
||||
type: User
|
||||
role:
|
||||
- Victim
|
||||
- name: process_name
|
||||
|
||||
Reference in New Issue
Block a user