mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
fixed more detections
This commit is contained in:
@@ -119,4 +119,16 @@ class ContentChanger:
|
||||
if observable['type'] == 'Parent Process':
|
||||
observable['type'] = 'Process'
|
||||
if observable['type'] == 'user':
|
||||
observable['type'] = 'User'
|
||||
observable['type'] = 'User'
|
||||
if observable['type'] == 'process name':
|
||||
observable['type'] = 'Process'
|
||||
|
||||
def fix_context(self, objects : list) -> None:
|
||||
for obj in objects:
|
||||
if 'context' in obj['tags']:
|
||||
new_context = []
|
||||
for context in obj['tags']['context']:
|
||||
if ':' not in context:
|
||||
continue
|
||||
new_context.append(context)
|
||||
obj['tags']['context'] = new_context
|
||||
@@ -51,7 +51,7 @@ tags:
|
||||
role:
|
||||
- Victim
|
||||
- name: SourceImage
|
||||
type: process name
|
||||
type: Process
|
||||
role:
|
||||
- Attacker
|
||||
product:
|
||||
|
||||
@@ -30,13 +30,22 @@ tags:
|
||||
analytic_story:
|
||||
- Ransomware
|
||||
automated_detection_testing: passed
|
||||
context:
|
||||
- Source:Endpoint
|
||||
- Stage:Lateral Movement
|
||||
dataset:
|
||||
- https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/malware/ransomware_ttp/data2/windows-sysmon.log
|
||||
kill_chain_phases:
|
||||
- Exploitation
|
||||
message: ''
|
||||
mitre_attack_id:
|
||||
- T1562.007
|
||||
- T1562
|
||||
observable:
|
||||
- name: user
|
||||
type: User
|
||||
role:
|
||||
- Victim
|
||||
product:
|
||||
- Splunk Enterprise
|
||||
- Splunk Enterprise Security
|
||||
|
||||
@@ -44,7 +44,7 @@ tags:
|
||||
role:
|
||||
- Victim
|
||||
- name: SourceImage
|
||||
type: process name
|
||||
type: Process
|
||||
role:
|
||||
- Attacker
|
||||
product:
|
||||
|
||||
@@ -55,7 +55,7 @@ tags:
|
||||
confidence: 90
|
||||
context:
|
||||
- Source:Endpoint
|
||||
- Stage:Exploitation
|
||||
- Stage:Execution
|
||||
dataset:
|
||||
- https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1505.003/windows-sysmon_proxylogon.log
|
||||
impact: 90
|
||||
|
||||
@@ -29,8 +29,8 @@ tags:
|
||||
automated_detection_testing: passed
|
||||
confidence: 80
|
||||
context:
|
||||
- Source: Endpoint
|
||||
- Stage: Defense Evasion
|
||||
- Source:Endpoint
|
||||
- Stage:Defense Evasion
|
||||
dataset:
|
||||
- https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/malware/ransomware_ttp/data1/windows-sysmon.log
|
||||
impact: 30
|
||||
|
||||
@@ -43,7 +43,7 @@ tags:
|
||||
role:
|
||||
- Victim
|
||||
- name: SourceImage
|
||||
type: process name
|
||||
type: Process
|
||||
role:
|
||||
- Attacker
|
||||
product:
|
||||
|
||||
@@ -43,7 +43,7 @@ tags:
|
||||
role:
|
||||
- Victim
|
||||
- name: SourceImage
|
||||
type: process name
|
||||
type: Process
|
||||
role:
|
||||
- Attacker
|
||||
product:
|
||||
|
||||
@@ -56,7 +56,7 @@ tags:
|
||||
role:
|
||||
- Victim
|
||||
- name: process_name
|
||||
type: process name
|
||||
type: Process
|
||||
role:
|
||||
- Attacker
|
||||
product:
|
||||
|
||||
@@ -59,7 +59,7 @@ tags:
|
||||
role:
|
||||
- Victim
|
||||
- name: process_name
|
||||
type: process name
|
||||
type: Process
|
||||
role:
|
||||
- Attacker
|
||||
product:
|
||||
|
||||
@@ -46,7 +46,7 @@ tags:
|
||||
role:
|
||||
- Victim
|
||||
- name: process_name
|
||||
type: process name
|
||||
type: Process
|
||||
role:
|
||||
- Attacker
|
||||
product:
|
||||
|
||||
@@ -37,9 +37,15 @@ tags:
|
||||
- https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/pwh_defender_disabling/windows-sysmon.log
|
||||
kill_chain_phases:
|
||||
- Exploitation
|
||||
message: ''
|
||||
mitre_attack_id:
|
||||
- T1562.001
|
||||
- T1562
|
||||
observable:
|
||||
- name: ComputerName
|
||||
type: Hostname
|
||||
role:
|
||||
- Victim
|
||||
product:
|
||||
- Splunk Enterprise
|
||||
- Splunk Enterprise Security
|
||||
|
||||
@@ -47,7 +47,7 @@ tags:
|
||||
role:
|
||||
- Victim
|
||||
- name: process_name
|
||||
type: process name
|
||||
type: Process
|
||||
role:
|
||||
- Attacker
|
||||
product:
|
||||
|
||||
@@ -38,8 +38,8 @@ tags:
|
||||
- CIS 8
|
||||
confidence: 70
|
||||
context:
|
||||
- source:endpoint
|
||||
- stage: Defense Evasion
|
||||
- Source:Endpoint
|
||||
- Stage:Defense Evasion
|
||||
dataset:
|
||||
- https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.004/atomic_red_team/windows-sysmon.log
|
||||
impact: 60
|
||||
|
||||
@@ -44,7 +44,7 @@ tags:
|
||||
role:
|
||||
- Victim
|
||||
- name: SourceImage
|
||||
type: process name
|
||||
type: Process
|
||||
role:
|
||||
- Attacker
|
||||
product:
|
||||
|
||||
@@ -45,7 +45,7 @@ tags:
|
||||
role:
|
||||
- Victim
|
||||
- name: SourceImage
|
||||
type: process name
|
||||
type: Process
|
||||
role:
|
||||
- Attacker
|
||||
product:
|
||||
|
||||
@@ -46,7 +46,7 @@ tags:
|
||||
role:
|
||||
- Victim
|
||||
- name: process_name
|
||||
type: process name
|
||||
type: Process
|
||||
role:
|
||||
- Attacker
|
||||
product:
|
||||
|
||||
@@ -44,7 +44,7 @@ tags:
|
||||
role:
|
||||
- Victim
|
||||
- name: process_name
|
||||
type: process name
|
||||
type: Process
|
||||
role:
|
||||
- Attacker
|
||||
product:
|
||||
|
||||
@@ -35,8 +35,8 @@ tags:
|
||||
automated_detection_testing: passed
|
||||
confidence: 90
|
||||
context:
|
||||
- source:endpoint
|
||||
- stage: Execution
|
||||
- Source:Endpoint
|
||||
- Stage:Execution
|
||||
dataset:
|
||||
- https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1059.003/ryuk/windows-sysmon.log
|
||||
impact: 70
|
||||
|
||||
@@ -35,10 +35,8 @@ tags:
|
||||
- CIS 3
|
||||
confidence: 90
|
||||
context:
|
||||
- source:endpoint
|
||||
- stage: Execution
|
||||
- Persistence
|
||||
- Privilege Escalation
|
||||
- Source:Endpoint
|
||||
- Stage:Execution
|
||||
dataset:
|
||||
- https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1053.005/atomic_red_team/windows-sysmon.log
|
||||
impact: 70
|
||||
|
||||
@@ -32,9 +32,8 @@ tags:
|
||||
- CIS 8
|
||||
confidence: 80
|
||||
context:
|
||||
- source:endpoint
|
||||
- stage: Privilege Escalation
|
||||
- Persistence
|
||||
- Source:Endpoint
|
||||
- Stage:Privilege Escalation
|
||||
dataset:
|
||||
- https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1546.011/atomic_red_team/windows-sysmon.log
|
||||
impact: 70
|
||||
@@ -52,9 +51,9 @@ tags:
|
||||
role:
|
||||
- Victim
|
||||
- name: file_path
|
||||
type: file path
|
||||
type: File
|
||||
role:
|
||||
- Others
|
||||
- Other
|
||||
product:
|
||||
- Splunk Enterprise
|
||||
- Splunk Enterprise Security
|
||||
|
||||
@@ -29,10 +29,9 @@ tags:
|
||||
confidence: 90
|
||||
context:
|
||||
- Source:Endpoint
|
||||
- Stage:Persistence,
|
||||
- Stage:Persistence
|
||||
- Stage:Privilege Escalation
|
||||
- Stage:Defense Evasion
|
||||
- Scope:Incoming
|
||||
dataset:
|
||||
- https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1548/uac_bypass/windows-sysmon.log
|
||||
impact: 70
|
||||
|
||||
@@ -31,8 +31,8 @@ tags:
|
||||
- CIS 2
|
||||
confidence: 90
|
||||
context:
|
||||
- source:endpoint
|
||||
- stage: Execution
|
||||
- Source:Endpoint
|
||||
- Stage:Execution
|
||||
dataset:
|
||||
- https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1204.002/single_letter_exe/windows-sysmon.log
|
||||
impact: 70
|
||||
|
||||
@@ -44,7 +44,7 @@ tags:
|
||||
role:
|
||||
- Victim
|
||||
- name: SourceImage
|
||||
type: process name
|
||||
type: Process
|
||||
role:
|
||||
- Attacker
|
||||
product:
|
||||
|
||||
@@ -47,7 +47,7 @@ tags:
|
||||
role:
|
||||
- Victim
|
||||
- name: process_name
|
||||
type: process name
|
||||
type: Process
|
||||
role:
|
||||
- Attacker
|
||||
product:
|
||||
|
||||
@@ -52,7 +52,7 @@ tags:
|
||||
role:
|
||||
- Victim
|
||||
- name: process_name
|
||||
type: process name
|
||||
type: Process
|
||||
role:
|
||||
- Attacker
|
||||
product:
|
||||
|
||||
@@ -48,7 +48,7 @@ tags:
|
||||
role:
|
||||
- Victim
|
||||
- name: process_name
|
||||
type: process name
|
||||
type: Process
|
||||
role:
|
||||
- Attacker
|
||||
product:
|
||||
|
||||
@@ -47,7 +47,7 @@ tags:
|
||||
role:
|
||||
- Victim
|
||||
- name: process_name
|
||||
type: process name
|
||||
type: Process
|
||||
role:
|
||||
- Attacker
|
||||
product:
|
||||
|
||||
@@ -51,7 +51,7 @@ tags:
|
||||
role:
|
||||
- Victim
|
||||
- name: process_name
|
||||
type: process name
|
||||
type: Process
|
||||
role:
|
||||
- Attacker
|
||||
product:
|
||||
|
||||
@@ -46,7 +46,7 @@ tags:
|
||||
role:
|
||||
- Victim
|
||||
- name: process_name
|
||||
type: process name
|
||||
type: Process
|
||||
role:
|
||||
- Attacker
|
||||
product:
|
||||
|
||||
Reference in New Issue
Block a user