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:
@@ -56,3 +56,16 @@ tags:
|
||||
- EventCode
|
||||
- dest
|
||||
security_domain: endpoint
|
||||
impact: 70
|
||||
confidence: 100
|
||||
# (impact * confidence)/100
|
||||
risk_score: 70
|
||||
context:
|
||||
- Source:Endpoint
|
||||
- Stage:Defense Evasion
|
||||
message: "Windows event logs cleared on $dest$ via EventCode $EventCode$"
|
||||
observable:
|
||||
- name: dest
|
||||
type: Endpoint
|
||||
role:
|
||||
- Victim
|
||||
|
||||
@@ -47,3 +47,24 @@ tags:
|
||||
- Processes.dest
|
||||
- Processes.user
|
||||
security_domain: endpoint
|
||||
impact: 70
|
||||
confidence: 100
|
||||
# (impact * confidence)/100
|
||||
risk_score: 70
|
||||
context:
|
||||
- Source:Endpoint
|
||||
- Stage:Defense Evasion
|
||||
message: "The Windows Security Account Manager (SAM) was stopped via cli by $user$ on $dest$ by this command: $processs$"
|
||||
observable:
|
||||
- name: dest
|
||||
type: Endpoint
|
||||
role:
|
||||
- Victim
|
||||
- name: user
|
||||
type: User
|
||||
role:
|
||||
- Victim
|
||||
- name: process
|
||||
type: Process
|
||||
role:
|
||||
- Target
|
||||
|
||||
@@ -64,3 +64,22 @@ tags:
|
||||
- Description
|
||||
- Command
|
||||
security_domain: endpoint
|
||||
impact: 70
|
||||
confidence: 100
|
||||
# (impact * confidence)/100
|
||||
risk_score: 70
|
||||
context:
|
||||
- Source:Endpoint
|
||||
- Stage:Execution
|
||||
- Stage:Persistence
|
||||
- Stage:Privilege Escalation
|
||||
message: "A windows scheduled task was created (task name=$Task_Name$) on $dest$ by the following command: $Command$"
|
||||
observable:
|
||||
- name: dest
|
||||
type: Endpoint
|
||||
role:
|
||||
- Victim
|
||||
- name: Command
|
||||
type: Command
|
||||
role:
|
||||
- Target
|
||||
|
||||
@@ -64,3 +64,22 @@ tags:
|
||||
- Description
|
||||
- Command
|
||||
security_domain: endpoint
|
||||
impact: 70
|
||||
confidence: 100
|
||||
# (impact * confidence)/100
|
||||
risk_score: 70
|
||||
context:
|
||||
- Source:Endpoint
|
||||
- Stage:Execution
|
||||
- Stage:Persistence
|
||||
- Stage:Privilege Escalation
|
||||
message: "A windows scheduled task was created (task name=$Task_Name$) on $dest$ by the following command: $Command$"
|
||||
observable:
|
||||
- name: dest
|
||||
type: Endpoint
|
||||
role:
|
||||
- Victim
|
||||
- name: Command
|
||||
type: Command
|
||||
role:
|
||||
- Target
|
||||
|
||||
@@ -50,3 +50,24 @@ tags:
|
||||
- user
|
||||
- parent_process_id
|
||||
security_domain: endpoint
|
||||
impact: 70
|
||||
confidence: 100
|
||||
# (impact * confidence)/100
|
||||
risk_score: 70
|
||||
context:
|
||||
- Source:Endpoint
|
||||
- Stage:Initial Access
|
||||
message: "$parent_process_name$ on $dest$ by $user$ launched command: $process_name$ which is very common in spearphishing attacks."
|
||||
observable:
|
||||
- name: dest
|
||||
type: Endpoint
|
||||
role:
|
||||
- Victim
|
||||
- name: user
|
||||
type: User
|
||||
role:
|
||||
- Victim
|
||||
- name: process_name
|
||||
type: Process
|
||||
role:
|
||||
- Target
|
||||
|
||||
@@ -52,3 +52,24 @@ tags:
|
||||
- user
|
||||
- parent_process_id
|
||||
security_domain: endpoint
|
||||
impact: 70
|
||||
confidence: 100
|
||||
# (impact * confidence)/100
|
||||
risk_score: 70
|
||||
context:
|
||||
- Source:Endpoint
|
||||
- Stage:Initial Access
|
||||
message: "$parent_process_name$ on $dest$ by $user$ launched the following powershell process: $process_name$ which is very common in spearphishing attacks"
|
||||
observable:
|
||||
- name: dest
|
||||
type: Endpoint
|
||||
role:
|
||||
- Victim
|
||||
- name: user
|
||||
type: User
|
||||
role:
|
||||
- Victim
|
||||
- name: process_name
|
||||
type: Process
|
||||
role:
|
||||
- Target
|
||||
|
||||
Reference in New Issue
Block a user