Skip to content

Commit 87dface

Browse files
committed
🍋
1 parent 5270769 commit 87dface

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

detections/endpoint/windows_sql_server_startup_procedure.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ drilldown_searches:
3535
earliest_offset: -7d
3636
latest_offset: now
3737
rba:
38-
message: A SQL Server startup procedure "$startup_procedure$" was executed on host $host$, which could indicate an attempt to establish persistence
38+
message: A SQL Server startup procedure "$startup_procedure$" was executed on host $dest$, which could indicate an attempt to establish persistence
3939
risk_objects:
40-
- field: host
40+
- field: dest
4141
type: system
4242
score: 90
4343
- field: startup_procedure

detections/endpoint/windows_sql_server_xp_cmdshell_config_change.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ drilldown_searches:
4242
earliest_offset: -7d
4343
latest_offset: now
4444
- name: View all high-risk events for this host
45-
search: '| from datamodel Risk.All_Risk | search normalized_risk_object="$host$" starthoursago=168 | stats count min(_time) as firstTime max(_time) as lastTime values(search_name) as "Search Name" values(risk_message) as "Risk Message" values(risk_score) as "Risk Score" by normalized_risk_object | `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)`'
45+
search: '| from datamodel Risk.All_Risk | search normalized_risk_object="$dest$" starthoursago=168 | stats count min(_time) as firstTime max(_time) as lastTime values(search_name) as "Search Name" values(risk_message) as "Risk Message" values(risk_score) as "Risk Score" by normalized_risk_object | `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)`'
4646
earliest_offset: -7d
4747
latest_offset: now
4848
rba:
49-
message: SQL Server xp_cmdshell configuration was $change_type$ on host $host$, which could indicate an attempt to gain operating system command execution capabilities
49+
message: SQL Server xp_cmdshell configuration was $change_type$ on host $dest$, which could indicate an attempt to gain operating system command execution capabilities
5050
risk_objects:
51-
- field: host
51+
- field: dest
5252
type: system
5353
score: 90
5454
- field: config_name

0 commit comments

Comments
 (0)